Re: [Orgmode] Faces bug in org-indent-mode

2009-08-26 Thread Daniel Clemente
El dt, ago 25 2009 a les 09:56, Carsten Dominik va escriure: thing will break. The real solution for this would be to switch to a programmed solution instead of a regular expression search. Or many regular expressions, one for each context: table, heading, comment, text, … Based on the

Re: [Orgmode] Faces bug in org-indent-mode

2009-08-26 Thread Carsten Dominik
On Aug 26, 2009, at 1:42 PM, Daniel Clemente wrote: El dt, ago 25 2009 a les 09:56, Carsten Dominik va escriure: thing will break. The real solution for this would be to switch to a programmed solution instead of a regular expression search. Or many regular expressions, one for each

Re: [Orgmode] Faces bug in org-indent-mode

2009-08-25 Thread Carsten Dominik
Hi Daniel, thanks for looking deeper into the issue. As you have noticed yourself, your proposal fixes only half of the problem. Doing this emphasis with a regular expression is really hard, and each time you change something, another thing will break. The real solution for this would be to

Re: [Orgmode] Faces bug in org-indent-mode

2009-08-21 Thread Daniel Clemente
El dj, ago 20 2009 a les 21:57, Carsten Dominik va escriure: * something aaa =eee * two= *iii ooo* uuu Yes, this is kind of hard to fix.. And a minor issue, I guess... ? Yes, it's a minor issue. I like minor issues :-) There are two display problems here: - a face defined before

[Orgmode] Faces bug in org-indent-mode

2009-08-20 Thread Jason F. McBrayer
There's a little problem with faces in org-indent-mode. Faces that highlight to the end of the line (hl-line-face, org-level-faces if org-fontify-whole-header-line is on, etc) get carried over to the start of text on the next line. Faces like that are pretty rare, but I thought I'd go ahead and

Re: [Orgmode] Faces bug in org-indent-mode

2009-08-20 Thread Daniel Clemente
I don't know if it's the same as what you report, but I can see the same behaviour also in this file: * something aaa =eee * two= *iii ooo* uuu Open/close/expand/contract as needed. In my Emacs 23 with latest org I see it wrongly highlighted just after opening it (headings contracted):

Re: [Orgmode] Faces bug in org-indent-mode

2009-08-20 Thread Carsten Dominik
Hi, that is an Emacs bug, not an Org-mode bug. - Carsten On Aug 20, 2009, at 2:07 PM, Jason F. McBrayer wrote: There's a little problem with faces in org-indent-mode. Faces that highlight to the end of the line (hl-line-face, org-level-faces if org-fontify-whole-header-line is on, etc) get

Re: [Orgmode] Faces bug in org-indent-mode

2009-08-20 Thread Carsten Dominik
On Aug 20, 2009, at 2:34 PM, Daniel Clemente wrote: I don't know if it's the same as what you report, but I can see the same behaviour also in this file: * something aaa =eee * two= *iii ooo* uuu Open/close/expand/contract as needed. In my Emacs 23 with latest org I see it wrongly