emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [bug] orgstruct has suddenly become overly opinionated about leg


From: Eric Schulte
Subject: Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes
Date: Fri, 22 Feb 2013 10:27:57 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

>
> 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>" . "TAB")
> -                       ("<ret>" . "RET")
> +                       ("<return>" . "RET")
>                         ("<esc>" . "ESC")
>                         ("<del>" . "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]