From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Gilbert Harman Newsgroups: gmane.emacs.help Subject: Re: alt key on pc keyboard with mac osx Date: Wed, 20 Aug 2003 10:06:49 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1061493601 6448 80.91.224.253 (21 Aug 2003 19:20:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2003 19:20:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 21 21:19:59 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19puyV-0005Bc-00 for ; Thu, 21 Aug 2003 21:19:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19pup5-0000Bf-Pb for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Aug 2003 15:10:15 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19pcv6-00006m-JW for help-gnu-emacs@gnu.org; Wed, 20 Aug 2003 20:03:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19pZgE-00079l-3h for help-gnu-emacs@gnu.org; Wed, 20 Aug 2003 16:36:13 -0400 Original-Received: from [128.112.129.75] (helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.20) id 19pTc1-0004WO-MC for help-gnu-emacs@gnu.org; Wed, 20 Aug 2003 10:06:57 -0400 Original-Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.12.9/8.12.9) with ESMTP id h7KE6ual012928; Wed, 20 Aug 2003 10:06:56 -0400 (EDT) Original-Received: from [10.0.1.3] (pool-151-204-71-74.delv.east.verizon.net [151.204.71.74]) (authenticated bits=0) by smtpserver1.Princeton.EDU (8.12.9/8.12.9) with ESMTP id h7KE6tTh029268 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Wed, 20 Aug 2003 10:06:56 -0400 (EDT) User-Agent: Microsoft-Entourage/10.1.4.030702.0 Original-To: Sean McLaughlin , In-Reply-To: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11957 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11957 Try adding to your .emacs file (setq mac-command-key-is-meta nil) On 8/19/03 1:57 PM, "Sean McLaughlin" wrote: > I have a mac laptop running osx. I'm using a pc usb keyboard. I can't > get emacs to recognize the ALT key as a META key. When I type 'ALT k', for > instance, I get a 'u' with a grave accent. Is there a way to remap the alt > key as a meta key? gil