From 0a4638ac9f2eb076e478cf5f99ff8afc308cdbbd Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 12 Nov 1999 06:06:34 +0000 Subject: [PATCH] This is another test --- lisp/ChangeLog | 3 +++ lisp/gnus-msg.el | 3 ++- lisp/nnfolder.el | 6 ++++-- lisp/nnslashdot.el | 2 +- texi/gnus.texi | 10 ++++++---- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6497d050d..92c3ebae8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 1999-11-12 05:04:43 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 6ce2c66e8..f49da296f 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -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)) diff --git a/lisp/nnfolder.el b/lisp/nnfolder.el index e9890805f..783d8d0a5 100644 --- a/lisp/nnfolder.el +++ b/lisp/nnfolder.el @@ -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 diff --git a/lisp/nnslashdot.el b/lisp/nnslashdot.el index 8ecffaeb8..18b3c82fc 100644 --- a/lisp/nnslashdot.el +++ b/lisp/nnslashdot.el @@ -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 diff --git a/texi/gnus.texi b/texi/gnus.texi index a3e39975c..bc3107b0b 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -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: -- 2.25.1