From: Philippe Vaucher <philippe.vaucher@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Docstring with function links starting with `-'
Date: Wed, 9 Feb 2022 20:04:45 +0100 [thread overview]
Message-ID: <CAGK7Mr71w-5vifqb79iB+Zy6yRU50B08v7LyFC-JQULSzj=sGA@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2022-02-09 19:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-09 19:04 Philippe Vaucher [this message]
2022-02-18 22:48 ` Docstring with function links starting with `-' Basil L. Contovounesios
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAGK7Mr71w-5vifqb79iB+Zy6yRU50B08v7LyFC-JQULSzj=sGA@mail.gmail.com' \
--to=philippe.vaucher@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.