From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Switch Meta and Alt modifiers Date: Sun, 17 Feb 2002 12:10:32 +0200 (IST) Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: quimby2.netfonds.no 1013941527 28200 195.204.10.66 (17 Feb 2002 10:25:27 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 17 Feb 2002 10:25:27 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16cOVa-0007Kk-00 for ; Sun, 17 Feb 2002 11:25:26 +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 16cOJ6-0007YY-00; Sun, 17 Feb 2002 05:12:32 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16cOI4-0007Vp-00 for ; Sun, 17 Feb 2002 05:11:28 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id MAA25208; Sun, 17 Feb 2002 12:10:32 +0200 (IST) X-Sender: eliz@is Original-To: Kai =?iso-8859-1?q?Gro=DFjohann?= In-Reply-To: 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:1248 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1248 On Sun, 17 Feb 2002, Kai =?iso-8859-1?q?Gro=DFjohann?= wrote: > Eli Zaretskii writes: > > > Isn't there a way to accomplish the same on a system-independent > > level, so that this would be automatically supported on all > > platforms, not just on X? > > Hm. w32fns.c has some variables to accomplish similar things. > > Alas, I know nothing about non-X platforms. Can anyone help? 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.) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel