emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111507: Make scroll-bar-adjust-t


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111507: Make scroll-bar-adjust-thumb-portion customizable, adjust documentation.
Date: Mon, 14 Jan 2013 20:36:33 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>>> +               doc: /* Adjust thumb for overscrolling for Gtk+ and MOTIF.
>> Actually, this variable should be placed in the generic part of the
>> code, and then mention that it currently only works for Gtk and
>> Motif scrollbars.
> Where is the generic part?  windows.c, frame.c, xdisp.c?

Doesn't matter.  If you can't make up your mind, I'd say go for frame.c.

> AFAIK, in the other terms the thumb covers the whole length of the scroll
> bar when the whole buffer is shown,

Right, IIUC they assume scroll_bar_adjust_thumb_portion_p is always false.

> so it is not needed on other terms
> except Gtk+ and Motif (with reservations for w32).

IIUC it's still needed, it's just that their code needs to be adjusted
to support the non-nil value of scroll_bar_adjust_thumb_portion_p.


        Stefan



reply via email to

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