> From: Thien-Thi Nguyen <[email protected]>
> Date: Sat, 04 Mar 2017 11:02:11 +0100
> 
> Another approach is to make sure all THINGs are properly added
> to the function or variable index, and forego hyperlinks (which
> tend to overwhelm the user experience when used in such density,
> IMHO), falling back to simply ‘@code{THING}’; and add to Emacs
> something like:
> 
>  (defun Info-index-symbol-at-point ()
>    "Do ‘Info-index’ on the symbol at point."
>    (interactive)
>    (Info-index (thing-at-point 'symbol)))
>  
>  (define-key Info-mode-map "j" 'Info-index-symbol-at-point)

Cross-references are not only for symbols in the index.

Reply via email to