From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [bug] orgstruct has suddenly become overly opinionated about legal keystrokes Date: Fri, 22 Feb 2013 10:27:57 -0700 Message-ID: <87r4k8uule.fsf@gmail.com> References: <87wqu0jnlf.fsf@gmail.com> <871uc88e8q@ch.ristopher.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8wQE-0006AU-Ke for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 12:28:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8wQ9-00069m-Ti for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 12:28:34 -0500 Received: from mail-pb0-f42.google.com ([209.85.160.42]:40439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8wQ9-00069h-O1 for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 12:28:29 -0500 Received: by mail-pb0-f42.google.com with SMTP id xb4so517431pbc.15 for ; Fri, 22 Feb 2013 09:28:28 -0800 (PST) In-Reply-To: <871uc88e8q@ch.ristopher.com> (Christopher Schmidt's message of "Fri, 22 Feb 2013 17:11:59 +0000 (GMT)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > > orgstruct-mode tries to but does not find an appropriate key binding. > > Does this patch help? (Apply and restart Emacs.) > Yes this fixes the problem. > > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -8621,7 +8621,7 @@ buffer. It will also recognize item context in multiline items." > (where-is-internal f outline-mode-map))) > ;; TODO use local-function-key-map > (dolist (rep '(("" . "TAB") > - ("" . "RET") > + ("" . "RET") > ("" . "ESC") > ("" . "DEL"))) > (setq binding (read-kbd-macro (replace-regexp-in-string > > >> This is new behavior as of the last couple of weeks. > > That's my fault. I am sorry. > No problem, thanks for the quick fix! > > Christopher -- Eric Schulte http://cs.unm.edu/~eschulte