unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: trentbuck@gmail.com (Trent W. Buck)
To: emacs-devel@gnu.org
Subject: Re: Where is the vertical-border char set?
Date: Fri, 02 May 2014 12:42:40 +1000	[thread overview]
Message-ID: <87bnvglx3z.fsf@gmail.com> (raw)
In-Reply-To: 87tx9al4oo.fsf@gmail.com

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 ?│)))




  parent reply	other threads:[~2014-05-02  2:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2014-05-02  7:24       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bnvglx3z.fsf@gmail.com \
    --to=trentbuck@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).