bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#58602: 29.0.50; Please document (:documentation FORM) spec for closu


From: Michael Heerdegen
Subject: bug#58602: 29.0.50; Please document (:documentation FORM) spec for closures
Date: Thu, 20 Oct 2022 01:23:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> > [...] I noticed that `i :documentation RET` doesn't bring me to this
> > text, instead it just looks for "documentation"

> `Info-index':
>   ;; Strip leading colon in topic; index format does not allow them.
>   (if (and (stringp topic)
>          (> (length topic) 0)
>          (= (aref topic 0) ?:))
>       (setq topic (substring topic 1)))

Yes, deleting that part breaks the i command, so I guess we have to live
with this restriction or find a way to filter out the wanted matches.

Anyway, I think we are done here.  Thanks to all, and especially Stefan.

Michael.





reply via email to

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