emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/gnus-faq.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/gnus-faq.texi [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:14:53 -0400

Index: emacs/man/gnus-faq.texi
diff -c emacs/man/gnus-faq.texi:1.7.6.3 emacs/man/gnus-faq.texi:1.7.6.4
*** emacs/man/gnus-faq.texi:1.7.6.3     Wed Sep 29 07:22:16 2004
--- emacs/man/gnus-faq.texi     Thu Oct 14 08:50:03 2004
***************
*** 1776,1786 ****
   
  
  @example
! (defadvice gnus-summary-reply (around reply-in-news activate)
         (interactive)
!         (when (or (not (gnus-news-group-p gnus-newsgroup-name))
!                   (y-or-n-p "Really reply? "))
!          ad-do-it))
  @end example
   
  @ifnottex
--- 1776,1789 ----
   
  
  @example
! (eval-after-load "gnus-msg"
!   '(unless (boundp 'gnus-confirm-mail-reply-to-news)
!      (defadvice gnus-summary-reply (around reply-in-news activate)
!        "Request confirmation when replying to news."
         (interactive)
!        (when (or (not (gnus-news-group-p gnus-newsgroup-name))
!                  (y-or-n-p "Really reply by mail to article author? "))
!          ad-do-it))))
  @end example
   
  @ifnottex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]