emacs-devel
[Top][All Lists]
Advanced

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

Re: Where is the vertical-border char set?


From: Trent W. Buck
Subject: Re: Where is the vertical-border char set?
Date: Fri, 02 May 2014 12:42:40 +1000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Waah, I ran into a problem.

Vertical split switches back to using '|' character in at least one mode:
when rcirc is the left window in the split.

Looks like rcirc has a buffer-local disp-table so that it can show the
little arrow in the fringe (or over the top of text, in the tty) to show
where evaluation is up to.

So now I'm up to

    (setq mode-line-end-spaces (make-string 1024 ?─))
    (set-display-table-slot standard-display-table 'vertical-border ?│)
    (add-hook 'rcirc-mode-hook
      (λ ()
        (set-display-table-slot buffer-display-table 'vertical-border ?│)))




reply via email to

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