[gnus git] branch master updated: m0-7-192-gdaa0b7d =2= * gnus-int.el (gnus-warp-to-article): Mention that warp means jump. ; * gnus.texi (Basic Usage): Mention that warp means jump here.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via daa0b7d946698d539112167fecefb7c1cc3c5858 (commit)
via ddb26305e9385b6306967fe468515e7ced7955bc (commit)
from 74c3c92f78597749c0ff9a5911c0a42f83ba46dc (commit)
- Log -----------------------------------------------------------------
commit daa0b7d946698d539112167fecefb7c1cc3c5858
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Aug 1 18:17:41 2013 +0200
* gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7ed5bb..57fc3ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2013-08-01 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
+
* gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
dummy roots, too.
diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el
index 2378b59..6aa874f 100644
--- a/lisp/gnus-int.el
+++ b/lisp/gnus-int.el
@@ -582,8 +582,8 @@ This is the string that Gnus uses to identify the group."
(gnus-group-method group)))
(defun gnus-warp-to-article ()
- "Warps from an article in a virtual group to the article in its
-real group. Does nothing on a real group."
+ "Jump from an article in a virtual group to the article in its real group.
+Does nothing in a real group."
(interactive)
(when (gnus-virtual-group-p gnus-newsgroup-name)
(let ((gnus-command-method
commit ddb26305e9385b6306967fe468515e7ced7955bc
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Aug 1 18:16:44 2013 +0200
* gnus.texi (Basic Usage): Mention that warp means jump here.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 6a85092..b583cbb 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-01 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus.texi (Basic Usage): Mention that warp means jump here.
+
2013-07-30 Tassilo Horn <[email protected]>
* gnus.texi (Sorting the Summary Buffer): Document new defcustom
diff --git a/texi/gnus.texi b/texi/gnus.texi
index e84487e..cb4755d 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -21109,17 +21109,17 @@ the articles that match this query, and takes you to a summary buffer
showing these articles. Articles may then be read, moved and deleted
using the usual commands.
-The @code{nnir} group made in this way is an @code{ephemeral} group, and
-some changes are not permanent: aside from reading, moving, and
+The @code{nnir} group made in this way is an @code{ephemeral} group,
+and some changes are not permanent: aside from reading, moving, and
deleting, you can't act on the original article. But there is an
-alternative: you can @emph{warp} to the original group for the article
-on the current line with @kbd{A W}, aka
+alternative: you can @emph{warp} (i.e., jump) to the original group
+for the article on the current line with @kbd{A W}, aka
@code{gnus-warp-to-article}. Even better, the function
-@code{gnus-summary-refer-thread}, bound by default in summary buffers to
-@kbd{A T}, will first warp to the original group before it works its
-magic and includes all the articles in the thread. From here you can
-read, move and delete articles, but also copy them, alter article marks,
-whatever. Go nuts.
+@code{gnus-summary-refer-thread}, bound by default in summary buffers
+to @kbd{A T}, will first warp to the original group before it works
+its magic and includes all the articles in the thread. From here you
+can read, move and delete articles, but also copy them, alter article
+marks, whatever. Go nuts.
You say you want to search more than just the group on the current line?
No problem: just process-mark the groups you want to search. You want
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus-int.el | 4 ++--
texi/ChangeLog | 4 ++++
texi/gnus.texi | 18 +++++++++---------
4 files changed, 17 insertions(+), 11 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