From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bijan Soleymani Newsgroups: gmane.emacs.help Subject: Re: Help producing the Alt modifier Date: 05 May 2003 22:53:46 -0400 Organization: www.crasseux.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84he8gvz6e.fsf@lucy.is.informatik.uni-duisburg.de> <84wuha6g84.fsf@lucy.is.informatik.uni-duisburg.de> <73fta.58420$mZ4.668797@news.xtra.co.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052189747 12078 80.91.224.249 (6 May 2003 02:55:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 6 May 2003 02:55:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue May 06 04:55:43 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 19CscI-00038J-00 for ; Tue, 06 May 2003 04:55:42 +0200 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 19Csc6-0004MA-01 for gnu-help-gnu-emacs@m.gmane.org; Mon, 05 May 2003 22:55:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!snoopy.risq.qc.ca!wesley.videotron.net!weber.videotron.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 24.202.124.181 Original-X-Complaints-To: abuse@videotron.ca Original-X-Trace: weber.videotron.net 1052189629 24.202.124.181 (Mon, 05 May 2003 22:53:49 EDT) Original-NNTP-Posting-Date: Mon, 05 May 2003 22:53:49 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:112822 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:9317 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9317 Jeremy Bowen writes: > Luis O. Silva wrote: > > > JB> How do I make the ALT keys generate the modifier > > JB> ????? > > > > AFAIK you won't be able to generate the Alt modifier in > > Emacs. You always will obtain the Meta modifier. The Alt > > modifier didn't exist in the old terminal and it is *not* > > needed in Emacs. Why do you want this modifier? If you need an > > alternative modifier, why don't you define Super or Hyper? > > OK. How do I make the ALT keys generate the or modifier ???? You can do this using xmodmap. man xmodmap. I think there is an example of how to make Alt_L (left alt) generate Meta_L (left meta). I would suspect the same sort of thing could be used to make Alt_L generate Super or Hyper. Bijan