From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75866 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.gnus.general,gmane.emacs.bugs Subject: Re: bug#7727: describe-key doesn't tell whole redirect sequence Date: Mon, 24 Jan 2011 11:31:31 -0500 Message-ID: References: <87k4iznqjz.fsf_-_@jidanni.org> <87oc772ju1.fsf@gnus.org> <874o8z2ix4.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295886767 23721 80.91.229.12 (24 Jan 2011 16:32:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 16:32:47 +0000 (UTC) Cc: jidanni@jidanni.org, 7727-close@debbugs.gnu.org, yamaoka@jpl.org, bug-gnu-emacs@gnu.org, ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M24217@lists.math.uh.edu Mon Jan 24 17:32:42 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 1PhPLO-0000De-0T for ding-account@gmane.org; Mon, 24 Jan 2011 17:32:42 +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 1PhPKS-0004Gi-05; Mon, 24 Jan 2011 10:31:44 -0600 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 1PhPKQ-0004GZ-EE for ding@lists.math.uh.edu; Mon, 24 Jan 2011 10:31:42 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PhPKO-0007a6-4J for ding@lists.math.uh.edu; Mon, 24 Jan 2011 10:31:41 -0600 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PhPKM-0007E7-PE; Mon, 24 Jan 2011 17:31:38 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEABM4PU1MCo4O/2dsb2JhbACkZ3S8E4VQBIRwjjo X-IronPort-AV: E=Sophos;i="4.60,370,1291611600"; d="scan'208";a="89061045" Original-Received: from 76-10-142-14.dsl.teksavvy.com (HELO pastel.home) ([76.10.142.14]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 24 Jan 2011 11:31:31 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 612B658C4E; Mon, 24 Jan 2011 11:31:31 -0500 (EST) In-Reply-To: <874o8z2ix4.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 23 Jan 2011 17:24:07 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75866 gmane.emacs.bugs:43602 Archived-At: >> I don't think this is a bug. None of the commands in the article buffer >> are regular commands, and you can't disable them with >> (put 'gnus-summary-edit-article 'disabled t) > On the other hand, the article mode key translation thingie could just > check for 'disabled itself. Now fixed. A cleaner could look like the following: add dynamic keymaps to Emacs, where "dynamic keymaps" are represented as functions/objects a bit like functional completion tables. Stefan