From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Key/menu bug? (was: customizing key definitions with Customize) Date: Sun, 18 May 2008 11:07:50 +0200 Message-ID: <853aogvv2x.fsf_-_@lola.goethe.zz> References: <000301c8b39e$ded16a50$0200a8c0@us.oracle.com> <003701c8b438$9d6e9f20$0200a8c0@us.oracle.com> <87r6c75brc.fsf@jurta.org> <87od79sttq.fsf@jurta.org> <002701c8b646$afedc3a0$0200a8c0@us.oracle.com> <004301c8b729$b707c120$0200a8c0@us.oracle.com> <003f01c8b885$a0a3ce30$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211101710 16711 80.91.229.12 (18 May 2008 09:08:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 May 2008 09:08:30 +0000 (UTC) Cc: 'Juri Linkov' , rms@gnu.org, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 18 11:09:06 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jxet7-0006fq-HY for ged-emacs-devel@m.gmane.org; Sun, 18 May 2008 11:09:05 +0200 Original-Received: from localhost ([127.0.0.1]:58612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxesN-0007n3-Cm for ged-emacs-devel@m.gmane.org; Sun, 18 May 2008 05:08:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JxesA-0007ms-8i for emacs-devel@gnu.org; Sun, 18 May 2008 05:08:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jxes7-0007mH-ST for emacs-devel@gnu.org; Sun, 18 May 2008 05:08:05 -0400 Original-Received: from [199.232.76.173] (port=47189 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jxes7-0007mD-BF for emacs-devel@gnu.org; Sun, 18 May 2008 05:08:03 -0400 Original-Received: from mail-in-17.arcor-online.net ([151.189.21.57]:53687) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jxerx-0001cO-Fx; Sun, 18 May 2008 05:07:53 -0400 Original-Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-17.arcor-online.net (Postfix) with ESMTP id 2202C2BC196; Sun, 18 May 2008 11:07:52 +0200 (CEST) Original-Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id A14142D3CF9; Sun, 18 May 2008 11:07:51 +0200 (CEST) Original-Received: from lola.goethe.zz (dslb-084-061-092-161.pools.arcor-ip.net [84.61.92.161]) by mail-in-16.arcor-online.net (Postfix) with ESMTP id 6576A236E42; Sun, 18 May 2008 11:07:51 +0200 (CEST) Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 92C151C464F7; Sun, 18 May 2008 11:07:50 +0200 (CEST) In-Reply-To: <003f01c8b885$a0a3ce30$0200a8c0@us.oracle.com> (Drew Adams's message of "Sat, 17 May 2008 18:22:23 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Virus-Scanned: ClamAV 0.92.1/7147/Sun May 18 03:30:04 2008 on mail-in-16.arcor-online.net X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:97355 Archived-At: "Drew Adams" writes: > 4. There still is an `edmacro-parse-keys' bug that prevents some keys > from being handled correctly. With the attached code, the only such > key in the global map is, I think, "M-<" - see the separate bug > report. Someone more knowledgeable will need to fix > `edmacro-parse-keys' the right way. I was trying to guess whether there can be something like M- or similarly contrived, so I did C-h k, held control and selected a menu entry. This gave me C-@ runs the command (lambda nil (interactive) (switch-to-buffer #)), which is an interactive Lisp function. It is bound to C-@. (anonymous) Not documented. This can't be right, can it? It is on GNU Emacs 23.0.60.13 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-05-13 on lola -- David Kastrup, Kriemhildstr. 15, 44793 Bochum