GNU bug report logs -
#60190
29.0.50; Improve `Info-goto-node-web'
Previous Next
Full log
View this message in rfc822 format
On Mon, 19 Dec 2022 at 09:31, Eli Zaretskii <eliz <at> gnu.org> wrote:
>
> > Cc: 60190 <at> debbugs.gnu.org
> > From: Eduardo Ochs <eduardoochs <at> gmail.com>
> > Date: Mon, 19 Dec 2022 04:02:47 -0300
> >
> > (defvar Info-url-base
> > '(("emacs" . "http://www.gnu.org/software/emacs/manual/html_node/emacs/")
> > ("elisp" . "http://www.gnu.org/software/emacs/manual/html_node/elisp/")
> > ("eintr" .
> > "http://www.gnu.org/software/emacs/emacs-lisp-intro/html_node/")
> > ("efaq" . "https://www.gnu.org/software/emacs/manual/html_node/efaq/")
> > ("cl" . "http://www.gnu.org/software/emacs/manual/html_node/cl/")
> > ("eshell" . "https://www.gnu.org/software/emacs/manual/html_node/eshell/")
> > ("org" . "http://www.gnu.org/software/emacs/manual/html_node/org/")))
>
> Aren't these mappings trivial? You seem to be prepending the same
> prefix to the exact name of the Info file (sans extension). Or what
> did I miss?
No, look at the case of the eintr...
And if we use a table for the conversion then users can add new
entries to it easily, including entries that don't follow that
pattern. For example, this one:
(add-to-alist 'Info-url-base
'("slime" . "https://slime.common-lisp.dev/doc/html/"))
Cheers,
Eduardo
This bug report was last modified 1 year and 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.