emacs-devel
[Top][All Lists]
Advanced

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

Re: ignoring autoloads in preloaded files on Windows


From: Eli Zaretskii
Subject: Re: ignoring autoloads in preloaded files on Windows
Date: Sat, 10 Oct 2009 09:37:12 +0200

> From: Juanma Barranquero <address@hidden>
> Date: Sat, 10 Oct 2009 07:13:28 +0200
> Cc: Eli Zaretskii <address@hidden>, address@hidden
> 
> (when (ignore-errors
>         (ignore-errors (delete-file tmpfile))
>         (shell-command (format "make -C %s echolisp > %s"
>                                mdir tmpfile))

The other problem with this is that the -C switch is not supported by
nmake.  So I think it's better to bind default-directory to mdir
instead, and then read the echolisp.tmp file from that directory.

(Sorry, I know the -C comes from my suggestion.)




reply via email to

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