[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before
From: |
Christopher Dimech |
Subject: |
Re: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer |
Date: |
Sat, 17 Oct 2020 20:05:55 +0200 |
So the lisp code can detect according to the system or there will be two
versions
of the code, or whatever you have done. I recommend putting a list of the
keybindings
so one can easily figure it they interfere with those already set by the user.
---------------------
Christopher Dimech
Chief Administrator - Naiad Informatics - GNU Project (Geocomputation)
- Geophysical Simulation
- Geological Subsurface Mapping
- Disaster Preparedness and Mitigation
- Natural Resource Exploration and Production
- Free Software Advocacy
> Sent: Saturday, October 17, 2020 at 6:37 PM
> From: "Drew Adams" <drew.adams@oracle.com>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before
> end of buffer
>
> > Have tried your suggestion and ended up commenting everything and
> > loading just your code. Scroll up gets me to the First Node I visited,
> > Scroll Down gets me to Last Node I visited.
>
> Aha. Sorry for the trouble, and thanks for your report.
>
> Yes, Info+ made these mouse key-bindings in `Info-mode-map':
>
> (define-key Info-mode-map [mouse-4] 'Info-history-back)
> (define-key Info-mode-map [mouse-5] 'Info-history-forward)
>
> But that's not correct for systems that use `mouse-[45]'
> events for mouse-wheel scrolling instead of for buttons
> 4 and 5.
>
> Please try the latest info+.el version, which removes
> those two bindings for systems like yours.
> ___
>
> FYI, node `Misc Events' of the Elisp manual tells us:
>
> ‘(wheel-up POSITION)’
> ‘(wheel-down POSITION)’
> These kinds of event are generated by moving a mouse wheel....
>
> This kind of event is generated only on some kinds of systems.
> On some systems, ‘mouse-4’ and ‘mouse-5’ are used instead.
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ___
>
> On other systems, such as MS Windows, it's common for
> `mouse-[45]' to be used for browser etc. history Back
> and Forward. `mouse-4' and `mouse-5' (and `-6' etc.)
> are legitimate mouse buttons, for mice that have more
> than three buttons. But on some systems those events
> are co-opted, in Emacs at least, to represent mouse
> wheel movement, so they can't be used for history
> navigation.
>
- RE: Viewing Info Files - Introduce Top Menu also before end of buffer, (continued)
- RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Drew Adams, 2020/10/16
- Re: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Christopher Dimech, 2020/10/16
- Re: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Christopher Dimech, 2020/10/16
- Re: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Christopher Dimech, 2020/10/16
- RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Drew Adams, 2020/10/16
- Re: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Christopher Dimech, 2020/10/16
- RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Drew Adams, 2020/10/16
- Re: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Christopher Dimech, 2020/10/16
- RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Drew Adams, 2020/10/17
- Viewing Info Files - Introduce Top Menu also before end of buffer, Christopher Dimech, 2020/10/17
- Re: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer,
Christopher Dimech <=
- RE: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer, Drew Adams, 2020/10/17
- Viewing Info Files - Introduce Top Menu also before end of buffer, Christopher Dimech, 2020/10/17