/[emacs]/emacs/etc/gnus-tut.txt
ViewVC logotype

Diff of /emacs/etc/gnus-tut.txt

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

revision 1.1 by fx, Sun Oct 3 12:17:03 1999 UTC revision 1.1.18.1 by miles, Fri Apr 4 06:19:50 2003 UTC
# Line 57  to set `gnus-select-method'.  A "method" Line 57  to set `gnus-select-method'.  A "method"
57  the news is to be found, and from *where*.  the news is to be found, and from *where*.
58    
59  Say you want to read news from you local, friendly nntp server  Say you want to read news from you local, friendly nntp server
60  "news.my.local.server".  "news.my.local.server".
61    
62  (setq gnus-select-method '(nntp "news.my.local.server"))  (setq gnus-select-method '(nntp "news.my.local.server"))
63    
# Line 132  So if you want to go with nnmbox, you ca Line 132  So if you want to go with nnmbox, you ca
132    
133  (The same for the other methods, kind of.)  (The same for the other methods, kind of.)
134    
135  You should also set `nnmail-split-methods' to something sensible:  You should also set `nnmail-split-methods' to something sensible:
136    
137  (setq nnmail-split-methods  (setq nnmail-split-methods
138        '(("mail.junk" "From:.*Lars")        '(("mail.junk" "From:.*Lars")
139          ("mail.misc "")))          ("mail.misc "")))
140    
141  This will put all mail from me in you junk mail group, and the rest in  This will put all mail from me in you junk mail group, and the rest in
142  "mail.misc".  "mail.misc".
143    
144  These groups will be subscribe the same way as the normal groups, so  These groups will be subscribe the same way as the normal groups, so
145  you will probably find them among the zombie groups after you set  you will probably find them among the zombie groups after you set
# Line 152  Date: Fri Feb 24 13:40:45 1995 Line 152  Date: Fri Feb 24 13:40:45 1995
152  Subject: Foreign newsgroups  Subject: Foreign newsgroups
153  Message-ID: <lars-doc5@eyesore.no>  Message-ID: <lars-doc5@eyesore.no>
154    
155  These are groups that do not come from `gnus-select-method'.  These are groups that do not come from `gnus-select-method'.
156    
157  Say you want to read "alt.furniture.couches" from "news.funet.fi".  You  Say you want to read "alt.furniture.couches" from "news.funet.fi".  You
158  can then either type `B news.funet.fi <RET>' to browse that server and  can then either type `B news.funet.fi <RET>' to browse that server and
159  subscribe to that group, or you can type  subscribe to that group, or you can type
160  `G m alt.furniture.couches<RET>nntp<RET>news.funet.fi<RET>', if you  `G m alt.furniture.couches<RET>nntp<RET>news.funet.fi<RET>', if you
161  like to type a lot.  like to type a lot.
162    
# Line 178  Message-ID: <lars-doc6@eyesore.no> Line 178  Message-ID: <lars-doc6@eyesore.no>
178  Gnus really isn't GNUS, even though it looks like it.  If you scrape  Gnus really isn't GNUS, even though it looks like it.  If you scrape
179  the surface, you'll find that most things have changed.  the surface, you'll find that most things have changed.
180    
181  This means that old code that relies on GNUS internals will fail.    This means that old code that relies on GNUS internals will fail.
182    
183  In particular, `gnus-newsrc-hashtb', `gnus-newsrc-assoc',  In particular, `gnus-newsrc-hashtb', `gnus-newsrc-assoc',
184  `gnus-killed-list', the `nntp-header-' macros and the display formats  `gnus-killed-list', the `nntp-header-' macros and the display formats
# Line 196  There is absolutely no chance, whatsoeve Line 196  There is absolutely no chance, whatsoeve
196  with Emacs 18.  It won't even work on Emacsen older than Emacs  with Emacs 18.  It won't even work on Emacsen older than Emacs
197  19.30/XEmacs 19.13.  Upgrade your Emacs or die.  19.30/XEmacs 19.13.  Upgrade your Emacs or die.
198    
199            
200  From lars Thu Feb 23 23:20:38 1995  From lars Thu Feb 23 23:20:38 1995
201  From: larsi@ifi.uio.no (ding)  From: larsi@ifi.uio.no (ding)
202  Date: Fri Feb 24 13:40:45 1995  Date: Fri Feb 24 13:40:45 1995
# Line 226  Create the group by saying Line 226  Create the group by saying
226    
227  This will create the group "nnvirtual:my.virtual.newsgroup", which  This will create the group "nnvirtual:my.virtual.newsgroup", which
228  will collect all articles from all the groups in the "rec.aquaria"  will collect all articles from all the groups in the "rec.aquaria"
229  hierarchy.    hierarchy.
230    
231  If you want to edit the regular expression, just type `M-e' on the  If you want to edit the regular expression, just type `M-e' on the
232  group line.  group line.
# Line 258  the lines of: Line 258  the lines of:
258    
259  (setq gnus-select-group-hook  (setq gnus-select-group-hook
260        (lambda ()        (lambda ()
261          (if (eq 'nnvirtual (car (gnus-find-method-for-group          (if (eq 'nnvirtual (car (gnus-find-method-for-group
262                                    gnus-newsgroup-name)))                                    gnus-newsgroup-name)))
263              (progn              (progn
264                (make-local-variable 'gnus-thread-sort-functions)                (make-local-variable 'gnus-thread-sort-functions)
# Line 281  version.  If the bug persists, please re Line 281  version.  If the bug persists, please re
281  When a bug occurs, I need a recipe for how to trigger the bug.  You  When a bug occurs, I need a recipe for how to trigger the bug.  You
282  have to tell me exactly what you do to uncover the bug, and you should  have to tell me exactly what you do to uncover the bug, and you should
283  (setq debug-on-error t) and send me the backtrace along with the bug  (setq debug-on-error t) and send me the backtrace along with the bug
284  report.    report.
285    
286  If I am not able to reproduce the bug, I won't be able to fix it.  If I am not able to reproduce the bug, I won't be able to fix it.
287    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.18.1

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