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

2013-03-29 Thread Eric Schulte
Bastien b...@altern.org writes: Christopher Schmidt christop...@ch.ristopher.com writes: Eric Schulte schulte.e...@gmail.com writes: Yes this fixes the problem. Thank you. I committed this. 14df16d org.el: Use longest form when translating keys. Thanks! I'm seeing this same

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

2013-03-29 Thread Christopher Schmidt
Eric Schulte schulte.e...@gmail.com writes: I'm seeing this same problem when editing email with the latest Org-mode and OrgStruct mode. Meta-RET raises the error orgstruct-error: This key has no function outside structure elements This corner case is worked around in master now.

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

2013-02-25 Thread Sebastien Vauban
Hello, Eric Schulte wrote: I use orgstruct mode in my message mode, so that I may easily include tables and lists when writing and responding to mail. So do I... [...] is new behavior as of the last couple of weeks. ... and I also experience a quite recent change. Before, when composing an

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

2013-02-25 Thread Christopher Schmidt
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: [...] is new behavior as of the last couple of weeks. ... and I also experience a quite recent change. Before, when composing an email, I could edit lists and convert them from itemized to enumerated ones, such

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

2013-02-23 Thread Bastien
Christopher Schmidt christop...@ch.ristopher.com writes: Eric Schulte schulte.e...@gmail.com writes: Yes this fixes the problem. Thank you. I committed this. 14df16d org.el: Use longest form when translating keys. Thanks! -- Bastien

[O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-22 Thread Eric Schulte
I use orgstruct mode in my message mode, so that I may easily include tables and lists when writing and responding to mail. This week, I've suddenly noticed that when I press meta-RET in message mode with orgstruct mode enabled, Org-struct returns the error orgstruct-error: This key has no

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

2013-02-22 Thread Christopher Schmidt
Eric Schulte schulte.e...@gmail.com writes: I use orgstruct mode in my message mode, so that I may easily include tables and lists when writing and responding to mail. orgstruct-mode does not help you with tables. That is orgtbl-mode. This week, I've suddenly noticed that when I press

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

2013-02-22 Thread Eric Schulte
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.

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

2013-02-22 Thread Christopher Schmidt
Eric Schulte schulte.e...@gmail.com writes: Yes this fixes the problem. Thank you. I committed this. 14df16d org.el: Use longest form when translating keys. Christopher