Colin Paul Adams <[EMAIL PROTECTED]> writes: > Although I have been using gnus for many years, I have not been able > to rid myself of the habit of always using the r or R keys, even > though I often should be using the f or F keys.
You culd set `gnus-confirm-mail-reply-to-news' to t. (I don't recall if this option is present in Gnus 5.9, though) > (define-key gnus-summary-mode-map "r" gnus-summary-followup) > (define-key gnus-summary-mode-map "R" gnus-summary-followup-with-original) This should be: (define-key gnus-summary-mode-map "r" 'gnus-summary-followup) (define-key gnus-summary-mode-map "R" 'gnus-summary-followup-with-original) _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
