unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Where is the vertical-border char set?
@ 2014-04-30  7:55 Trent W. Buck
  2014-04-30 14:21 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Trent W. Buck @ 2014-04-30  7:55 UTC (permalink / raw)
  To: emacs-devel

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.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-02  7:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-30  7:55 Where is the vertical-border char set? Trent W. Buck
2014-04-30 14:21 ` Eli Zaretskii
2014-05-01  0:32   ` Trent W. Buck
2014-05-01  2:48     ` Eli Zaretskii
2014-05-02  2:42     ` Trent W. Buck
2014-05-02  7:24       ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).