emacs-devel
[Top][All Lists]
Advanced

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

Re: TTY Vertical divider face?


From: Juri Linkov
Subject: Re: TTY Vertical divider face?
Date: Wed, 08 Jun 2005 23:32:43 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

There is something wrong with handling faces in display tables on
character terminals.  Putting a character with an added face to the
display table slot results in a different face displayed.
Some faces even cause Emacs to crash.  For example, Emacs started
with `emacs -Q -nw' crashes on GNU/Linux with the following code:

(progn
  (setq standard-display-table (make-display-table))
  (set-display-table-slot standard-display-table 'vertical-border
                          (+ (lsh (face-id 'isearch) 19) ? ))
  (split-window-horizontally))

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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