This morning, Matthieu Moy wrote: > Stefan Reichör <[EMAIL PROTECTED]> writes: > >>> (replace-regexp-in-string "\\"" >>> "" >>> (mapconcat 'shell-quote-argument >>> (cons executable >>> (delq nil list-args)) >>> " ")))) >> >> Shouldn't the replacement string (after replace-regexp-in-string) be "\\\"" >> instead of "\\""? > > Indeed, in the mail I received, it _was_ "\\\"" ! > > https://mail.gna.org/public/xtla-el-dev/2006-03/msg00071.html > > Probably your Gnus or someone has eaten the third '\' ...
Or perhaps my sight alone... My bad, I've been using the 3 '\'s and a quote regexp, all along! Sorry for the confusion... > > -- > Matthieu -- Edgar Gonçalves Software Engineering Group @ INESC-ID IST/Technical University of Lisbon Rua Alves Redol, 9, Room 635 1000-029 Lisboa, Portugal mailto:[EMAIL PROTECTED] http://www.esw.inesc-id.pt/~eemg _______________________________________________ Xtla-el-dev mailing list [email protected] https://mail.gna.org/listinfo/xtla-el-dev
