Re: [Orgmode] Re: Invalid face issues

2007-11-08 Thread Carsten Dominik
On 7Nov2007, at 9:34 PM, Andrew Hyatt wrote: I'm not an expert in this, but maybe the issue is that make-glyph code is supposed to take a char, and "..." is not a char. Well, the code takes one character at a time. mapcar on a string maps the characters. So I turn each character into a gl

[Orgmode] Re: Invalid face issues

2007-11-07 Thread Alain Picard
Carsten Dominik <[EMAIL PROTECTED]> writes: > Anyway, I will revert to the default nil for org-ellipsis and leave > it to users to > customize it. I had this problem as well, and can confirm that placing a (setq org-ellipsis "...") in my .emacs fixes the problem. FWIW. _

Re: [Orgmode] Re: Invalid face issues

2007-11-07 Thread Andrew Hyatt
I'm not an expert in this, but maybe the issue is that make-glyph code is supposed to take a char, and "..." is not a char. On 11/7/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > > On 6Nov2007, at 8:38 PM, Andrew Hyatt wrote: > > > I just spend a good half hour tracking this down. It looks l

Re: [Orgmode] Re: Invalid face issues

2007-11-07 Thread Carsten Dominik
On 6Nov2007, at 8:38 PM, Andrew Hyatt wrote: I just spend a good half hour tracking this down. It looks like this, in org-mode is killing me. It look wrong to me, but I'm not an expert: (set-display-table-slot org-display-table 4 (vconcat (mapcar (lambda (c) (make-

[Orgmode] Re: Invalid face issues

2007-11-06 Thread Andrew Hyatt
I just spend a good half hour tracking this down. It looks like this, in org-mode is killing me. It look wrong to me, but I'm not an expert: (set-display-table-slot org-display-table 4 (vconcat (mapcar (lambda (c) (make-glyph-code c (and (not (stringp org-ellipsis)) org-el