emacs-pretest-bug
[Top][All Lists]
Advanced

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

Vertical bar (was: pixel stealer no longer, thanks)


From: Juri Linkov
Subject: Vertical bar (was: pixel stealer no longer, thanks)
Date: Sat, 06 Aug 2005 03:14:27 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> I noticed that the vertical bar between side-by-side windows no longer
> steals a pixel.  Looks good, thank you to whoever made the change!
>
> Cf. http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-04/msg00051.html

BTW, the related change to the vertical bar for window systems
is not documented.  The proposed documentation updates are below.

Also I see in the node (info "(emacs)Split Window") the text:

  On terminals where Emacs does not support highlighting,
  truncated mode lines sometimes do not appear in inverse video.

Does it say there is a bug in Emacs?

Index: man/display.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/display.texi,v
retrieving revision 1.98
diff -c -r1.98 display.texi
*** man/display.texi    16 Jul 2005 11:03:26 -0000      1.98
--- man/display.texi    6 Aug 2005 03:24:58 -0000
***************
*** 188,196 ****
  Similar to @code{mode-line} for a window's header line.  Most modes
  don't use the header line, but the Info mode does.
  @item vertical-border
! This face is used for the vertical divider between windows on
! character terminals.  By default this face inherits from the
! @code{mode-line-inactive} face.
  @item minibuffer-prompt
  This face is used for the prompt strings displayed in the minibuffer.
  @item fringe
--- 188,199 ----
  Similar to @code{mode-line} for a window's header line.  Most modes
  don't use the header line, but the Info mode does.
  @item vertical-border
! This face is used for the vertical divider between windows.
! By default this face inherits from the @code{mode-line-inactive} face
! on character terminals.  On window systems the foreground color of
! this face is used for the vertical line between windows without
! scrollbars and fringes, and by default it has the color of the
! default foreground.
  @item minibuffer-prompt
  This face is used for the prompt strings displayed in the minibuffer.
  @item fringe

Index: man/windows.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/windows.texi,v
retrieving revision 1.21
diff -c -r1.21 windows.texi
*** man/windows.texi    16 Feb 2005 10:21:59 -0000      1.21
--- man/windows.texi    6 Aug 2005 03:22:02 -0000
***************
*** 94,100 ****
    @kbd{C-x 3} (@code{split-window-horizontally}) breaks the selected
  window into two side-by-side windows.  A numeric argument specifies how
  many columns to give the one on the left.  If you are not using
! scrollbars, a line of vertical bars separates the two windows.
  Windows that are not the full width of the screen have mode lines, but
  they are truncated.  On terminals where Emacs does not support
  highlighting, truncated mode lines sometimes do not appear in inverse
--- 94,101 ----
    @kbd{C-x 3} (@code{split-window-horizontally}) breaks the selected
  window into two side-by-side windows.  A numeric argument specifies how
  many columns to give the one on the left.  If you are not using
! scrollbars or fringes, a vertical line separates the two windows.
! You can customize its color with the face @code{vertical-border}.
  Windows that are not the full width of the screen have mode lines, but
  they are truncated.  On terminals where Emacs does not support
  highlighting, truncated mode lines sometimes do not appear in inverse

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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