emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/gnus-tut.txt


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/etc/gnus-tut.txt
Date: Tue, 04 Feb 2003 09:31:13 -0500

Index: emacs/etc/gnus-tut.txt
diff -c emacs/etc/gnus-tut.txt:1.1 emacs/etc/gnus-tut.txt:1.2
*** emacs/etc/gnus-tut.txt:1.1  Sun Oct  3 08:17:03 1999
--- emacs/etc/gnus-tut.txt      Tue Feb  4 09:30:42 2003
***************
*** 57,63 ****
  the news is to be found, and from *where*.
  
  Say you want to read news from you local, friendly nntp server
! "news.my.local.server". 
  
  (setq gnus-select-method '(nntp "news.my.local.server"))
  
--- 57,63 ----
  the news is to be found, and from *where*.
  
  Say you want to read news from you local, friendly nntp server
! "news.my.local.server".
  
  (setq gnus-select-method '(nntp "news.my.local.server"))
  
***************
*** 132,145 ****
  
  (The same for the other methods, kind of.)
  
! You should also set `nnmail-split-methods' to something sensible: 
  
! (setq nnmail-split-methods 
        '(("mail.junk" "From:.*Lars")
        ("mail.misc "")))
  
  This will put all mail from me in you junk mail group, and the rest in
! "mail.misc". 
  
  These groups will be subscribe the same way as the normal groups, so
  you will probably find them among the zombie groups after you set
--- 132,145 ----
  
  (The same for the other methods, kind of.)
  
! You should also set `nnmail-split-methods' to something sensible:
  
! (setq nnmail-split-methods
        '(("mail.junk" "From:.*Lars")
        ("mail.misc "")))
  
  This will put all mail from me in you junk mail group, and the rest in
! "mail.misc".
  
  These groups will be subscribe the same way as the normal groups, so
  you will probably find them among the zombie groups after you set
***************
*** 152,162 ****
  Subject: Foreign newsgroups
  Message-ID: <address@hidden>
  
! These are groups that do not come from `gnus-select-method'. 
  
  Say you want to read "alt.furniture.couches" from "news.funet.fi".  You
  can then either type `B news.funet.fi <RET>' to browse that server and
! subscribe to that group, or you can type 
  `G m alt.furniture.couches<RET>nntp<RET>news.funet.fi<RET>', if you
  like to type a lot.
  
--- 152,162 ----
  Subject: Foreign newsgroups
  Message-ID: <address@hidden>
  
! These are groups that do not come from `gnus-select-method'.
  
  Say you want to read "alt.furniture.couches" from "news.funet.fi".  You
  can then either type `B news.funet.fi <RET>' to browse that server and
! subscribe to that group, or you can type
  `G m alt.furniture.couches<RET>nntp<RET>news.funet.fi<RET>', if you
  like to type a lot.
  
***************
*** 178,184 ****
  Gnus really isn't GNUS, even though it looks like it.  If you scrape
  the surface, you'll find that most things have changed.
  
! This means that old code that relies on GNUS internals will fail.  
  
  In particular, `gnus-newsrc-hashtb', `gnus-newsrc-assoc',
  `gnus-killed-list', the `nntp-header-' macros and the display formats
--- 178,184 ----
  Gnus really isn't GNUS, even though it looks like it.  If you scrape
  the surface, you'll find that most things have changed.
  
! This means that old code that relies on GNUS internals will fail.
  
  In particular, `gnus-newsrc-hashtb', `gnus-newsrc-assoc',
  `gnus-killed-list', the `nntp-header-' macros and the display formats
***************
*** 196,202 ****
  with Emacs 18.  It won't even work on Emacsen older than Emacs
  19.30/XEmacs 19.13.  Upgrade your Emacs or die.
  
!       
  From lars Thu Feb 23 23:20:38 1995
  From: address@hidden (ding)
  Date: Fri Feb 24 13:40:45 1995
--- 196,202 ----
  with Emacs 18.  It won't even work on Emacsen older than Emacs
  19.30/XEmacs 19.13.  Upgrade your Emacs or die.
  
! 
  From lars Thu Feb 23 23:20:38 1995
  From: address@hidden (ding)
  Date: Fri Feb 24 13:40:45 1995
***************
*** 226,232 ****
  
  This will create the group "nnvirtual:my.virtual.newsgroup", which
  will collect all articles from all the groups in the "rec.aquaria"
! hierarchy.  
  
  If you want to edit the regular expression, just type `M-e' on the
  group line.
--- 226,232 ----
  
  This will create the group "nnvirtual:my.virtual.newsgroup", which
  will collect all articles from all the groups in the "rec.aquaria"
! hierarchy.
  
  If you want to edit the regular expression, just type `M-e' on the
  group line.
***************
*** 258,264 ****
  
  (setq gnus-select-group-hook
        (lambda ()
!       (if (eq 'nnvirtual (car (gnus-find-method-for-group 
                                  gnus-newsgroup-name)))
            (progn
              (make-local-variable 'gnus-thread-sort-functions)
--- 258,264 ----
  
  (setq gnus-select-group-hook
        (lambda ()
!       (if (eq 'nnvirtual (car (gnus-find-method-for-group
                                  gnus-newsgroup-name)))
            (progn
              (make-local-variable 'gnus-thread-sort-functions)
***************
*** 281,287 ****
  When a bug occurs, I need a recipe for how to trigger the bug.  You
  have to tell me exactly what you do to uncover the bug, and you should
  (setq debug-on-error t) and send me the backtrace along with the bug
! report.  
  
  If I am not able to reproduce the bug, I won't be able to fix it.
  
--- 281,287 ----
  When a bug occurs, I need a recipe for how to trigger the bug.  You
  have to tell me exactly what you do to uncover the bug, and you should
  (setq debug-on-error t) and send me the backtrace along with the bug
! report.
  
  If I am not able to reproduce the bug, I won't be able to fix it.
  




reply via email to

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