GNU bug report logs -
#29353
OSX/MacOS: Adding support for window-divider-first/last-pixel
Previous Next
Full log
Message #14 received at 29353 <at> debbugs.gnu.org (full text, mbox):
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)))
This bug report was last modified 7 years and 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.