GNU bug report logs -
#71537
30.0.50; [PATCH] missing autoload cookies
Previous Next
Full log
Message #14 received at 71537 <at> debbugs.gnu.org (full text, mbox):
> Date: Thu, 13 Jun 2024 20:57:50 +0000
> From: Gerard Vermeulen <gerard.vermeulen <at> posteo.net>
> Cc: 71537 <at> debbugs.gnu.org
>
> > Thanks, but I don't understand why what we have now constitutes a
> > problem. help-fns loads shortdoc when it needs it, and
> > pulse-momentary-highlight-one-line is autoloaded already (you don't
> > need to auto-load variables to assign values to them).
> >
> > Can you describe the problems you have if you delete those 'require's
> > from your init file, and explain why manually requiring them is a
> > problem?
>
> I try: after deleting those require's:
>
> 1. and after doing "M-x describe-function shortdoc" before shortdoc has
> been
> (auto)loaded by something else, I get in my message window:
>
> help-fns--run-describe-functions: Symbol’s function definition is
> void: shortdoc-help-fns-examples-function
>
> and the help window does not show (is not created).
I cannot reproduce this. For me, the *Help* buffer is displayed
without any error message. Are you using the latest master branch of
the Emacs Git repository? Is this in "emacs -Q"?
> 2. and after calling "other-window" flash-line-around-point gets called,
> but I get in my message window:
>
> byte-code: Defining as dynamic an already lexical var:
> pulse-iterations
You should use setq (or setopt) instead of let-binding. These two
variables are user options, so let-binding them is not appropriate.
This bug report was last modified 1 year and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.