emacs-devel
[Top][All Lists]
Advanced

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

Re: Recursive compilation?


From: Lars Magne Ingebrigtsen
Subject: Re: Recursive compilation?
Date: Wed, 01 Jun 2011 13:48:08 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> I use the patch below,

[...]

> +        (load-suffixes (sort (copy-sequence load-suffixes)
> +                             (lambda (s1 s2) (and (string-match "\\.elc\\b" 
> s2)
> +                                             (string-match "\\.el\\b" s1)))))

Well, that was even simpler.  :-)

Perhaps that could be in Emacs by default?

-- 
(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]