From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8033 Path: news.gmane.org!not-for-mail From: nobrowser@gmail.com Newsgroups: gmane.emacs.gnus.user Subject: Moving after marking Date: 27 Sep 2006 09:13:12 -0700 Organization: http://groups.google.com Message-ID: <1159373592.497448.19190@e3g2000cwe.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1159375359 17493 80.91.229.2 (27 Sep 2006 16:42:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Sep 2006 16:42:39 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Sep 27 18:42:38 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GScTx-0003FD-5U for gegu-info-gnus-english@m.gmane.org; Wed, 27 Sep 2006 18:42:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GScTw-0005wM-KW for gegu-info-gnus-english@m.gmane.org; Wed, 27 Sep 2006 12:42:00 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e3g2000cwe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 21 Original-NNTP-Posting-Host: 69.194.204.172 Original-X-Trace: posting.google.com 1159373598 13810 127.0.0.1 (27 Sep 2006 16:13:18 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 27 Sep 2006 16:13:18 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e3g2000cwe.googlegroups.com; posting-host=69.194.204.172; posting-account=YFHMlw0AAAAi2Uh6TQSJVnQoj9NpSiGG Original-Xref: shelby.stanford.edu gnu.emacs.gnus:78218 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8033 Archived-At: Hi, looking at the documentation for `gnus-summary-goto-unread': >>> If t, many commands will go to the next unread article. This applies to marking commands as well as other commands that "naturally" select the next article, like, for instance, `SPC' at the end of an article. If nil, the marking commands do NOT go to the next unread article (they go to the next article instead). If `never', commands that usually go to the next unread article, will go to the next article, whether it is read or not. <<< But, actually, a lot of the time (almost always when explicitly marking, in fact) I'd prefer _not to move anywhere at all_. I remember from the old days that Rmail could be instructed that way, but I don't see how to do it for Gnus. Note that just saving point or setting an Emacs mark is not a solution, because moving also has the side effect of making the next article read. TIA for ideas.