From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: Using Alt as Meta Date: Tue, 08 Apr 2008 10:41:22 -0500 Message-ID: <87lk3o8icd.fsf@adboyd.com> References: <20080407201631.GA11410@stats.ox.ac.uk> <5ea706d0804071346t7e0223a2ybbf2ae2e4eee8a52@mail.gmail.com> <20080408073109.GB26591@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JjFwy-0005ih-8J for emacs-orgmode@gnu.org; Tue, 08 Apr 2008 11:41:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JjFwx-0005hu-MR for emacs-orgmode@gnu.org; Tue, 08 Apr 2008 11:41:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjFwx-0005hk-Gh for emacs-orgmode@gnu.org; Tue, 08 Apr 2008 11:41:31 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JjFwx-0006BH-3B for emacs-orgmode@gnu.org; Tue, 08 Apr 2008 11:41:31 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JjFwr-00044w-Jf for emacs-orgmode@gnu.org; Tue, 08 Apr 2008 15:41:26 +0000 Received: from 72.186.72.129 ([72.186.72.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Apr 2008 15:41:25 +0000 Received: from david by 72.186.72.129 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Apr 2008 15:41:25 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dan Davison writes: > On Mon, Apr 07, 2008 at 04:46:17PM -0400, Chris Leyon wrote: >> On Mon, Apr 7, 2008 at 4:16 PM, Dan Davison wrote: >> > Why is is that I have to use for org-metaright, and brings up the message: ' is undefined'? What's an appropriate way to >> > tell org-mode to use Alt as Meta in this situation? >> > Thanks! >> > Dan >> >> Try putting `(setq x-alt-keysym 'meta)' in your .emacs > > Thanks, but that hasn't made a difference that I can see. still functions as M-x but bring up a message saying they're undefined,. > I should have said, this is under > > GNU Emacs 22.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0) of 2007-11-06 on terranova, modified by Ubuntu > Org-mode version 5.23a > Ubuntu > Linux Tichodroma 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux > > Dan > What does C-h k show for those keys? For example, under my emacs running under cygwin under windows vista (I know, yuck), C-h k follwed by shows runs the command forward-word Dave