Re: [Orgmode] org-edit-src-code font lock problem

2009-05-05 Thread Carsten Dominik
On May 5, 2009, at 4:17 PM, Dan Davison wrote: Carsten Dominik writes: Hi Dan, On Apr 29, 2009, at 9:23 PM, Dan Davison wrote: I'm finding that the font-lock in the indirect buffer spawned by C- c ' on a source code block is not correct when there is a preceding (odd number of) apostroph

Re: [Orgmode] org-edit-src-code font lock problem

2009-05-05 Thread Dan Davison
Carsten Dominik writes: > Hi Dan, > > On Apr 29, 2009, at 9:23 PM, Dan Davison wrote: > >> I'm finding that the font-lock in the indirect buffer spawned by C-c ' >> on a source code block is not correct when there is a preceding (odd >> number of) apostrophes / backticks etc (depending on the >>

Re: [Orgmode] org-edit-src-code font lock problem

2009-05-05 Thread Carsten Dominik
Hi Dan, On Apr 29, 2009, at 9:23 PM, Dan Davison wrote: I'm finding that the font-lock in the indirect buffer spawned by C-c ' on a source code block is not correct when there is a preceding (odd number of) apostrophes / backticks etc (depending on the language). E.g. * this works fine as t

[Orgmode] org-edit-src-code font lock problem

2009-04-29 Thread Dan Davison
I'm finding that the font-lock in the indirect buffer spawned by C-c ' on a source code block is not correct when there is a preceding (odd number of) apostrophes / backticks etc (depending on the language). E.g. * this works fine as there is no apostrophe #+begin_src sh for i in $(seq -w 1 22)