emacs-devel
[Top][All Lists]
Advanced

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

Re: emacsclient: support `/' directory separator on w32


From: Richard Stallman
Subject: Re: emacsclient: support `/' directory separator on w32
Date: Thu, 30 Nov 2006 14:48:14 -0500

    > But is not default-directory used then to set the working directory
    > for the subprocess?

    No.

Yes, I think.  child_setup in callproc.c has code to do that.

Emacs's own current directory (at the system level) doesn't normally
matter, because Emacs does its own computations to produce absolute
file names.  The only time it would matter is when another process
is supposed to inherit it; and that, Emacs does manually (in child_setup,
for instance).




reply via email to

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