[gnus git] branch master updated: n0-17-184-g5df742e =1= (gnus-group-read-ephemeral-group): Start Gnus if it hasn't already been started.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 5df742e42eade80dbf7c59abda4b62d93b7e6a3a (commit)
from f73621d73e082c8d6117926fef73300539e5f904 (commit)
- Log -----------------------------------------------------------------
commit 5df742e42eade80dbf7c59abda4b62d93b7e6a3a
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sat Jul 16 18:04:07 2011 +0200
(gnus-group-read-ephemeral-group): Start Gnus if it hasn't already been started.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5463292..604ec1d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-16 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
+ hasn't already been started.
+
2011-07-15 Lars Magne Ingebrigtsen <[email protected]>
* gnus.el (debbugs-gnu): Renamed from debbugs-emacs.
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 2ea2a5c..b4dca3e 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2282,6 +2282,8 @@ Return the name of the group if selection was successful."
(gnus-group-completing-read)
(gnus-read-method "From method")))
;; Transform the select method into a unique server.
+ (unless (gnus-alive-p)
+ (gnus-no-server))
(when (stringp method)
(setq method (gnus-server-to-method method)))
(setq method
-----------------------------------------------------------------------
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/ChangeLog | 5 +++++
lisp/gnus-group.el | 2 ++
2 files changed, 7 insertions(+), 0 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