[gnus git] branch master updated: =3= Whitespace fix. ; * gnus.texi (The Empty Backend): Document nnnil (bug #7653). ; Merge fix.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0a440eb39cc7010824d33abcaf73b79e57b02746 (commit)
via 1b5c4bf95e1461cbf4a8f57f8b5f7569adf4300c (commit)
via 34a950bdaf09bcf83c6e57957108108e7dacf143 (commit)
from b817682d77692cbd253539f14557228a4337215c (commit)
- Log -----------------------------------------------------------------
commit 0a440eb39cc7010824d33abcaf73b79e57b02746
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jan 24 13:49:25 2011 -0800
Whitespace fix.
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index 13fa94e..2c0b02d 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -203,8 +203,7 @@ queue. Otherwise, queue if and only if unplugged."
(const :format "When unplugged" t)))
(defcustom gnus-agent-prompt-send-queue nil
- "If non-nil, `gnus-group-send-queue' will prompt if called when
-unplugged."
+ "If non-nil, `gnus-group-send-queue' will prompt if called when unplugged."
:version "22.1"
:group 'gnus-agent
:type 'boolean)
commit 1b5c4bf95e1461cbf4a8f57f8b5f7569adf4300c
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jan 23 18:20:50 2011 -0800
* gnus.texi (The Empty Backend): Document nnnil (bug #7653).
diff --git a/texi/gnus.texi b/texi/gnus.texi
index c90cc67..28988db 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -704,6 +704,7 @@ Other Sources
* Anything Groups:: Dired? Who needs dired?
* Document Groups:: Single files can be the basis of a group.
* Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
+* The Empty Backend:: The backend that never has any news.
Document Groups
@@ -17127,6 +17128,7 @@ newsgroups.
* Anything Groups:: Dired? Who needs dired?
* Document Groups:: Single files can be the basis of a group.
* Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
+* The Empty Backend:: The backend that never has any news.
@end menu
@@ -17574,6 +17576,22 @@ So, to use this, simply say something like:
@end lisp
+@node The Empty Backend
+@subsection The Empty Backend
+@cindex nnnil
+
+@code{nnnil} is a backend that can be used as a placeholder if you
+have to specify a backend somewhere, but don't really want to. The
+classical example is if you don't want to have a primary select
+methods, but want to only use secondary ones:
+
+@lisp
+(setq gnus-select-method '(nnnil ""))
+(setq gnus-secondary-select-methods
+ '((nnimap "foo")
+ (nnml "")))
+@end lisp
+
@node Combined Groups
@section Combined Groups
commit 34a950bdaf09bcf83c6e57957108108e7dacf143
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jan 24 14:21:07 2011 -0800
Merge fix.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 32df057..8c3c52a 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -2,6 +2,10 @@
* message.texi (IDNA): Explain what it is.
+2011-01-24 Lars Ingebrigtsen <[email protected]>
+
+ * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
+
2010-12-16 Lars Magne Ingebrigtsen <[email protected]>
* gnus.texi (Archived Messages): Remove outdated text.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/gnus-agent.el | 3 +--
texi/ChangeLog | 4 ++++
texi/gnus.texi | 18 ++++++++++++++++++
3 files changed, 23 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project