emacs-devel
[Top][All Lists]
Advanced

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

Where is the vertical-border char set?


From: Trent W. Buck
Subject: Where is the vertical-border char set?
Date: Wed, 30 Apr 2014 17:55:52 +1000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Stupidly, I started doing this today:

    (setq mode-line-end-spaces (make-string 1024 ?─))

It makes the modeline look prettier (except when it doesn't).
The 1024 is arbitrary, it replaces %- (infinite MINUS HYPHEN).
I can't see how to ask for infinity of an arbitrary codepoint.

I want to do the same thing for the vertical-border character,
which is "|" for me (my window-system is nil).

Where do I set that?
CAN I set that?
I tried apropos-variable and apropos-value and grepping lisp/ and src/,
but my fu is weak.




reply via email to

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