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 07:48:19 +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 1013925841 18048 195.204.10.66 (17 Feb 2002 06:04:01 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 17 Feb 2002 06:04:01 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 16cKQa-0004h0-00 for ; Sun, 17 Feb 2002 07:04:00 +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 16cKE9-0006be-00; Sun, 17 Feb 2002 00:51:09 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16cKCI-0006VL-00 for ; Sun, 17 Feb 2002 00:49:15 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA23199; Sun, 17 Feb 2002 07:48:19 +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:1241 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1241 On Fri, 15 Feb 2002, Kai =?iso-8859-1?q?Gro=DFjohann?= wrote: > I have now committed something which does this. There are new > variables x-{alt,hyper,meta,super}-keysym. Allowed values are the > symbols alt, hyper, meta, and super. So to switch the alt and meta > keys, one can do: > > (setq x-alt-keysym 'meta) > (setq x-meta-keysym 'alt) 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? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel