[Top][All Lists]
[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).
- Re: emacsclient: support `/' directory separator on w32, (continued)
- Re: emacsclient: support `/' directory separator on w32, Lennart Borgman, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Juanma Barranquero, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Lennart Borgman, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Eli Zaretskii, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Eli Zaretskii, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Juanma Barranquero, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Eli Zaretskii, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Lennart Borgman, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, David Kastrup, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Lennart Borgman, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32,
Richard Stallman <=
- Re: emacsclient: support `/' directory separator on w32, Eli Zaretskii, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, David Kastrup, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Lennart Borgman, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Eli Zaretskii, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Lennart Borgman, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Eli Zaretskii, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, David Kastrup, 2006/11/30
- Re: emacsclient: support `/' directory separator on w32, Lennart Borgman, 2006/11/30
- Re: emacsclient: support `/' directory separator on w32, David Kastrup, 2006/11/29
- Re: emacsclient: support `/' directory separator on w32, Lennart Borgman, 2006/11/29