emacs-devel
[Top][All Lists]
Advanced

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

Re: Docstring with function links starting with `-'


From: Basil L. Contovounesios
Subject: Re: Docstring with function links starting with `-'
Date: Sat, 19 Feb 2022 00:48:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Philippe Vaucher [2022-02-09 20:04 +0100] wrote:

> In Emacs 27.2, when doing the following code:
>
> (defun foo ())
> (defun -foo ())
> (defun bar ()
>   "See `foo' and `-foo'.")
>
> If we describe-function "bar" the docstring makes a clickable link out of 
> "foo" but not "-foo".
>
> This is annoying with a library like dash.el
>
> Any ideas/workarounds about how to fix it?

Since Emacs 28, `-foo' is also hyperlinked.  See the following:
https://bugs.gnu.org/6601
https://bugs.gnu.org/24309

Thanks,

-- 
Basil



reply via email to

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