On Thu, Aug 7, 2014 at 4:28 AM, David Arroyo Menendez <[email protected]> wrote: > I'm finding some troubles in > https://www.gnu.org/software/emacs/manual/elisp.html. The internal @xref > are ok, but I'm finding some troubles with links such as > @xref{Arguments, , Numeric Arguments, emacs, The GNU Emacs Manual}. > > It's a broken link in info, or html. Why may be the reason? >
For info, check you have the emacs documentation installed. For html, how are you generating the html files? Inter-manual links on the HTML manuals on www.gnu.org look like they work (e.g. second link on https://www.gnu.org/software/emacs/manual/html_node/elisp/Disabling-Commands.html#Disabling-Commands). Have you seen the "HTML Cross References" section of the texinfo manual?
