From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Samuel Wales" Subject: Re: Re: Strange key binding problem Date: Wed, 3 Sep 2008 11:56:09 -0700 Message-ID: <20524da70809031156yee7f65bg6dbf80355d813815@mail.gmail.com> References: <20524da70808311335n6a46e6abw5d0613581acbf6c1@mail.gmail.com> <20524da70808311342y321040c5w9b45c07145c5f930@mail.gmail.com> <20524da70809021207se2f3371ld7882fc9a15ddac9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaxWV-0005wj-TJ for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 14:56:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaxWV-0005w1-DG for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 14:56:11 -0400 Received: from [199.232.76.173] (port=60812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaxWV-0005vu-2r for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 14:56:11 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]:27935) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaxWU-0007Sk-PV for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 14:56:10 -0400 Received: by ey-out-1920.google.com with SMTP id 4so1204125eyg.24 for ; Wed, 03 Sep 2008 11:56:09 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: Carsten Dominik Cc: emacs-orgmode@gnu.org On Wed, Sep 3, 2008 at 02:51, Carsten Dominik wrote: >> (org-defkey org-mode-map [(meta down)] 'org-metadown) > > That should work, and it does for me. OK, does not work for me. This does, however. (I got it by M-x local-set-key RET. This is a trick I use to figure out what a key does.) (local-set-key (quote [27 right]) (quote org-metaright)) By the way, Alt-right merely sends right. Carbon emacs, mac powerbook, tiger, gui, latest org-mode. External keyboard that is known to be good. Thanks. (local-set-key (quote [27 right]) (quote org-metaright))