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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/man/gnus-faq.texi
Date: Tue, 04 Feb 2003 09:53:40 -0500

Index: emacs/man/gnus-faq.texi
diff -c emacs/man/gnus-faq.texi:1.6 emacs/man/gnus-faq.texi:1.7
*** emacs/man/gnus-faq.texi:1.6 Tue Dec 10 08:19:28 2002
--- emacs/man/gnus-faq.texi     Tue Feb  4 09:53:27 2003
***************
*** 100,106 ****
  The internal easymenu.el interface changed between 19.28 and 19.29 in
  order to make it possible to create byte compiled files that can be
  shared between Gnu Emacs and XEmacs.  The change is upward
! compatible, but not downward compatible. 
  This gives the following compatibility table:
  
  @example
--- 100,106 ----
  The internal easymenu.el interface changed between 19.28 and 19.29 in
  order to make it possible to create byte compiled files that can be
  shared between Gnu Emacs and XEmacs.  The change is upward
! compatible, but not downward compatible.
  This gives the following compatibility table:
  
  @example
***************
*** 131,140 ****
  
  Gnus has a home World Wide Web page address@hidden
  @file{http://www.gnus.org/}.
!    
  Gnus has a write up in the X Applications FAQ address@hidden
  @file{http://www.ee.ryerson.ca:8080/~elf/xapps/Q-III.html}.
!    
  The Gnus manual is also available on the World Wide Web. The canonical
  source is in Norway address@hidden
  @file{http://www.gnus.org/manual/gnus_toc.html}.
--- 131,140 ----
  
  Gnus has a home World Wide Web page address@hidden
  @file{http://www.gnus.org/}.
! 
  Gnus has a write up in the X Applications FAQ address@hidden
  @file{http://www.ee.ryerson.ca:8080/~elf/xapps/Q-III.html}.
! 
  The Gnus manual is also available on the World Wide Web. The canonical
  source is in Norway address@hidden
  @file{http://www.gnus.org/manual/gnus_toc.html}.
***************
*** 158,164 ****
  United States. address@hidden
  @file{ftp://marvin.fkphy.uni-duesseldorf.de/pub/gnus/}
  in Germany.
!    
  An online version of the Gnus FAQ is available address@hidden
  @file{http://www.miranova.com/~steve/gnus-faq.html}. Off-line formats
  are also available:@*
--- 158,164 ----
  United States. address@hidden
  @file{ftp://marvin.fkphy.uni-duesseldorf.de/pub/gnus/}
  in Germany.
! 
  An online version of the Gnus FAQ is available address@hidden
  @file{http://www.miranova.com/~steve/gnus-faq.html}. Off-line formats
  are also available:@*
***************
*** 277,283 ****
  How can I most efficiently arrange matters so as to keep my nnvirtual:*
  (etc) groups at the top of my group selection buffer, whilst keeping
  everything sorted in alphabetical order.
!    
  If you don't subscribe often to new groups then the easiest way is to
  first sort the groups and then manually kill and yank the virtuals
  wherever you want them.
--- 277,283 ----
  How can I most efficiently arrange matters so as to keep my nnvirtual:*
  (etc) groups at the top of my group selection buffer, whilst keeping
  everything sorted in alphabetical order.
! 
  If you don't subscribe often to new groups then the easiest way is to
  first sort the groups and then manually kill and yank the virtuals
  wherever you want them.
***************
*** 307,313 ****
    ("alt.fan.oj-simpson" -1000 nil s))
   ("subject"
    (concat "\\<\\(make\\|fast\\|big\\)\\s-*"
!           "\\(money\\|cash\\|bucks?\\)\\>" 
     -1000 nil r)
    ("$$$$" -1000 nil s)))
  @end lisp
--- 307,313 ----
    ("alt.fan.oj-simpson" -1000 nil s))
   ("subject"
    (concat "\\<\\(make\\|fast\\|big\\)\\s-*"
!           "\\(money\\|cash\\|bucks?\\)\\>"
     -1000 nil r)
    ("$$$$" -1000 nil s)))
  @end lisp
***************
*** 336,342 ****
    ;; $$$ Make Money $$$
    ("$$" -10 nil s)
    ;; Empty subjects are worthless!
!   ("^ *\\([(<]none[>)]\\|(no subject\\( given\\)?)\\)? *$" 
     -10 nil r)
    ;; Sometimes interesting announces occur!
    ("ANN?OU?NC\\(E\\|ING\\)" +10 nil r)
--- 336,342 ----
    ;; $$$ Make Money $$$
    ("$$" -10 nil s)
    ;; Empty subjects are worthless!
!   ("^ *\\([(<]none[>)]\\|(no subject\\( given\\)?)\\)? *$"
     -10 nil r)
    ;; Sometimes interesting announces occur!
    ("ANN?OU?NC\\(E\\|ING\\)" +10 nil r)
***************
*** 571,577 ****
    (gnus-auto-select-first nil)))
  @end lisp
  
! and insert 
  @lisp
        (setq gnus-auto-select-first t)
  @end lisp
--- 571,577 ----
    (gnus-auto-select-first nil)))
  @end lisp
  
! and insert
  @lisp
        (setq gnus-auto-select-first t)
  @end lisp




reply via email to

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