GNU bug report logs -
#28732
flymake mouse-wheel portability fix
Previous Next
Reported by: charles <at> aurox.ch (Charles A. Roelli)
Date: Sat, 7 Oct 2017 15:33:01 UTC
Severity: minor
Tags: patch
Done: charles <at> aurox.ch (Charles A. Roelli)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Tue, 27 Feb 2018 20:28:42 +0100
> From: charles <at> aurox.ch (Charles A. Roelli)
> Cc: 28732 <at> debbugs.gnu.org
>
> Thanks. Is the following change (ignoring whitespace differences)
> good for emacs-26?
>
> diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
> index 58bad8f..d58c5943 100644
> --- a/lisp/progmodes/flymake.el
> +++ b/lisp/progmodes/flymake.el
> @@ -1078,7 +1078,9 @@
> face ,face
> mouse-face mode-line-highlight
> keymap
> - ,(let ((map (make-sparse-keymap))
> + ,(when (and (boundp 'mouse-wheel-down-event)
> + (boundp 'mouse-wheel-up-event))
> + (let ((map (make-sparse-keymap))
Is there any reason you cannot simply require mwheel in flymake? Or
does loading mwheel in a --without-x build fail?
This bug report was last modified 7 years and 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.