|
From: | Visuwesh |
Subject: | Re: Integration of Info manuals in programming modes |
Date: | Thu, 05 Dec 2024 14:22:41 +0530 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
[வியாழன் டிசம்பர் 05, 2024] Eli Zaretskii wrote: >> This is something that would be really nice to have as default for most >> GNU packages in most programming modes. > > What other GNU programming packages which have Info manuals and > suitable Emacs major modes are not supported by info-look.el? f90-mode could look up intrinsic procedures in the gfortran Info manual. Maybe there is a better for Fortran that I am unaware of. A start would be (info-lookup-maybe-add-help :mode 'f90-mode :ignore-case t :regexp "[A-Za-z0-9_]+" :doc-spec '(("(gfortran)Keyword Index"))) but I do not understand how info-lookup works really. C-h S RET on 'read' jumps to the FGET page which is not we want.
[Prev in Thread] | Current Thread | [Next in Thread] |