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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/gnus-faq.texi
Date: Thu, 14 Oct 2004 03:40:45 -0400

Index: emacs/man/gnus-faq.texi
diff -c emacs/man/gnus-faq.texi:1.10 emacs/man/gnus-faq.texi:1.11
*** emacs/man/gnus-faq.texi:1.10        Sat Sep 25 12:02:03 2004
--- emacs/man/gnus-faq.texi     Thu Oct 14 07:33:18 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]