/[emacs]/emacs/man/gnus-faq.texi
ViewVC logotype

Diff of /emacs/man/gnus-faq.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by pj, Tue Dec 10 13:19:28 2002 UTC revision 1.7 by lektu, Tue Feb 4 14:53:27 2003 UTC
# Line 100  dina.kvl.dk> wr Line 100  dina.kvl.dk> wr
100  The internal easymenu.el interface changed between 19.28 and 19.29 in  The internal easymenu.el interface changed between 19.28 and 19.29 in
101  order to make it possible to create byte compiled files that can be  order to make it possible to create byte compiled files that can be
102  shared between Gnu Emacs and XEmacs.  The change is upward  shared between Gnu Emacs and XEmacs.  The change is upward
103  compatible, but not downward compatible.  compatible, but not downward compatible.
104  This gives the following compatibility table:  This gives the following compatibility table:
105    
106  @example  @example
# Line 131  list is mainly for developers and tester Line 131  list is mainly for developers and tester
131    
132  Gnus has a home World Wide Web page at@*  Gnus has a home World Wide Web page at@*
133  @file{http://www.gnus.org/}.  @file{http://www.gnus.org/}.
134      
135  Gnus has a write up in the X Applications FAQ at@*  Gnus has a write up in the X Applications FAQ at@*
136  @file{http://www.ee.ryerson.ca:8080/~elf/xapps/Q-III.html}.  @file{http://www.ee.ryerson.ca:8080/~elf/xapps/Q-III.html}.
137      
138  The Gnus manual is also available on the World Wide Web. The canonical  The Gnus manual is also available on the World Wide Web. The canonical
139  source is in Norway at@*  source is in Norway at@*
140  @file{http://www.gnus.org/manual/gnus_toc.html}.  @file{http://www.gnus.org/manual/gnus_toc.html}.
# Line 158  PostScript copies of the Gnus Reference Line 158  PostScript copies of the Gnus Reference
158  United States. And@*  United States. And@*
159  @file{ftp://marvin.fkphy.uni-duesseldorf.de/pub/gnus/}  @file{ftp://marvin.fkphy.uni-duesseldorf.de/pub/gnus/}
160  in Germany.  in Germany.
161      
162  An online version of the Gnus FAQ is available at@*  An online version of the Gnus FAQ is available at@*
163  @file{http://www.miranova.com/~steve/gnus-faq.html}. Off-line formats  @file{http://www.miranova.com/~steve/gnus-faq.html}. Off-line formats
164  are also available:@*  are also available:@*
# Line 277  Q2.3 How can I keep my nnvirtual:* group Line 277  Q2.3 How can I keep my nnvirtual:* group
277  How can I most efficiently arrange matters so as to keep my nnvirtual:*  How can I most efficiently arrange matters so as to keep my nnvirtual:*
278  (etc) groups at the top of my group selection buffer, whilst keeping  (etc) groups at the top of my group selection buffer, whilst keeping
279  everything sorted in alphabetical order.  everything sorted in alphabetical order.
280      
281  If you don't subscribe often to new groups then the easiest way is to  If you don't subscribe often to new groups then the easiest way is to
282  first sort the groups and then manually kill and yank the virtuals  first sort the groups and then manually kill and yank the virtuals
283  wherever you want them.  wherever you want them.
# Line 307  The most vital entries in my (still youn Line 307  The most vital entries in my (still youn
307    ("alt.fan.oj-simpson" -1000 nil s))    ("alt.fan.oj-simpson" -1000 nil s))
308   ("subject"   ("subject"
309    (concat "\\<\\(make\\|fast\\|big\\)\\s-*"    (concat "\\<\\(make\\|fast\\|big\\)\\s-*"
310            "\\(money\\|cash\\|bucks?\\)\\>"            "\\(money\\|cash\\|bucks?\\)\\>"
311     -1000 nil r)     -1000 nil r)
312    ("$$$$" -1000 nil s)))    ("$$$$" -1000 nil s)))
313  @end lisp  @end lisp
# Line 336  I  would like to contribute with mine. Line 336  I  would like to contribute with mine.
336    ;; $$$ Make Money $$$    ;; $$$ Make Money $$$
337    ("$$" -10 nil s)    ("$$" -10 nil s)
338    ;; Empty subjects are worthless!    ;; Empty subjects are worthless!
339    ("^ *\\([(<]none[>)]\\|(no subject\\( given\\)?)\\)? *$"    ("^ *\\([(<]none[>)]\\|(no subject\\( given\\)?)\\)? *$"
340     -10 nil r)     -10 nil r)
341    ;; Sometimes interesting announces occur!    ;; Sometimes interesting announces occur!
342    ("ANN?OU?NC\\(E\\|ING\\)" +10 nil r)    ("ANN?OU?NC\\(E\\|ING\\)" +10 nil r)
# Line 571  like this: Line 571  like this:
571    (gnus-auto-select-first nil)))    (gnus-auto-select-first nil)))
572  @end lisp  @end lisp
573    
574  and insert  and insert
575  @lisp  @lisp
576          (setq gnus-auto-select-first t)          (setq gnus-auto-select-first t)
577  @end lisp  @end lisp

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26