From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: Switch Meta and Alt modifiers Date: Sun, 17 Feb 2002 16:23:15 +0100 Message-ID: References: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013960271 8042 195.204.10.66 (17 Feb 2002 15:37:51 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 17 Feb 2002 15:37:51 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16cTNv-00025c-00 for ; Sun, 17 Feb 2002 16:37:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16cTAs-0002hz-00; Sun, 17 Feb 2002 10:24:22 -0500 Original-Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16cT9t-0002ey-00 for ; Sun, 17 Feb 2002 10:23:21 -0500 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g1HFNKb06274 for ; Sun, 17 Feb 2002 16:23:20 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id QAA06923; Sun, 17 Feb 2002 16:23:15 +0100 (MET) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id 188F53AFCD; Sun, 17 Feb 2002 16:23:15 +0100 (CET) Original-To: emacs-devel@gnu.org In-Reply-To: (Eli Zaretskii's message of "Sun, 17 Feb 2002 12:10:32 +0200 (IST)") Original-Lines: 19 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1256 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1256 Eli Zaretskii writes: > It strikes me that you could do the remapping in the code that handles > the event queue. In the queue, the platform-specific keysyms are already > translated into system-independent event types and modifiers. (At leat > that's my recollection; I might be missing something.) Ah, I found the event queue in src/keyboard.c. Very interesting code. Alas, I don't quite grok that code yet. It seems that either make_lispy_event or modify_event_symbol would be the spot to do that, right? Does anyone out there want to do this? If no, I'll try to get around to doing it, but it might be a while. kai -- ~/.signature is: umop 3p!sdn (Frank Nobis) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel