From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Strange key binding problem Date: Wed, 3 Sep 2008 11:51:43 +0200 Message-ID: References: <20524da70808311335n6a46e6abw5d0613581acbf6c1@mail.gmail.com> <20524da70808311342y321040c5w9b45c07145c5f930@mail.gmail.com> <20524da70809021207se2f3371ld7882fc9a15ddac9@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kap1i-0004XT-BH for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:51:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kap1g-0004WP-Pu for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:51:50 -0400 Received: from [199.232.76.173] (port=54373 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kap1f-0004WG-SH for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:51:48 -0400 Received: from ug-out-1314.google.com ([66.249.92.173]:47011) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kap1f-0008Bs-QG for emacs-orgmode@gnu.org; Wed, 03 Sep 2008 05:51:47 -0400 Received: by ug-out-1314.google.com with SMTP id m2so2430205uge.17 for ; Wed, 03 Sep 2008 02:51:46 -0700 (PDT) In-Reply-To: <20524da70809021207se2f3371ld7882fc9a15ddac9@mail.gmail.com> 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: Samuel Wales Cc: emacs-orgmode@gnu.org On Sep 2, 2008, at 9:07 PM, Samuel Wales wrote: > If I evaluate the following sexp in the org-mode buffer, should it > take effect? It doesn't take effect for either ESC down or alt-down. > > (org-defkey org-mode-map [(meta down)] 'org-metadown) That should work, and it does for me. - Carsten