GNU bug report logs - #71830
30.0.60: "'wheel-up/down/left/right' events" in suboptimal place in NEWS?

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefankangas <at> gmail.com>

Date: Sat, 29 Jun 2024 02:21:02 UTC

Severity: minor

Found in version 30.0.60

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71830 in the body.
You can then email your comments to 71830 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to monnier <at> gnu.org, bug-gnu-emacs <at> gnu.org:
bug#71830; Package emacs. (Sat, 29 Jun 2024 02:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Kangas <stefankangas <at> gmail.com>:
New bug report received and forwarded. Copy sent to monnier <at> gnu.org, bug-gnu-emacs <at> gnu.org. (Sat, 29 Jun 2024 02:21:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.60: "'wheel-up/down/left/right' events" in suboptimal place in
 NEWS?
Date: Fri, 28 Jun 2024 19:20:35 -0700
Severity: minor

This item in NEWS is under "Changes in Specialized Modes and Packages in
Emacs 30.1".

    ** Mwheel
    The 'wheel-up/down/left/right' events are now bound unconditionally,
    and the 'mouse-wheel-up/down/left/right-event' variables are thus used
    only to specify the 'mouse-4/5/6/7' events that might still
    happen to be generated by some old packages (or if 'mouse-wheel-buttons'
    has been set to nil).

Would it be happier somewhere else?  Mouse wheel support is a very basic
editor feature, so it doesn't seem to belong under "specialized" modes
and packages.

However, I'm not sure to what extent this is a user-facing feature.
Perhaps it should be under Lisp Changes?




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sat, 29 Jun 2024 08:14:02 GMT) Full text and rfc822 format available.

Notification sent to Stefan Kangas <stefankangas <at> gmail.com>:
bug acknowledged by developer. (Sat, 29 Jun 2024 08:14:02 GMT) Full text and rfc822 format available.

Message #10 received at 71830-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 71830-done <at> debbugs.gnu.org, monnier <at> gnu.org
Subject: Re: bug#71830: 30.0.60: "'wheel-up/down/left/right' events" in
 suboptimal place in NEWS?
Date: Sat, 29 Jun 2024 11:13:07 +0300
> Cc: Stefan Monnier <monnier <at> gnu.org>
> From: Stefan Kangas <stefankangas <at> gmail.com>
> Date: Fri, 28 Jun 2024 19:20:35 -0700
> 
> Severity: minor
> 
> This item in NEWS is under "Changes in Specialized Modes and Packages in
> Emacs 30.1".
> 
>     ** Mwheel
>     The 'wheel-up/down/left/right' events are now bound unconditionally,
>     and the 'mouse-wheel-up/down/left/right-event' variables are thus used
>     only to specify the 'mouse-4/5/6/7' events that might still
>     happen to be generated by some old packages (or if 'mouse-wheel-buttons'
>     has been set to nil).
> 
> Would it be happier somewhere else?  Mouse wheel support is a very basic
> editor feature, so it doesn't seem to belong under "specialized" modes
> and packages.
> 
> However, I'm not sure to what extent this is a user-facing feature.
> Perhaps it should be under Lisp Changes?

I moved it.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#71830; Package emacs. (Sat, 29 Jun 2024 12:13:01 GMT) Full text and rfc822 format available.

Message #13 received at 71830 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: 71830 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> gnu.org>
Subject: Re: bug#71830: 30.0.60: "'wheel-up/down/left/right' events" in
 suboptimal place in NEWS?
Date: Sat, 29 Jun 2024 20:12:20 +0800
Stefan Kangas <stefankangas <at> gmail.com> writes:

> Severity: minor
>
> This item in NEWS is under "Changes in Specialized Modes and Packages in
> Emacs 30.1".
>
>     ** Mwheel
>     The 'wheel-up/down/left/right' events are now bound unconditionally,
>     and the 'mouse-wheel-up/down/left/right-event' variables are thus used
>     only to specify the 'mouse-4/5/6/7' events that might still
>     happen to be generated by some old packages (or if 'mouse-wheel-buttons'
>     has been set to nil).
>
> Would it be happier somewhere else?  Mouse wheel support is a very basic
> editor feature, so it doesn't seem to belong under "specialized" modes
> and packages.
>
> However, I'm not sure to what extent this is a user-facing feature.
> Perhaps it should be under Lisp Changes?

100% agreement.  Please make this so.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#71830; Package emacs. (Sat, 29 Jun 2024 12:35:01 GMT) Full text and rfc822 format available.

Message #16 received at 71830 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Po Lu <luangruo <at> yahoo.com>
Cc: 71830 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> gnu.org>
Subject: Re: bug#71830: 30.0.60: "'wheel-up/down/left/right' events" in
 suboptimal place in NEWS?
Date: Sat, 29 Jun 2024 05:33:05 -0700
Po Lu <luangruo <at> yahoo.com> writes:

> Stefan Kangas <stefankangas <at> gmail.com> writes:
>
>> Severity: minor
>>
>> This item in NEWS is under "Changes in Specialized Modes and Packages in
>> Emacs 30.1".
>>
>>     ** Mwheel
>>     The 'wheel-up/down/left/right' events are now bound unconditionally,
>>     and the 'mouse-wheel-up/down/left/right-event' variables are thus used
>>     only to specify the 'mouse-4/5/6/7' events that might still
>>     happen to be generated by some old packages (or if 'mouse-wheel-buttons'
>>     has been set to nil).
>>
>> Would it be happier somewhere else?  Mouse wheel support is a very basic
>> editor feature, so it doesn't seem to belong under "specialized" modes
>> and packages.
>>
>> However, I'm not sure to what extent this is a user-facing feature.
>> Perhaps it should be under Lisp Changes?
>
> 100% agreement.  Please make this so.

Thanks, Eli has fixed it in commit 53dcf2b9492.

I subsequently moved some more items in commit c95066bf188.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 28 Jul 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 326 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.