From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: Behavior of `this-command-keys' Date: Tue, 12 Sep 2006 11:42:19 -0500 Message-ID: <87d5a1yr2s.fsf@vh213602.truman.edu> References: <87hczel26d.fsf@vh213602.truman.edu> Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1158079392 12104 80.91.229.2 (12 Sep 2006 16:43:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Sep 2006 16:43:12 +0000 (UTC) Cc: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 12 18:43:10 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNBLi-0008BG-OM for ged-emacs-devel@m.gmane.org; Tue, 12 Sep 2006 18:43:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNBLh-0006rQ-UK for ged-emacs-devel@m.gmane.org; Tue, 12 Sep 2006 12:43:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNBL4-0006g5-0S for emacs-devel@gnu.org; Tue, 12 Sep 2006 12:42:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNBL3-0006fj-Cg for emacs-devel@gnu.org; Tue, 12 Sep 2006 12:42:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNBL3-0006fe-8G for emacs-devel@gnu.org; Tue, 12 Sep 2006 12:42:21 -0400 Original-Received: from [150.243.160.94] (helo=uranium.truman.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNBMa-0007Dm-3N for emacs-devel@gnu.org; Tue, 12 Sep 2006 12:43:56 -0400 Original-Received: from uranium.truman.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 98B68520DC for ; Tue, 12 Sep 2006 11:48:57 -0500 (CDT) Original-Received: from vh213602.truman.edu.truman.edu (vh213602.truman.edu [150.243.64.4]) by uranium.truman.edu (Postfix) with ESMTP id 694AF3C22E; Tue, 12 Sep 2006 11:48:56 -0500 (CDT) Original-To: emacs-devel@gnu.org In-Reply-To: (Kim F. Storm's message of "Tue\, 12 Sep 2006 00\:13\:13 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59738 Archived-At: storm@cua.dk (Kim F. Storm) writes: > Jay Belanger writes: > >> The behavior of `this-command-keys' doesn't seem to match its >> documentation; perhaps I'm misunderstanding something. > > No, you have found a rather nasty bug. In the documentation, at least. I would think the documented behavior would be desirable, but I guess whoever used this-command-keys can just put it near the top of the function. Jay