From: "João Távora" <joaotavora@gmail.com>
To: Okamsn <okamsn@protonmail.com>,
Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Stefan Kangas <stefan@marxist.se>, 52342@debbugs.gnu.org
Subject: bug#52342: [PATCH] Add Texinfo support for Flymake
Date: Tue, 7 Dec 2021 23:43:51 +0000 [thread overview]
Message-ID: <CALDnm51YaswJ4aVnqR5yJDbPBBOiDU9Opa3=Y448GNTYFEa4tw@mail.gmail.com> (raw)
In-Reply-To: <a24f7588-6848-e1fe-bb20-2b999f975bdd@protonmail.com>
[-- Attachment #1: Type: text/plain, Size: 1309 bytes --]
On Tue, Dec 7, 2021 at 11:39 PM Okamsn <okamsn@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
> There is also the following comment on line 82 of the current version
> (
> https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/texinfo.el#n82
> ):
>
> > Don't you dare insert any `require' calls at top level in this file
> > --rms.
>
> which I tried to observe.
No comment :-)
Anyway, let's hear what byte-compiler guru Stefan Monnier has to say
about this?
João
[-- Attachment #2: Type: text/html, Size: 2108 bytes --]
next prev parent reply other threads:[~2021-12-07 23:43 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-07 2:48 bug#52342: [PATCH] Add Texinfo support for Flymake Okamsn via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-07 14:10 ` Stefan Kangas
2021-12-07 14:23 ` João Távora
2021-12-07 23:39 ` Okamsn via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-07 23:43 ` João Távora [this message]
2021-12-07 23:46 ` João Távora
2021-12-08 1:00 ` Okamsn via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-08 1:03 ` Okamsn via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-19 16:17 ` Okamsn via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-01-04 20:21 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-01-04 21:00 ` João Távora
2022-04-15 1:12 ` Okamsn via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-04-16 21:59 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-09-08 14:25 ` Lars Ingebrigtsen
2021-12-08 0:50 ` Stefan Kangas
2021-12-10 1:40 ` Okamsn via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-12-10 2:07 ` Stefan Kangas
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CALDnm51YaswJ4aVnqR5yJDbPBBOiDU9Opa3=Y448GNTYFEa4tw@mail.gmail.com' \
--to=joaotavora@gmail.com \
--cc=52342@debbugs.gnu.org \
--cc=monnier@iro.umontreal.ca \
--cc=okamsn@protonmail.com \
--cc=stefan@marxist.se \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).