emacs-devel
[Top][All Lists]
Advanced

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

Re: tab-bar: Defining another mouse-button binding?


From: Juri Linkov
Subject: Re: tab-bar: Defining another mouse-button binding?
Date: Fri, 10 Sep 2021 19:19:39 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> The real message text is
>
>   <nil> <wheel-down> is undefined
>
> and similarly for wheel-up.

Thanks for clarification.  Actually, there is already such bindings:

    (define-key map [wheel-up]    'tab-previous)
    (define-key map [wheel-down]  'tab-next)

So the problem is that it emits <nil> instead of <tab-bar>.
And as I understand, the same <nil> is emitted on the tab-line
instead of <tab-line> on GUI frames and on TTY frames.



reply via email to

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