From: Ihor Radchenko <yantar92@posteo.net>
To: 60085@debbugs.gnu.org
Cc: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#60085: 30.0.50; `help-enable-autoload' is not fully obeyed
Date: Thu, 15 Dec 2022 08:58:23 +0000 [thread overview]
Message-ID: <87sfhhujps.fsf@localhost> (raw)
Hi,
This bug report is a follow-up from
https://orgmode.org/list/jwvfsdi6or0.fsf-monnier+emacs@gnu.org where
Stefan stated the following:
> > Like I said in another message that I sent just before receiving yours
> > my conclusion came from the fact that hitting 'C-h v' with the cursor
> > on 'org-goto-interface' provided nothing. It was the first time this
> > ever happened to me. I did try to explicitly enter the variable's
> > name by entering 'org-goto<TAB>', which (like 'org-go<TAB>') is not
> > enough: it is completed to 'org--goto'.
>
> AFAICT this is a missing feature: we obey `help-enable-autoload` in
> `describe-function` but we fail to do the same autoloading dance in
> `describe-variable`.
Recipe 1:
1. emacs -Q
2. Type "debug-on-error"
3. C-h v
4. Observe "Describe variable (default debug-on-error): "
5. C-g
6. <RET> org-mouse-map
(note that org-mouse.el is not auto-loaded)
7. C-h v
8. Observe "Describe variable: "
Expected: "Describe variable (default org-mouse-map): "
Recipe 2:
1. emacs -Q
2. Type C-h v org-go <TAB>
3. Observe "Describe variable: org--goto"
4. C-g
5. M-: (require 'org-goto)
6. C-h v org-go <TAB>
7. Observe "Describe variable: org-goto-"
7 is expected at 3.
In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.35, cairo version 1.17.6) of 2022-12-07 built on localhost
Repository revision: f0e118d3f676afe39df29663399d4bbe8f53f208
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101004
System Description: Gentoo Linux
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
next reply other threads:[~2022-12-15 8:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-15 8:58 Ihor Radchenko [this message]
2022-12-15 15:04 ` bug#60085: 30.0.50; `help-enable-autoload' is not fully obeyed Max Nikulin
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=87sfhhujps.fsf@localhost \
--to=yantar92@posteo.net \
--cc=60085@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
/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.