[gnus git] branch no-gnus updated: m0-1-25-g3bba4fb =3= Allow exiting from Gnus when just reading a single group from "without" Gnus. ; gnus-sum.el (gnus-summary-show-thread): next-single-char-property-change never returns nil (Bug#8657). ; gnus-sum.el (gnus-summary-show-thread): next-single-char-property-change never returns nil (Bug#8657).
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3bba4fb29fd2d89d5e1b8db5dd055169b852840a (commit)
via eb626aa6670791d1a373c94bfeaa05e6cdebb888 (commit)
via 4f1b6f8933b01cde9c997ecc8267d5b687c88521 (commit)
from 7f25c588303310bfb0a5e054b49fdbe22abc165f (commit)
- Log -----------------------------------------------------------------
commit 3bba4fb29fd2d89d5e1b8db5dd055169b852840a
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 6 22:21:40 2012 +0000
Allow exiting from Gnus when just reading a single group from "without" Gnus.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 167c595..051d0ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-06 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
+ when just reading a single group from "without" Gnus.
+
2012-02-06 Chong Yidong <[email protected]>
* gnus-sum.el (gnus-summary-show-thread):
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 7b234a3..c7f80ec 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -7352,7 +7352,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(defun gnus-handle-ephemeral-exit (quit-config)
"Handle movement when leaving an ephemeral group.
The state which existed when entering the ephemeral is reset."
- (if (not (buffer-name (car quit-config)))
+ (if (not (buffer-live-p (car quit-config)))
(gnus-configure-windows 'group 'force)
(set-buffer (car quit-config))
(unless (eq (cdr quit-config) 'group)
commit eb626aa6670791d1a373c94bfeaa05e6cdebb888
Author: Chong Yidong <[email protected]>
Date: Mon Feb 6 22:20:21 2012 +0000
gnus-sum.el (gnus-summary-show-thread): next-single-char-property-change never returns nil (Bug#8657).
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index d0a582e..7b234a3 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -11579,8 +11579,7 @@ Returns nil if no thread was there to be shown."
(beg (progn (beginning-of-line) (if (bobp) (point) (1- (point)))))
(eoi (when end
(if (fboundp 'next-single-char-property-change)
- (or (next-single-char-property-change end 'invisible)
- (point-max))
+ (next-single-char-property-change end 'invisible)
(while (progn
(end-of-line 2)
(and (not (eobp))
commit 4f1b6f8933b01cde9c997ecc8267d5b687c88521
Author: Chong Yidong <[email protected]>
Date: Mon Feb 6 22:17:03 2012 +0000
gnus-sum.el (gnus-summary-show-thread): next-single-char-property-change never returns nil (Bug#8657).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c48f08c..167c595 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-06 Chong Yidong <[email protected]>
+
+ * gnus-sum.el (gnus-summary-show-thread):
+ next-single-char-property-change never returns nil (Bug#8657).
+
2012-02-05 Lars Ingebrigtsen <[email protected]>
* nnimap.el (nnimap-open-server): Allow switching the nnoo server
-----------------------------------------------------------------------
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 | 10 ++++++++++
lisp/gnus-sum.el | 5 ++---
2 files changed, 12 insertions(+), 3 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project