Re: [O] org-mode fontification error [6 times]

2012-04-09 Thread Bastien
Hi Henning, Henning Redestig henning@googlemail.com writes: Better now but still some issues here, now if I start a new org buffer and type s [TAB] to complete the source block, I get org-mode fontification error again. This is fixed now. Thanks to you and Nick for digging this.

Re: [O] org-mode fontification error [6 times]

2012-04-04 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Confirmed. It only happens when you start typing into an empty buffer. Looks like an off-by-one error in org.el:org-fontify-meta-lines-and-blocks-1, aroung line 5487: , | ;; just any other in-buffer setting, but not indented |

Re: [O] org-mode fontification error [6 times]

2012-04-04 Thread Henning Redestig
Better now but still some issues here, now if I start a new org buffer and type s [TAB] to complete the source block, I get org-mode fontification error again. 2012/4/4 Bastien b...@gnu.org: Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Confirmed. It only happens when you start typing

Re: [O] org-mode fontification error [6 times]

2012-04-04 Thread Nick Dokos
Henning Redestig henning@googlemail.com wrote: Better now but still some issues here, now if I start a new org buffer and type s [TAB] to complete the source block, I get org-mode fontification error again. Probably more off-by-1 errors - the backtrace shows: , | | Debugger

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Henning Redestig
+1 on this, I get 'org-mode fontification error' all the time after having typed just #+ in an org buffer. with org 7.8.08 and emacs 23.1.50.1 and running with emacs -Q 2011/8/18 Leo sdl@gmail.com: On 2011-08-18 15:22 +0800, Bastien wrote: Just a heads-up. I saw this in my *message*

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Nick Dokos
Henning Redestig henning@googlemail.com wrote: +1 on this, I get 'org-mode fontification error' all the time after having typed just #+ in an org buffer. with org 7.8.08 and emacs 23.1.50.1 and running with emacs -Q 2011/8/18 Leo sdl@gmail.com: On 2011-08-18 15:22 +0800,

Re: [O] org-mode fontification error [6 times]

2011-08-18 Thread Bastien
Hi Leo, Leo sdl@gmail.com writes: Just a heads-up. I saw this in my *message* buffer. I don't know how it happened. Is this with emacs -Q? I am unable to reproduce this with emacs-23.3.1 and emacs-24.0.50.1. Thanks, -- Bastien

Re: [O] org-mode fontification error [6 times]

2011-08-18 Thread Leo
On 2011-08-18 15:22 +0800, Bastien wrote: Just a heads-up. I saw this in my *message* buffer. I don't know how it happened. Is this with emacs -Q? I am unable to reproduce this with emacs-23.3.1 and emacs-24.0.50.1. It is in my normal running emacs session. I haven't found a reproduction

[O] org-mode fontification error [6 times]

2011-08-17 Thread Leo
Just a heads-up. I saw this in my *message* buffer. I don't know how it happened. I am using org-mode 7.7 on Emacs 23.3.50. Leo