From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75824 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.gnus.general Subject: Re: bug#7727: describe-key doesn't tell whole redirect sequence Date: Sat, 22 Jan 2011 19:02:29 -0500 Message-ID: <87r5c4bi7e.fsf@stupidchicken.com> References: <87k4iznqjz.fsf_-_@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295740983 12005 80.91.229.12 (23 Jan 2011 00:03:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 Jan 2011 00:03:03 +0000 (UTC) Cc: yamaoka@jpl.org, 7727@debbugs.gnu.org, ding@gnus.org To: jidanni@jidanni.org Original-X-From: ding-owner+M24175@lists.math.uh.edu Sun Jan 23 01:02:56 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 1PgnQ0-0001rt-2t for ding-account@gmane.org; Sun, 23 Jan 2011 01:02:56 +0100 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 1PgnPs-0003qo-79; Sat, 22 Jan 2011 18:02:48 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PgnPr-0003qe-56 for ding@lists.math.uh.edu; Sat, 22 Jan 2011 18:02:47 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PgnPq-0003h4-AW for ding@lists.math.uh.edu; Sat, 22 Jan 2011 18:02:47 -0600 Original-Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PgnPp-0002H7-1G for ding@gnus.org; Sun, 23 Jan 2011 01:02:45 +0100 Original-Received: from furball (dhcp128036014187.central.yale.edu [128.36.14.187]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id p0N02TSw008246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 22 Jan 2011 19:02:30 -0500 Original-Received: by furball (Postfix, from userid 1000) id 63AC7161EC4; Sat, 22 Jan 2011 19:02:29 -0500 (EST) In-Reply-To: <87k4iznqjz.fsf_-_@jidanni.org> (jidanni@jidanni.org's message of "Fri, 24 Dec 2010 23:22:56 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75824 Archived-At: jidanni@jidanni.org writes: > KY> The real command that the "e" key is bound to in the article > KY> buffer is `gnus-article-read-summary-keys' > > I see. So the real bug is in the describe-key function, not telling the > user all the details! I'll Cc bug-gnu-emacs! It's not a bug in describe-key, because that's apparently not the command run by `C-h k' in Gnus article buffers: C-h k runs the command gnus-article-describe-key, which is an interactive compiled Lisp function in `gnus-art.el'. It is bound to C-h k. Indeed, doing `M-x describe-key' instead of `C-h k' returns gnus-article-read-summary-keys, as expected. Dunno what the purpose of gnus-article-describe-key is. Bouncing back to the Gnus developers.