all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "積丹尼 Dan Jacobson" <jidanni@jidanni.org>
To: 30707@debbugs.gnu.org
Subject: bug#30707: describe-variable misses linking linkable changed items
Date: Mon, 05 Mar 2018 10:17:57 +0800	[thread overview]
Message-ID: <87606bl0yy.fsf@jidanni.org> (raw)

I do
(describe-variable (quote browse-url-browser-function))
and see in *Help*:

   browse-url-browser-function is a variable defined in ‘browse-url.el’.
   Its value is ‘browse-url-chromium’
   Original value was
   browse-url-default-browser

The problem is browse-url-default-browser should be a blue link, but was
not detected as linkable.

So the user has to do
(describe-function (quote browse-url-default-browser))
to learn about it, instead of just being able to click it!

See, it really exists:
browse-url-default-browser is a compiled Lisp function in
‘browse-url.el’.





             reply	other threads:[~2018-03-05  2:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-05  2:17 積丹尼 Dan Jacobson [this message]
2019-07-14 14:28 ` bug#30707: describe-variable misses linking linkable changed items Lars Ingebrigtsen
2019-07-14 14:56   ` Noam Postavsky
2019-07-14 15:03     ` Lars Ingebrigtsen

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=87606bl0yy.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=30707@debbugs.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.