GNU bug report logs -
#52342
[PATCH] Add Texinfo support for Flymake
Previous Next
Reported by: Okamsn <okamsn <at> protonmail.com>
Date: Tue, 7 Dec 2021 02:49:02 UTC
Severity: normal
Tags: patch
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On 12/7/21 18:46, João Távora wrote:
> On Tue, Dec 7, 2021 at 11:43 PM João Távora <joaotavora <at> gmail.com
> <mailto:joaotavora <at> gmail.com>> wrote:
>
>
> On Tue, Dec 7, 2021 at 11:39 PM Okamsn <okamsn <at> protonmail.com
> <mailto:okamsn <at> protonmail.com>> wrote:
>
> On 12/7/21 09:23, João Távora wrote:
> > Not sure about the eval-when-compile for require. It was my
> > expression that require is always "when compile".
> >
> > I've unfortunately been a little away from Emacs lately.
> >
> > João
>
> My understanding is that `eval-when-compile` is used to make
> sure that
> macro definitions are available during compilation and that the
> libraries are not loaded when `texinfo.el` is loaded. The
> macros in the
> patch are `rx`, `cl-loop`, and `flymake-log`.
>
>
> require is always `eval-and-compile` (sorry if I misled you earlier).
> It's OK to use `eval-when-compile` when needing `cl-loop` from `cl-lib`
> if _all_ you need form `cl-lib` is indeed macros.
>
> But for flymake, you need the actual runtime things too, right? So
> I think plain require is better and simpler
>
>
> Hmmm, on second thought, it you're planning on relying on
> autoloads for ultimate loading lazyness.... Hmm, maybe
> you're right...
>
> João
Hello Stefan Monnier,
Do you have any thoughts about the lazy loading of Flymake features used
in the patch discussed in this thread (re-attached for convenience)?
Thank you.
[v2-0001-Add-basic-Texinfo-support-for-Flymake.patch (text/x-patch, attachment)]
This bug report was last modified 2 years and 259 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.