>>>>> On Wed, 14 Mar 2007 09:59:09 +0000, David Reitter <[EMAIL PROTECTED]> 
>>>>> 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
                                [EMAIL PROTECTED]

*** 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 ----


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to