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

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

Re: scrolling up via mouse drag doesn't work


From: YAMAMOTO Mitsuharu
Subject: Re: scrolling up via mouse drag doesn't work
Date: Wed, 14 Mar 2007 20:00:20 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.95 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Wed, 14 Mar 2007 09:59:09 +0000, David Reitter <address@hidden> said:

> In a buffer with more than one page of text, move point to the end.
> Turn off tool-bar-mode if it isn't turned off. Display only one
> window in the frame.

> Then click and drag the mouse over the upper boundary of the window
> (and frame). This should cause Emacs to scroll the buffer, analogous
> to what it does when clicking and dragging over the bottom of the
> window.

> However, it doesn't scroll.

> When a tool-bar is displayed, scrolling works as intended.

Thanks for the report.  Could you try the patch below?

                                     YAMAMOTO Mitsuharu
                                address@hidden

*** src/macterm.c.~1.210.~      Sat Mar 10 15:26:33 2007
--- src/macterm.c       Wed Mar 14 19:55:12 2007
*************** note_mouse_movement (frame, pos)
*** 4501,4507 ****
            rif->define_frame_cursor (frame,
                                      frame->output_data.mac->nontext_cursor);
        }
-       return 1;
      }
    /* Has the mouse moved off the glyph it was on at the last sighting?  */
    if (frame != last_mouse_glyph_frame
--- 4501,4506 ----




reply via email to

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