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

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

Re: several extra pixels between text and scroll bar


From: Eli Zaretskii
Subject: Re: several extra pixels between text and scroll bar
Date: Sat, 13 May 2006 11:22:39 +0300

> From: "Drew Adams" <address@hidden>
> Date: Fri, 12 May 2006 13:17:56 -0700
> 
> emacs -Q
> 
> M-x fringe-mode none
> 
> I see, systematically, about 3 or 4 extra pixels (background) just to
> the left of the scroll bar (which is on the right).

Are you sure these pixels are the fringe?  Set the fringe's background
to something acutely visible, like "blue" or "red", and then try
again.

With today's CVS, the extra pixels are of a different color, so I
think they are part of the standard decorations of the MS-Windows
frame.  I can remove those pixels from new frames with this:

  (add-to-list 'default-frame-alist '(border-width . 0))

My conclusion is that these pixels are the frame's border, not the
fringe.




reply via email to

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