help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: autoload


From: Perry Smith
Subject: Re: autoload
Date: Mon, 24 Jan 2011 13:42:42 -0600

On Jan 24, 2011, at 11:28 AM, Stefan Monnier wrote:

>>>> I just spent the past few hours constructing various scripts to
>>>> automatically byte compile the new files
>>> As in byte-recompile-directory?
>> Roughtly.  but batch-byte-recompile-directory does not create the elc if it
>> doesn't already exist unless you wrap it.  So I wrote:
> 
>> (defun batch-byte-recompile-directory-all ()
>>  (batch-byte-recompile-directory 0))
> 
> IIRC you can use
> 
>    --eval "(batch-byte-recompile-directory 0)"
> 
> so you don't have to define a new function.

Ahh... I saw that on another post on this thread but I never
thought about it.  I figured there must be a way to do it, otherwise,
why would it take an argument?

Thanks... now I have another tool in my bag.

Perry




reply via email to

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