Rick Scott <[EMAIL PROTECTED]> writes:
> However, if it's not correct we should attempt to fix it. Some
> sounded sort of trivial (famous last words).
1. Function xm_scroll_callback has a comment in it that could be
understood as indicating some LessTif problem.
/* At the max position of the scroll bar, do a line-wise
movement. Without doing anything, the LessTif scroll bar
calls us with the same cs->value again and again. If we
want to make sure that we can reach the end of the buffer,
we have to do something.
Implementation note: setting bar->dragging always to
cs->value gives a smoother movement at the max position.
Setting it to nil when doing line-wise movement gives
a better slider behavior. */
I think this problem is something Emacs-internal. I'll clarify
that comment.
2. Function x_create_toolkit_scroll_bar contains the comment
/* LessTif 0.85, problems:
1. When the mouse if over the scroll bar, the scroll bar will
get keyboard events. I didn't find a way to turn this off.
This seems to be no longer a problem. I'll change that comment.