all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Viewing Info Files - Introduce Top Menu also before end of buffer
@ 2020-10-16 20:37 Christopher Dimech
  2020-10-16 21:11 ` Drew Adams
  0 siblings, 1 reply; 14+ messages in thread
From: Christopher Dimech @ 2020-10-16 20:37 UTC (permalink / raw)
  To: Help Gnu Emacs

Dear Compeers

I am viewing Info files on Emacs 27.

As example, on the first line one gets

(gungadin-elisp-abbrev)Top > Introduction > Modifier-Keys

This is good. However, if would be super to have this also at the end of the
info buffer rather than having to scroll up every time after reading a section
in a manual that can be relatively long.

Regards
C*



^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 20:37 Viewing Info Files - Introduce Top Menu also before end of buffer Christopher Dimech
@ 2020-10-16 21:11 ` Drew Adams
  2020-10-16 21:18   ` Christopher Dimech
                     ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Drew Adams @ 2020-10-16 21:11 UTC (permalink / raw)
  To: Christopher Dimech, Help Gnu Emacs

> As example, on the first line one gets
> 
> (gungadin-elisp-abbrev)Top > Introduction > Modifier-Keys
> 
> This is good. However, if would be super to have this also at the end of the
> info buffer rather than having to scroll up every time after reading a
> section in a manual that can be relatively long.

Why is it that you want to see that?  Just wondering.

FWIW, if you use library `info+.el' then, by default,
you see what you describe in the mode-line of the
Info window.  And each part of those breadcrumbs is
clickable there, just as it is in the header-line.

This is controlled by minor mode
`Info-breadcrumbs-in-mode-line-mode'.  You can toggle
the mode on/off anytime, including using menu-bar
menu Info > Toggle > Breadcrumbs In Mode Line.
When turned off, you see the usual mode-line.

You can also toggle whether the breadcrumbs are shown
in the Info header-line.  That's on menu Info > Toggle
> Breadcrumbs In Node Header.  When turned off, you
see instead two links in the header, for (1) the Info
file (manual) and (2) the current node in the manual.



https://www.emacswiki.org/emacs/InfoPlus



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 21:11 ` Drew Adams
@ 2020-10-16 21:18   ` Christopher Dimech
  2020-10-16 21:23   ` Christopher Dimech
  2020-10-16 21:46   ` Christopher Dimech
  2 siblings, 0 replies; 14+ messages in thread
From: Christopher Dimech @ 2020-10-16 21:18 UTC (permalink / raw)
  To: Drew Adams; +Cc: Help Gnu Emacs

Will check it out.



> Sent: Friday, October 16, 2020 at 11:11 PM
> From: "Drew Adams" <drew.adams@oracle.com>
> To: "Christopher Dimech" <dimech@gmx.com>, "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
>
> > As example, on the first line one gets
> >
> > (gungadin-elisp-abbrev)Top > Introduction > Modifier-Keys
> >
> > This is good. However, if would be super to have this also at the end of the
> > info buffer rather than having to scroll up every time after reading a
> > section in a manual that can be relatively long.
>
> Why is it that you want to see that?  Just wondering.
>
> FWIW, if you use library `info+.el' then, by default,
> you see what you describe in the mode-line of the
> Info window.  And each part of those breadcrumbs is
> clickable there, just as it is in the header-line.
>
> This is controlled by minor mode
> `Info-breadcrumbs-in-mode-line-mode'.  You can toggle
> the mode on/off anytime, including using menu-bar
> menu Info > Toggle > Breadcrumbs In Mode Line.
> When turned off, you see the usual mode-line.
>
> You can also toggle whether the breadcrumbs are shown
> in the Info header-line.  That's on menu Info > Toggle
> > Breadcrumbs In Node Header.  When turned off, you
> see instead two links in the header, for (1) the Info
> file (manual) and (2) the current node in the manual.
>
>
>
> https://www.emacswiki.org/emacs/InfoPlus
>
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 21:11 ` Drew Adams
  2020-10-16 21:18   ` Christopher Dimech
@ 2020-10-16 21:23   ` Christopher Dimech
  2020-10-16 21:46   ` Christopher Dimech
  2 siblings, 0 replies; 14+ messages in thread
From: Christopher Dimech @ 2020-10-16 21:23 UTC (permalink / raw)
  To: Drew Adams; +Cc: Help Gnu Emacs

If I can get breadcrumbs in the mode line it would work for me.

---------------------
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: Friday, October 16, 2020 at 11:11 PM
> From: "Drew Adams" <drew.adams@oracle.com>
> To: "Christopher Dimech" <dimech@gmx.com>, "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
>
> > As example, on the first line one gets
> >
> > (gungadin-elisp-abbrev)Top > Introduction > Modifier-Keys
> >
> > This is good. However, if would be super to have this also at the end of the
> > info buffer rather than having to scroll up every time after reading a
> > section in a manual that can be relatively long.
>
> Why is it that you want to see that?  Just wondering.
>
> FWIW, if you use library `info+.el' then, by default,
> you see what you describe in the mode-line of the
> Info window.  And each part of those breadcrumbs is
> clickable there, just as it is in the header-line.
>
> This is controlled by minor mode
> `Info-breadcrumbs-in-mode-line-mode'.  You can toggle
> the mode on/off anytime, including using menu-bar
> menu Info > Toggle > Breadcrumbs In Mode Line.
> When turned off, you see the usual mode-line.
>
> You can also toggle whether the breadcrumbs are shown
> in the Info header-line.  That's on menu Info > Toggle
> > Breadcrumbs In Node Header.  When turned off, you
> see instead two links in the header, for (1) the Info
> file (manual) and (2) the current node in the manual.
>
>
>
> https://www.emacswiki.org/emacs/InfoPlus
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 21:11 ` Drew Adams
  2020-10-16 21:18   ` Christopher Dimech
  2020-10-16 21:23   ` Christopher Dimech
@ 2020-10-16 21:46   ` Christopher Dimech
  2020-10-16 21:58     ` Drew Adams
  2 siblings, 1 reply; 14+ messages in thread
From: Christopher Dimech @ 2020-10-16 21:46 UTC (permalink / raw)
  To: Drew Adams; +Cc: Help Gnu Emacs

I have put your code in one of my directories and put the following in my
init code. It works. But I have noticed that the Mouse Wheel Scroll does
not scroll through the buffer.

Are you aware of this?


( add-to-list 'load-path
    "/home/hagbard/GAdmSw/GungaDin--1.0/el/InfoPlus/"
)
(require 'info+)






> Sent: Friday, October 16, 2020 at 11:11 PM
> From: "Drew Adams" <drew.adams@oracle.com>
> To: "Christopher Dimech" <dimech@gmx.com>, "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
>
> > As example, on the first line one gets
> >
> > (gungadin-elisp-abbrev)Top > Introduction > Modifier-Keys
> >
> > This is good. However, if would be super to have this also at the end of the
> > info buffer rather than having to scroll up every time after reading a
> > section in a manual that can be relatively long.
>
> Why is it that you want to see that?  Just wondering.
>
> FWIW, if you use library `info+.el' then, by default,
> you see what you describe in the mode-line of the
> Info window.  And each part of those breadcrumbs is
> clickable there, just as it is in the header-line.
>
> This is controlled by minor mode
> `Info-breadcrumbs-in-mode-line-mode'.  You can toggle
> the mode on/off anytime, including using menu-bar
> menu Info > Toggle > Breadcrumbs In Mode Line.
> When turned off, you see the usual mode-line.
>
> You can also toggle whether the breadcrumbs are shown
> in the Info header-line.  That's on menu Info > Toggle
> > Breadcrumbs In Node Header.  When turned off, you
> see instead two links in the header, for (1) the Info
> file (manual) and (2) the current node in the manual.
>
>
>
> https://www.emacswiki.org/emacs/InfoPlus
>
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 21:46   ` Christopher Dimech
@ 2020-10-16 21:58     ` Drew Adams
  2020-10-16 22:58       ` Christopher Dimech
  0 siblings, 1 reply; 14+ messages in thread
From: Drew Adams @ 2020-10-16 21:58 UTC (permalink / raw)
  To: Christopher Dimech; +Cc: Help Gnu Emacs

> I have put your code in one of my directories and put the following in my
> init code. It works. But I have noticed that the Mouse Wheel Scroll does
> not scroll through the buffer.

It does for me.  That is, it scrolls through the
current node's text - same as without info+.el.

Do you see the same thing if you start Emacs using
`emacs -Q' (no init file)?  If not, bisect your init
file, to find the culprit.  If yes, please send me
a step-by-step to repro the problem, starting from
`emacs -Q'.  Say what you see at each relevant
recipe step, and what you expected to see instead.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 21:58     ` Drew Adams
@ 2020-10-16 22:58       ` Christopher Dimech
  2020-10-16 23:08         ` Drew Adams
  0 siblings, 1 reply; 14+ messages in thread
From: Christopher Dimech @ 2020-10-16 22:58 UTC (permalink / raw)
  To: Drew Adams; +Cc: Help Gnu Emacs


I will need to scrutinise my Init File, then and see what is changing
things.


> Sent: Friday, October 16, 2020 at 11:58 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: Viewing Info Files - Introduce Top Menu also before end of buffer
>
> > I have put your code in one of my directories and put the following in my
> > init code. It works. But I have noticed that the Mouse Wheel Scroll does
> > not scroll through the buffer.
>
> It does for me.  That is, it scrolls through the
> current node's text - same as without info+.el.
>
> Do you see the same thing if you start Emacs using
> `emacs -Q' (no init file)?  If not, bisect your init
> file, to find the culprit.  If yes, please send me
> a step-by-step to repro the problem, starting from
> `emacs -Q'.  Say what you see at each relevant
> recipe step, and what you expected to see instead.
>
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 22:58       ` Christopher Dimech
@ 2020-10-16 23:08         ` Drew Adams
  2020-10-16 23:51           ` Christopher Dimech
  0 siblings, 1 reply; 14+ messages in thread
From: Drew Adams @ 2020-10-16 23:08 UTC (permalink / raw)
  To: Christopher Dimech; +Cc: Help Gnu Emacs

> I will need to scrutinise my Init File, then and see what is changing
> things.

Binary search is your friend in such a case.

E.g., comment out 1/2 of your init file, then
3/4, 7/8, 15/16, ... till you find the culprit.

You can use command `comment-region' to comment
out a block of code (the region).  With `C-u'
the same command uncomments the region.

This method is blind but efficient.  It seems
to go slowly at first, then picks up quickly.

You might think you can figure things out
instead, by looking at your init file.  And
that might be true.  But it is also often a
trap/gotcha - a dumb binary search can often
be more efficient.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 23:08         ` Drew Adams
@ 2020-10-16 23:51           ` Christopher Dimech
  2020-10-17 16:37             ` Drew Adams
  0 siblings, 1 reply; 14+ messages in thread
From: Christopher Dimech @ 2020-10-16 23:51 UTC (permalink / raw)
  To: Drew Adams; +Cc: Help Gnu Emacs


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.



> Sent: Saturday, October 17, 2020 at 1:08 AM
> 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: Viewing Info Files - Introduce Top Menu also before end of buffer
>
> > I will need to scrutinise my Init File, then and see what is changing
> > things.
>
> Binary search is your friend in such a case.
>
> E.g., comment out 1/2 of your init file, then
> 3/4, 7/8, 15/16, ... till you find the culprit.
>
> You can use command `comment-region' to comment
> out a block of code (the region).  With `C-u'
> the same command uncomments the region.
>
> This method is blind but efficient.  It seems
> to go slowly at first, then picks up quickly.
>
> You might think you can figure things out
> instead, by looking at your init file.  And
> that might be true.  But it is also often a
> trap/gotcha - a dumb binary search can often
> be more efficient.
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-16 23:51           ` Christopher Dimech
@ 2020-10-17 16:37             ` Drew Adams
  2020-10-17 18:01               ` Christopher Dimech
  2020-10-17 18:05               ` RE: RE: RE: " Christopher Dimech
  0 siblings, 2 replies; 14+ messages in thread
From: Drew Adams @ 2020-10-17 16:37 UTC (permalink / raw)
  To: Christopher Dimech; +Cc: Help Gnu Emacs

> 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.



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-17 16:37             ` Drew Adams
@ 2020-10-17 18:01               ` Christopher Dimech
  2020-10-17 18:05               ` RE: RE: RE: " Christopher Dimech
  1 sibling, 0 replies; 14+ messages in thread
From: Christopher Dimech @ 2020-10-17 18:01 UTC (permalink / raw)
  To: Drew Adams; +Cc: Help Gnu Emacs

That's fantastic. Cheers. Will remove the RE.

---------------------
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.
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-17 16:37             ` Drew Adams
  2020-10-17 18:01               ` Christopher Dimech
@ 2020-10-17 18:05               ` Christopher Dimech
  2020-10-17 18:39                 ` Drew Adams
  1 sibling, 1 reply; 14+ messages in thread
From: Christopher Dimech @ 2020-10-17 18:05 UTC (permalink / raw)
  To: Drew Adams; +Cc: Help Gnu Emacs

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.
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: RE: RE: RE: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-17 18:05               ` RE: RE: RE: " Christopher Dimech
@ 2020-10-17 18:39                 ` Drew Adams
  2020-10-17 19:03                   ` Christopher Dimech
  0 siblings, 1 reply; 14+ messages in thread
From: Drew Adams @ 2020-10-17 18:39 UTC (permalink / raw)
  To: Christopher Dimech; +Cc: Help Gnu Emacs

> I recommend putting a list of the keybindings so one can easily
> figure it they interfere with those already set by the user.

The keys that get bound depend on the context, options,
system etc.  Hard-coding doc that lists the bindings is
impractical.

`C-h b' shows you the currently available bindings.

This section of `info+.el' provides the key bindings,
so you can see what you're getting (assuming some
knowledge of reading Elisp):

 ;;; KEYS & MENUS ;;;;;;;;;;;;;;;;;;;;;;;;

If you use library `help-fns+.el' then `C-h M-k'
describes the bindings of a keymap.  For `Info-mode-map'
it describes the bindings for Info mode.

https://www.emacswiki.org/emacs/download/help-fns%2b.el



^ permalink raw reply	[flat|nested] 14+ messages in thread

* Viewing Info Files - Introduce Top Menu also before end of buffer
  2020-10-17 18:39                 ` Drew Adams
@ 2020-10-17 19:03                   ` Christopher Dimech
  0 siblings, 0 replies; 14+ messages in thread
From: Christopher Dimech @ 2020-10-17 19:03 UTC (permalink / raw)
  To: Drew Adams; +Cc: Help Gnu Emacs

That figures. You put bindings in one place. Incidentally, I am
writing an abbreviated manual for Elisp for release as Part of
the Gnu Project.

> Sent: Saturday, October 17, 2020 at 8:39 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: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
>
> > I recommend putting a list of the keybindings so one can easily
> > figure it they interfere with those already set by the user.
>
> The keys that get bound depend on the context, options,
> system etc.  Hard-coding doc that lists the bindings is
> impractical.
>
> `C-h b' shows you the currently available bindings.
>
> This section of `info+.el' provides the key bindings,
> so you can see what you're getting (assuming some
> knowledge of reading Elisp):
>
>  ;;; KEYS & MENUS ;;;;;;;;;;;;;;;;;;;;;;;;
>
> If you use library `help-fns+.el' then `C-h M-k'
> describes the bindings of a keymap.  For `Info-mode-map'
> it describes the bindings for Info mode.
>
> https://www.emacswiki.org/emacs/download/help-fns%2b.el
>
>



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-10-17 19:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 20:37 Viewing Info Files - Introduce Top Menu also before end of buffer Christopher Dimech
2020-10-16 21:11 ` Drew Adams
2020-10-16 21:18   ` Christopher Dimech
2020-10-16 21:23   ` Christopher Dimech
2020-10-16 21:46   ` Christopher Dimech
2020-10-16 21:58     ` Drew Adams
2020-10-16 22:58       ` Christopher Dimech
2020-10-16 23:08         ` Drew Adams
2020-10-16 23:51           ` Christopher Dimech
2020-10-17 16:37             ` Drew Adams
2020-10-17 18:01               ` Christopher Dimech
2020-10-17 18:05               ` RE: RE: RE: " Christopher Dimech
2020-10-17 18:39                 ` Drew Adams
2020-10-17 19:03                   ` Christopher Dimech

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.