in reply to Reading Perl documentation in Emacs
Here the promised feedback, I'll try to keep it short. ;-)
Fetching from ELPA worked, (but installation failed on my old Emacs24 with a "version 27" requirement, like I've messaged you)
Installation on combination Emacs 28 / Windows/ Strawberry Perl was flawless.
I like the fact that it's a separate package from the huge cperl-mode.
Typing <M-x> perl-doc <RET> Moose <RET> showed me Moose in an extra buffer.
It also has heuristics to show the perldoc -f or -v if asked for function/var name (tho I hope you are aware of ambiguities like open )
The display is accurate. Code section (i.e. indented POD) is shown in an extra mono-spaced font.
Clicking on links let's me navigate to other jump-marks and new POD pages of other modules in a second buffer.
There is a noticeable short lag because every new POD means starting perdoc in the background
Using imenu to jump to internal headings/jump-marks (like SYNOPSIS ) is also possible.
I like the fact that dabbrev-expand is also automatically parsing the new buffer, i.e. when trying to expand a new method-name/sub-name in my code-buffer it will try to take advantage of the opened POD. ( one of the reasons why I prefer this over a separate browser)
I like the fact that one can navigate the POD now, i.e. to jump from one link to the next and reminds me in that way a bit of Pod::POM::Web or info mode inside emacs.
There is also the command perl-doc-view-source to see the original code generating the POD, very nice.
HTH!!! :)
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reading Perl documentation in Emacs
by haj (Vicar) on Aug 05, 2023 at 21:20 UTC | |
|
Re^2: Reading Perl documentation in Emacs
by haj (Vicar) on Mar 11, 2023 at 21:53 UTC | |
by LanX (Saint) on Mar 13, 2023 at 15:04 UTC |