[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacsclient/server filename quoting error
From: |
Werner LEMBERG |
Subject: |
Re: Emacsclient/server filename quoting error |
Date: |
Fri, 15 Dec 2006 16:14:38 +0100 (CET) |
> > Actually, a cleaner way of fixing this would be to have a
> > WINDOWSNT-only wrapper for execvp, called, say w32_execvp, that
> > does TRT with quoting the arguments.
>
> You like this one better, then?
Since those issues are full of subtleties I suggest that you have a
look at the gnulib CVS (at savannah.gnu.org), inspecting the files
`execute.c' and `pipe.c':
http://cvs.savannah.gnu.org/viewcvs/gnulib/lib/execute.c?rev=1.7&root=gnulib&view=log
http://cvs.savannah.gnu.org/viewcvs/gnulib/lib/pipe.c?rev=1.6&root=gnulib&view=log
Similar code is used in groff too.
Werner