@@ -461,9 +461,10 @@ 'face 'sbbs--variable-pitch))) ent)) (setq-local tabulated-list-entries ent) (tabulated-list-print t t) - (hl-line-highlight)))))) + (hl-line-highlight))))) + (kill-buffer)) (defun sbbs--thread-loader (status id buf range) "Callback function for `url-retrieve' when loading thread. @@ -500,9 +501,10 @@ (when range (sbbs--limit-to-range range)) (if sbbs-open-at-last-post (sbbs-goto-end) - (goto-char (point-min)))))))) + (goto-char (point-min))))))) + (kill-buffer)) ;; INTERACTIVE FUNCTIONS (defun sbbs-show-all ()