emacs-devel
[Top][All Lists]
Advanced

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

Re: Building Emacs


From: Stefan Monnier
Subject: Re: Building Emacs
Date: Tue, 24 Jun 2008 09:09:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> In the past I would use "make recompile" in the lisp directory
> followed by "make" in the emacs directory because it was much faster
> than doing a bootstrap, and because I have my own experimental
> versions of files in the lisp directory that I don't want autoloading.

> Now I'm not sure what "make" does.

It does pretty much what you did.

> It outputs "nil" so many times that any meaningful message flashes by

I don't see that.  Could you post some example session?

> and it insists on generating autoloads for all files in the
> lisp directory.

That was also the case in the past, except that your recipe simply never
updated the loaddefs.el file.

> Is there a way to get the old behaviour.  It left problems from time to time
> but I could generally see how to fix them.

How 'bout adding "no-autoloads" annotations to the files you don't
want autoloaded?


        Stefan




reply via email to

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