From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Samuel Wales" Subject: Re: patch to fix strange key binding bug and to notate compiler warnings Date: Sat, 6 Sep 2008 12:01:00 -0700 Message-ID: <20524da70809061201j7f3c92bchf445ac8ad53212f3@mail.gmail.com> References: <20524da70809061142s4f0a1003s2611a79431d162f1@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 1Kc31r-0004p4-DC for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 15:01:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kc31q-0004oB-NS for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 15:01:02 -0400 Received: from [199.232.76.173] (port=57407 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc31q-0004nu-Gs for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 15:01:02 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:23984) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kc31p-0000KK-V9 for emacs-orgmode@gnu.org; Sat, 06 Sep 2008 15:01:02 -0400 Received: by ey-out-1920.google.com with SMTP id 4so424567eyg.24 for ; Sat, 06 Sep 2008 12:01:00 -0700 (PDT) In-Reply-To: <20524da70809061142s4f0a1003s2611a79431d162f1@mail.gmail.com> 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: emacs-orgmode@gnu.org On Sat, Sep 6, 2008 at 11:42, Samuel Wales wrote: > The attached patch adds a variable to let you fix key bindings. It > also provides comments for 2 places where there were compiler > warnings. You will have to change org-orig.el to org.el, of course.