bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature request - a plain @ref command


From: Thien-Thi Nguyen
Subject: Re: Feature request - a plain @ref command
Date: Sat, 04 Mar 2017 11:02:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

() Ralph Schleicher <address@hidden>
() Fri, 03 Mar 2017 20:33:31 +0100

   It should rather look like this:

      *Class Precedence List*
      'cie-rgb-color', 'rgb-color-object', 'color-object', ...

   The hidden comma seems to be an Emacs bug, but this is a
   different issue.

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 address@hidden; 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)

These two efforts are independent, of course.  Light testing w/
‘Info-index-symbol-at-point’ shows promise (needs error handling
and "symbol" syntax customization, for starters).  WDYT?

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)
   (pcase (context query)
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]