From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ?? call-interactively doesn't always make KEYS available to `interactive' form. Date: Mon, 06 Apr 2009 12:07:15 -0400 Message-ID: References: <20090406142709.GD1645@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239034357 25602 80.91.229.12 (6 Apr 2009 16:12:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2009 16:12:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 06 18:13:56 2009 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 1LqrRe-0006tK-I7 for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 18:13:10 +0200 Original-Received: from localhost ([127.0.0.1]:47639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqrQG-0003Ny-35 for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 12:11:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqrM2-0006Yx-Pa for emacs-devel@gnu.org; Mon, 06 Apr 2009 12:07:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqrLx-0006Rn-Ma for emacs-devel@gnu.org; Mon, 06 Apr 2009 12:07:21 -0400 Original-Received: from [199.232.76.173] (port=49252 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqrLx-0006RP-GG for emacs-devel@gnu.org; Mon, 06 Apr 2009 12:07:17 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:12428 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqrLx-0007CT-1D for emacs-devel@gnu.org; Mon, 06 Apr 2009 12:07:17 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoYFAIPF2UlMCqib/2dsb2JhbACBUslAhA8GhQk X-IronPort-AV: E=Sophos;i="4.39,331,1235970000"; d="scan'208";a="36602192" Original-Received: from 76-10-168-155.dsl.teksavvy.com (HELO pastel.home) ([76.10.168.155]) by ironport2-out.teksavvy.com with ESMTP; 06 Apr 2009 12:07:15 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BC5EB80A8; Mon, 6 Apr 2009 12:07:15 -0400 (EDT) In-Reply-To: <20090406142709.GD1645@muc.de> (Alan Mackenzie's message of "Mon, 6 Apr 2009 14:27:09 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110098 Archived-At: > If FUNCTION contains `(interactive "string")', KEYS gets used > properly. If it has `(interactive (lisp-form))', though, the > lisp-form can't access KEYS. > Surely, this is a bug? Yup, that's a bug. Stefan