emacs-devel
[Top][All Lists]
Advanced

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

Re: Dependency graph for Emacs Lisp files


From: Lars Ingebrigtsen
Subject: Re: Dependency graph for Emacs Lisp files
Date: Thu, 01 Aug 2019 15:18:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Noam Postavsky <address@hidden> writes:

> On Thu, 1 Aug 2019 at 08:16, Lars Ingebrigtsen <address@hidden> wrote:
>> can't autoload a macro meaningfully, or a variable...
>
> You can definitely autoload a macro. See pcase.

Oh, you can?  And it's then loaded while compiling the files?  Why
aren't we slapping ;;;###autoload on stuff like `when-let' in subr-x to
avoid having (eval-when-compile (require 'subr-x)) in basically every
single file in the tree?  (I'm just exaggerating slightly.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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