GNU bug report logs -
#28607
27.0.50; help-fns unsolicited elisp loading
Previous Next
Reported by: Mark Oteiza <mvoteiza <at> udel.edu>
Date: Tue, 26 Sep 2017 12:50:01 UTC
Severity: normal
Tags: fixed, patch
Merged with 28048
Found in versions 26.0.50, 26.0.90, 27.0.50
Fixed in version 26.3
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Noam Postavsky <npostavs <at> gmail.com>
> Cc: mvoteiza <at> udel.edu, rgm <at> gnu.org, 28607 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>
> Date: Sat, 18 May 2019 12:00:52 -0400
>
> > Thanks, this LGTM. I wonder whether we should document
> > definition-prefixes (together with the mechinery it is part of) and
> > this new option in the ELisp manual.
>
> Yeah, I think the machinery deserves a mention in the Elisp manual at
> least. Though the user option should go in the Emacs manual.
Thanks, this LGTM. A couple of minor nits:
> +@node Autoload by Prefix
> +@subsection Autoload by Prefix
I think a "@cindex autoload by prefix" would be good here.
> +During completion for the commands @code{describe-variable} and
> +@code{describe-function}, Emacs will try to load files which may
> +contain definitions matching the prefix being completed. The variable
> +@code{definition-prefixes} holds a hashtable which maps a prefix to
> +the corresponding list of files to load for it. Entries to this
> +mapping are added by calls to @code{register-definition-prefixes}
> +which are generated by @code{update-file-autoloads}. Files which
> +don't contain any definitions worth loading (test files, for
> +examples), should set @code{autoload-compute-prefixes} to @code{nil}
> +as a file-local variable.
I would add a cross-reference to where update-file-autoloads is
described after it's mentioned.
This bug report was last modified 6 years and 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.