emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master 551594e: Add indent spec to easy-mmode macros


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 551594e: Add indent spec to easy-mmode macros
Date: Thu, 28 Sep 2017 23:20:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I see, thanks.  I tend towards macros that expand to efficient code and
> eliminate runtime dependencies; however, like all things it's a trade
> off, be it code size, macroexpansion speed, etc.

Part of the issue for me is to hardcode a particular behavior.
Going through a function makes it much easier to change the behavior
after the file has been compiled.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]