help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: RE: Viewing Info Files - Introduce Top Menu also before end of buffe


From: Christopher Dimech
Subject: Re: RE: Viewing Info Files - Introduce Top Menu also before end of buffer
Date: Fri, 16 Oct 2020 23:46:21 +0200

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



reply via email to

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