emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC] Editing Lisp through changing indentation


From: Stefan Monnier
Subject: Re: [RFC] Editing Lisp through changing indentation
Date: Thu, 29 Aug 2013 18:39:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>           --eval "(setq package-directory-list '(\"$(abspath packages)\"))" \
>           --eval '(package-initialize)' \
> -         -L $(dir $@) -f batch-byte-compile $<
> +         $(patsubst %, -L %, $(filter-out %/cl-lib, $(pkgs))) \
> +         -f batch-byte-compile $<
 
Calling package-initialize with package-directory-list set to
'(\"$(abspath packages)\") should make the rest unnecessary (and should
skip cl-lib as well ;-).


        Stefan



reply via email to

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