emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: header-line-format interpreting tab chars differently now?


From: Mathias Dahl
Subject: Re: header-line-format interpreting tab chars differently now?
Date: Sun, 13 Feb 2005 15:24:46 +0100

> ...
> If we change that to
> 
>           else if ((it->c < ' '
>                     && (it->area != TEXT_AREA
>                         /* In mode line, treat \n like other crl chars.  */
>                         || (it->c != '\t'
>                             && it->glyph_row && it->glyph_row->mode_line_p)
>                         || (it->c != '\n' && it->c != '\t')))
> 
> does that give the right results?

Sorry, I have not the skills to test that, maybe someone else can
verify that it solves the "problem"?

/Mathias




reply via email to

[Prev in Thread] Current Thread [Next in Thread]