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 22:23:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>>> For starters, the output is wrong about the command issued.
>> This part is on purpose.
> Why tell the user the wrong thing?

> -           -L $(dir $@) -f batch-byte-compile $<
> +           $(patsubst %, -L %, $(filter-out %/cl-lib, $(pkgs))) \
> +           -f batch-byte-compile $<

> This allowed make to run to completion.

But as I said, AFAIK it should not be necessary.  So I think what you're
seeing is a symptom of a problem elsewhere and the patch above is just
a workaround.


        Stefan



reply via email to

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