Jochem Huhmann <[EMAIL PROTECTED]> writes:
> This works fine, thanks. I still get thrown back to the Group buffer
> (instead of the summary buffer) when I press "q" in the article buffer,

(require 'gnus-art)
(define-key gnus-article-mode-map 'q 
            (lambda ()
             (interactive)
             (switch-to-buffer gnus-summary-buffer)))
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to