From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Groll Newsgroups: gmane.emacs.help Subject: Re: Meta key in Emacs 23 on Mac OS X Date: Wed, 3 Jun 2009 09:05:36 +0200 Message-ID: <20090603070535.GD30345@groll.co.za> References: <797E7F04-5884-4202-9DAE-DD47FAFD73FB@devrx.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: ger.gmane.org 1244012815 11247 80.91.229.12 (3 Jun 2009 07:06:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Jun 2009 07:06:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Francis Devereux Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 03 09:06:52 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MBkY1-0006zP-E6 for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jun 2009 09:06:05 +0200 Original-Received: from localhost ([127.0.0.1]:59203 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBkY0-0005Km-UD for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jun 2009 03:06:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBkXf-0005Kg-Lq for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 03:05:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBkXa-0005K5-0W for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 03:05:42 -0400 Original-Received: from [199.232.76.173] (port=59967 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBkXZ-0005K2-Ta for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 03:05:37 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:34218) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBkXZ-0004k2-EQ for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 03:05:37 -0400 Original-Received: from mail.groll.co.za ([166.84.7.40]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBkXV-0004rH-BA for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 03:05:33 -0400 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id 237565F1AB; Wed, 3 Jun 2009 09:05:36 +0200 (SAST) Content-Disposition: inline In-Reply-To: <797E7F04-5884-4202-9DAE-DD47FAFD73FB@devrx.org> User-Agent: Mutt/1.5.18 (Linux mail 2.6.28-xen3-U-64 x86_64) X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64911 Archived-At: On Tue, Jun 02, 2009 at 10:08:14PM +0100, Francis Devereux wrote: > Emacs 23 uses Option as the Meta key, but I prefer having Command as the > Meta key, like in Emacs 22. Is there a way to configure Emacs 23 to use > Command as the Meta key? All the next-step specific options can be found by M-x customize-group RET ns RET (The option you're looking for is NS-alternate modifier) Regards, Jonathan