unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Docstring with function links starting with `-'
@ 2022-02-09 19:04 Philippe Vaucher
  2022-02-18 22:48 ` Basil L. Contovounesios
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Vaucher @ 2022-02-09 19:04 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

Hello,

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?

Philippe

[-- Attachment #2: Type: text/html, Size: 442 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Docstring with function links starting with `-'
  2022-02-09 19:04 Docstring with function links starting with `-' Philippe Vaucher
@ 2022-02-18 22:48 ` Basil L. Contovounesios
  0 siblings, 0 replies; 2+ messages in thread
From: Basil L. Contovounesios @ 2022-02-18 22:48 UTC (permalink / raw)
  To: Philippe Vaucher; +Cc: Emacs developers

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-18 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 19:04 Docstring with function links starting with `-' Philippe Vaucher
2022-02-18 22:48 ` Basil L. Contovounesios

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).