comparison man/gnus-faq.texi @ 57489:f7785a1e8cf8

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-46 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-47 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-48 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-49 Add {arch}/=commit-merge-make-log * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-50 {arch}/=commit-merge-make-log: Don't die if there are no ChangeLog changes
author Miles Bader <miles@gnu.org>
date Thu, 14 Oct 2004 07:33:19 +0000
parents d61099b391d7
children ec047d4f2cfc ff0e824afa37
comparison
equal deleted inserted replaced
57488:40d3f64bc0e5 57489:f7785a1e8cf8
1774 if you already use Gnus 5.10, if you still use 5.8.8 or 1774 if you already use Gnus 5.10, if you still use 5.8.8 or
1775 5.9 try this instead: 1775 5.9 try this instead:
1776 1776
1777 1777
1778 @example 1778 @example
1779 (defadvice gnus-summary-reply (around reply-in-news activate) 1779 (eval-after-load "gnus-msg"
1780 '(unless (boundp 'gnus-confirm-mail-reply-to-news)
1781 (defadvice gnus-summary-reply (around reply-in-news activate)
1782 "Request confirmation when replying to news."
1780 (interactive) 1783 (interactive)
1781 (when (or (not (gnus-news-group-p gnus-newsgroup-name)) 1784 (when (or (not (gnus-news-group-p gnus-newsgroup-name))
1782 (y-or-n-p "Really reply? ")) 1785 (y-or-n-p "Really reply by mail to article author? "))
1783 ad-do-it)) 1786 ad-do-it))))
1784 @end example 1787 @end example
1785 1788
1786 @ifnottex 1789 @ifnottex
1787 @node [5.10], [5.11], [5.9], FAQ 5 - Composing messages 1790 @node [5.10], [5.11], [5.9], FAQ 5 - Composing messages
1788 @end ifnottex 1791 @end ifnottex