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

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

Re: scrolling very buggy (slider, arrows) under OS X


From: Stefan Monnier
Subject: Re: scrolling very buggy (slider, arrows) under OS X
Date: 17 Mar 2004 07:48:30 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>     What you show just says that scroll-bar-toolkit-scroll is responsible for
>     handling mouse-1 events.  And actually nowadays, this is rather irrelevant
>     since I belive all toolkit scrollbars ignore the keymap when deciding what
>     elisp function to call.
> It is unclean to ignore the keymap.  Why do they do that?

Because the part of the code that would have to do it is in the toolkit
itself which knows nothing about Emacs.  All the Emacs code sees are events
like "move up one line" or "go to the 40% position".
The good side is that it makes the behavior consistent with other
applications using the same toolkit.


        Stefan




reply via email to

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