From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13993 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.user Subject: Re: How to stop gnus from moving to the next group? Date: Wed, 12 May 2010 10:45:56 +0200 Message-ID: <878w7pwlrv.fsf@gate450.dyndns.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273653974 26588 80.91.229.12 (12 May 2010 08:46:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 May 2010 08:46:14 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed May 12 10:46:13 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OC7Zv-0002hV-FR for gegu-info-gnus-english@m.gmane.org; Wed, 12 May 2010 10:46:07 +0200 Original-Received: from localhost ([127.0.0.1]:51297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC7Zu-00059c-JF for gegu-info-gnus-english@m.gmane.org; Wed, 12 May 2010 04:46:06 -0400 Original-Received: from [140.186.70.92] (port=38761 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC7Zq-00059V-Vo for info-gnus-english@gnu.org; Wed, 12 May 2010 04:46:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OC7Zp-0004kf-D7 for info-gnus-english@gnu.org; Wed, 12 May 2010 04:46:02 -0400 Original-Received: from smtp2.rz.uni-karlsruhe.de ([129.13.185.218]:57116) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC7Zp-0004k2-74 for info-gnus-english@gnu.org; Wed, 12 May 2010 04:46:01 -0400 Original-Received: from rzstud2.stud.uni-karlsruhe.de (rzstud2.stud.uni-karlsruhe.de [193.196.41.42]) by smtp2.rz.uni-karlsruhe.de with esmtps (Exim 4.63 #1) id 1OC7Zl-0005dc-Sl; Wed, 12 May 2010 10:45:57 +0200 Original-Received: from uwi7 by rzstud2.stud.uni-karlsruhe.de with local (Exim 4.63) (envelope-from ) id 1OC7Zl-0002Te-Ip for info-gnus-english@gnu.org; Wed, 12 May 2010 10:45:57 +0200 In-Reply-To: (Leo's message of "Thu, 29 Apr 2010 03:55:31 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.50 (gnu/linux) X-Hashcash: 1:26:100512:info-gnus-english@gnu.org::LkCvFmJDSilkykNN:00000000G8Lt X-Hashcash: 1:26:100512:sdl.web@gmail.com::MnWNORosFiPUUuQN:1bHgh X-Hashcash: 1:26:100512:info-gnus-english@gnu.org::TVbqkxvwKNh3BmpE:000000009TbRJ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:13993 Archived-At: Leo writes: > On 2010-04-29 03:38 +0100, Leo wrote: >> 1. go to a group (that has a next group with unread articles) >> 2. C-u RET >> 3. When there's prompt in the minibuffer asking how many articles, hit C-g > > I dig a bit into it. It is due to gnus-summary-read-group-1 having > (gnus-group-next-unread-group 1) unconditionally. Should that respect > gnus-group-goto-unread or a new customisation variable? It does respect it, AFAICT. > There could be a lot of empty groups between current and the next unread > group. The movement is undesirable in this case. I agree. I don't think it is sensible to do anything beyond cleanup when catching the C-g. After all, choosing a million articles at the prompt and hitting C-g while Gnus is thrashing doesn't move point either. I'll push a fix into No Gnus. In case anyone is attached to the old behavior: Entering 0 instead of C-g at the prompt will still move point. Thanks, andreas