From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78784 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.gnus.general Subject: Re: C y on really large groups Date: Tue, 10 May 2011 18:16:37 +0200 Message-ID: <87zkmulee2.fsf@gmail.com> References: <87k4dyzhqp.fsf@topper.koldfront.dk> <87zkmumtny.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1305044230 4446 80.91.229.12 (10 May 2011 16:17:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 May 2011 16:17:10 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27085@lists.math.uh.edu Tue May 10 18:17:07 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QJpcQ-0003ae-Jv for ding-account@gmane.org; Tue, 10 May 2011 18:17:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QJpcG-00052x-Ig; Tue, 10 May 2011 11:16:56 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QJpcF-00052m-IP for ding@lists.math.uh.edu; Tue, 10 May 2011 11:16:55 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QJpcE-00067P-RF for ding@lists.math.uh.edu; Tue, 10 May 2011 11:16:55 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QJpcD-0003O0-E8 for ding@gnus.org; Tue, 10 May 2011 18:16:53 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QJpcC-0003RQ-PQ for ding@gnus.org; Tue, 10 May 2011 18:16:52 +0200 Original-Received: from portable53.ceremade.dauphine.fr ([193.48.71.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 May 2011 18:16:52 +0200 Original-Received: from antoine.levitt by portable53.ceremade.dauphine.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 May 2011 18:16:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: portable53.ceremade.dauphine.fr User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78784 Archived-At: 10/05/11 18:01, Tassilo Horn > asjo@koldfront.dk (Adam Sjøgren) writes: > >> I just tried subscribing to a random group on gmane with more than >> 50000 articles in it and did C y on it in the *Group* buffer. It was >> instant; it took a fraction of a second. > > I don't have a C-prefix keymap at all?!? In *Group*, `C' is bound to: > > ,----[ C-h k C RET ] > | C runs the command gnus-group-catchup-current-all, which is an interactive > | compiled Lisp function in `gnus-group.el'. > | > | It is bound to C, . > | > | (gnus-group-catchup-current-all &optional N) > | > | Mark all articles in current newsgroup as read. > | Cross references (Xref: header) of articles are ignored. > `---- > > But that's according to the docs: > > ,----[ (info "(gnus)Group Data") ] > | `C' > | Mark all articles in this group, even the ticked ones, as read > | (`gnus-group-catchup-current-all'). > `---- > > What am I missing? He's just doing "y" to confirm ;-) FWIW, it's instant here as well.