sbbs.el

Diff
Login

Differences From Artifact [deeb5b67a8]:

To Artifact [187923b54c]:


   508    508             (if sbbs-open-at-last-post
   509    509                 (sbbs-goto-end)
   510    510               (goto-char (point-min))))))))
   511    511   
   512    512   
   513    513   ;;; INTERACTIVE FUNCTIONS
   514    514   
          515  +(defun sbbs-open-externally ()
          516  +  "Open the current thread using `browse-url'."
          517  +  (interactive)
          518  +  (unless sbbs--thread-id
          519  +    (user-error "No thread to open"))
          520  +  (browse-url (sbbs--board-url sbbs--thread-id)))
          521  +
   515    522   (defun sbbs-show-all ()
   516    523     "Show all hidden posts."
   517    524     (interactive)
   518    525     (sbbs-show-pop -1))
   519    526   
   520    527   (defun sbbs-show-pop (&optional n)
   521    528     "Show all hidden posts.