emacs-devel
[Top][All Lists]
Advanced

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

Re: Recursive compilation?


From: Dimitri Fontaine
Subject: Re: Recursive compilation?
Date: Wed, 01 Jun 2011 22:14:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (darwin)

Lars Magne Ingebrigtsen <address@hidden> writes:
> So I was wondering whether it would be feasible to compile required
> files recursively.

Do you want bute-code-cache as in the following?

  http://www.emacswiki.org/emacs/byte-code-cache.el

  ;; Description:
  ;; Automatically cache byte-compiled versions of .el files as they're
  ;; loaded, automatically recompiling them as necessary.
  
  ;; Install:
  ;; Load this file as early as possible in ~/.emacs (after setting
  ;; variables, and after custom, if you used custom to set them.)
  ;; Anything loaded after it will be automatically byte-compiled.
  
  ;; This file cannot byte-compile itself, so you should do that
  ;; separately.
  
  ;; Author: Daniel Colascione <address@hidden>

Regards,
-- 
dim



reply via email to

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