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

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

Re: mwheel-scroll => backtrace


From: Jason Rumney
Subject: Re: mwheel-scroll => backtrace
Date: Tue, 16 Aug 2005 15:22:33 +0100
User-agent: Mozilla Thunderbird 1.0.5 (Windows/20050711)


Christoph Conrad wrote:

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

backtrace, mods in the following code is nil when scrolling, so assoc
fails.

(defun mwheel-scroll (event)
...
        (mods
          (delq 'click (delq 'double (delq 'triple (event-modifiers event)))))
        (amt (assoc mods mouse-wheel-scroll-amount)))
   ;; Extract the actual amount or find the element that has no modifiers.

In GNU Emacs 22.0.50.1 (i386-msvc-nt5.0.2195)
of 2005-07-06 on SCARLATTI

Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. Please also update to a more recent version of CVS, to make sure it hasn't already been fixed there.





reply via email to

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