all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Keith David Bershatsky <esq@lawlist.com>
To: Alan Third <alan@idiocy.org>
Cc: 29353@debbugs.gnu.org
Subject: bug#29353: [PATCH] Add window divider faces to NS (bug#29353)
Date: Sun, 19 Nov 2017 14:11:23 -0800	[thread overview]
Message-ID: <m2bmjx9awk.wl%esq@lawlist.com> (raw)
In-Reply-To: <m2zi7j88ts.wl%esq@lawlist.com>

Alan:

It appears that the right divider is encroaching on the fringe to a tune of 1 pixel, i.e., the vertical divider is drawing on top of the left side of fringe bitmaps.  Is this related to the patch, or a new issue?

(face-spec-set 'default '((t :background "black" :foreground "red")))

(face-spec-set 'window-divider-first-pixel '((t :foreground "red")))

(face-spec-set 'window-divider '((t :foreground "DarkBlue")))

(face-spec-set 'window-divider-last-pixel '((t :foreground "magenta")))

(with-selected-frame
  (make-frame '((right-divider-width . 8) (bottom-divider-width . 8)))
  (split-window-horizontally))

(visual-line-mode)

(setq fringe-indicator-alist '(
  (truncation . (left-arrow right-arrow))
  (continuation . (left-curly-arrow right-curly-arrow))
  (overlay-arrow . right-triangle)
  (up . up-arrow)
  (down . down-arrow)
  (top . top-left-angle)
  (bottom . bottom-right-angle)
  (top-bottom . (left-bracket
                 right-bracket
                 top-right-angle
                 top-left-angle))
  (empty-line . empty-line)
  (unknown . question-mark)))





  parent reply	other threads:[~2017-11-19 22:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-18 23:29 bug#29353: OSX/MacOS: Adding support for window-divider-first/last-pixel Keith David Bershatsky
2017-11-19 11:53 ` bug#29353: [PATCH] Add window divider faces to NS (bug#29353) Alan Third
2017-11-19 20:40 ` Keith David Bershatsky
2017-11-19 23:23   ` Alan Third
2017-11-20  8:26     ` martin rudalics
2017-11-19 22:11 ` Keith David Bershatsky [this message]
2017-11-19 22:53   ` Alan Third
2017-11-19 23:06 ` Keith David Bershatsky
2017-11-19 23:27   ` Alan Third
2017-11-20  6:31 ` Keith David Bershatsky
2017-11-20 20:41   ` Alan Third
2017-11-20  6:38 ` Keith David Bershatsky

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

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

  git send-email \
    --in-reply-to=m2bmjx9awk.wl%esq@lawlist.com \
    --to=esq@lawlist.com \
    --cc=29353@debbugs.gnu.org \
    --cc=alan@idiocy.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.