From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joao de Sa Coutinho Newsgroups: gmane.emacs.help Subject: Re: Getting Alt to act as Meta Date: 28 Mar 2003 22:55:07 +0100 Organization: Guest of Firstream - Teaser - Oreka Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87vfy3nolg.fsf@charlie.suprms.haus> References: <87k7ek8mu9.fsf@charlie.suprms.haus> <87adfgjucr.fsf@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048888881 22459 80.91.224.249 (28 Mar 2003 22:01:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2003 22:01:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 28 23:01:20 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18z1uH-0005pX-00 for ; Fri, 28 Mar 2003 23:01:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18z1uL-0001sZ-03 for gnu-help-gnu-emacs@m.gmane.org; Fri, 28 Mar 2003 17:01:05 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.telebyte.nl!proxad.net!teaser.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: d42-96.ppp.teaser.fr Original-X-Trace: feed.teaser.net 1048888666 82990 213.91.42.96 (28 Mar 2003 21:57:46 GMT) Original-X-Complaints-To: abuse@teaser.fr Original-NNTP-Posting-Date: Fri, 28 Mar 2003 21:57:46 +0000 (UTC) User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Original-Xref: shelby.stanford.edu gnu.emacs.help:111475 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7975 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7975 Alex Schroeder writes: > Joao de Sa Coutinho writes: > > > Can anyone tell me how I can reconfigure this, so that Alt becomes Meta ? Xev > > shows the keysym to be Alt_L, BTW. > > http://www.emacswiki.org/cgi-bin/wiki.pl?MetaKeyProblems has some > info on this... Indeed it has the answer. I need to execute the command xmodmap -e "clear mod4" and there's no more Meta, so then Alt gets recognized. Although I couldn't get this to be recognized inside a .Xmodmap nor a .xmodmaprc file, so I had to look for what .xinitrc file was being executed (/etc/X11/xinit/xinitrc on my Debian 3.0) and add that command in there. > > Alex. Thanks Alex, problem solved. Joao