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: Fwd: Alt+numpad to write special symbols Date: Mon, 28 Sep 2009 23:13:37 -0400 Message-ID: References: <77b6ce390909281749u14004a6cr1e6bdf4226c7f6df@mail.gmail.com> <77b6ce390909281815j1600f85by5837ca2bb4b1f7d@mail.gmail.com> <77b6ce390909281827x5325a009k32adde3c135428b1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254194036 30010 80.91.229.12 (29 Sep 2009 03:13:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2009 03:13:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Capello Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 29 05:13:49 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 1MsT9w-0005mP-TI for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 05:13:49 +0200 Original-Received: from localhost ([127.0.0.1]:48470 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsT9w-0006AP-Aq for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 23:13:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsT9r-0006A2-7g for emacs-devel@gnu.org; Mon, 28 Sep 2009 23:13:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsT9m-000692-KA for emacs-devel@gnu.org; Mon, 28 Sep 2009 23:13:42 -0400 Original-Received: from [199.232.76.173] (port=40364 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsT9m-00068z-Hs for emacs-devel@gnu.org; Mon, 28 Sep 2009 23:13:38 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:58463 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsT9m-0003aE-AU for emacs-devel@gnu.org; Mon, 28 Sep 2009 23:13:38 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmQFAJMYwUpFxIo//2dsb2JhbACBUdVohB4Fh34 X-IronPort-AV: E=Sophos;i="4.44,470,1249272000"; d="scan'208";a="46767680" Original-Received: from 69-196-138-63.dsl.teksavvy.com (HELO pastel.home) ([69.196.138.63]) by ironport2-out.pppoe.ca with ESMTP; 28 Sep 2009 23:13:37 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 90C5480C4; Mon, 28 Sep 2009 23:13:37 -0400 (EDT) In-Reply-To: <77b6ce390909281827x5325a009k32adde3c135428b1@mail.gmail.com> (David Capello's message of "Mon, 28 Sep 2009 22:27:21 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (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:115767 Archived-At: > Another thing: I think it is impossible to emulate > the Alt+keypad just with elisp code because I need > to catch something like "Alt-unpressed" event. If you mean that "the alt-numpad" feature works by recognizing the "alt-unpressed" event as the sign that you've finished entering the number, then indeed, it can't be done in Elisp right now and would require changes to provide access to the up/down events for key presses (I actually did code up such a change at some point in the past, to play with it: it might be doable without introducing too many problems). Stefan