This is another test
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 12 Nov 1999 06:06:34 +0000 (06:06 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 12 Nov 1999 06:06:34 +0000 (06:06 +0000)
lisp/ChangeLog
lisp/gnus-msg.el
lisp/nnfolder.el
lisp/nnslashdot.el
texi/gnus.texi

index 6497d05..92c3eba 100644 (file)
@@ -1,5 +1,8 @@
 1999-11-12 05:04:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless 
+       we mean it.
+
        * nnslashdot.el (nnslashdot-group-number): Doc fix.
        (nnslashdot-request-list): Use Ultramode as well.
        (nnslashdot-date-to-date): Be more lenient.
index 6ce2c66..f49da29 100644 (file)
@@ -1187,7 +1187,8 @@ this is a reply."
                      `(lambda ()
                         (save-excursion
                           (let ((message-signature ,(cdr result)))
-                            (message-insert-signature)))))
+                            (when message-signature
+                              (message-insert-signature))))))
                     (t
                      (let ((header
                             (if (symbolp (car result))
index e989080..783d8d0 100644 (file)
@@ -321,8 +321,10 @@ If NIL, NNFOLDER-FILE-CODING-SYSTEM is used.")
   (let* ((is-old t)
         ;; The articles we have deleted so far.
         (deleted-articles nil)
-        ;; The articles that really exist and will be expired if they are old enough.
-        (maybe-expirable (gnus-intersection articles (nnfolder-existing-articles))))
+        ;; The articles that really exist and will
+        ;; be expired if they are old enough.
+        (maybe-expirable
+         (gnus-intersection articles (nnfolder-existing-articles))))
     (nnmail-activate 'nnfolder)
 
     (save-excursion
index 8ecffae..18b3c82 100644 (file)
@@ -1,4 +1,4 @@
-;;; nnslashdot.el --- interfacing with Slashdot  
+;;; nnslashdot.el --- interfacing with Slashdot
 ;; Copyright (C) 1999 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index a3e3997..bc3107b 100644 (file)
@@ -729,7 +729,7 @@ parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
 topic parameter that looks like
 
 @example
-"nntp\\+somewhere"
+"nnslashdot"
 @end example
 
 will mean that all groups that match that regex will be subscribed under 
@@ -11768,10 +11768,12 @@ following in your @file{.gnus.el} file:
       '((nnslashdot "")))
 @end lisp
 
-This will make Gnus query the @code{nnslashdot} backend for new comments 
-and groups.  The @kbd{F} command will subscribe each new news article as 
+This will make Gnus query the @code{nnslashdot} backend for new comments
+and groups.  The @kbd{F} command will subscribe each new news article as
 a new Gnus group, and you can read the comments by entering these
-groups.
+groups.  (Note that the default subscription method is to subscribe new
+groups as zombies.  Other methods are available (@pxref{Subscription
+Methods}).
 
 The following variables can be altered to change its behavior: