all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why call-process removes '{' and '}' chars from arguments???
@ 2010-06-02 20:40 Oleksandr Gavenko
  2010-06-02 21:39 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Oleksandr Gavenko @ 2010-06-02 20:40 UTC (permalink / raw)
  To: help-gnu-emacs

I use Emacs 23.2 under Windows.

(call-process
    "echo.exe"
    nil (get-buffer "*Messages*") nil
    "--bla"   "{rev}"   "}}}xxx{1}xxx{2}xxx{{{" )

put in Message buffer

   "--bla rev }}}xxx1xxx2xxx"

so remove occurrences of "{" and "}". Why???

This reproduced in Emacs 21.4, 22.3, 23.2
with "runemacs -q" ever cmdproxy.exe removed.

Emacs 32.2 uses "hg --template {rev} file-name" for Mercurial
in VC mode and so fail properly check file revision.

-- 
Best regards!




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-04  8:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 20:40 Why call-process removes '{' and '}' chars from arguments??? Oleksandr Gavenko
2010-06-02 21:39 ` Eli Zaretskii
2010-06-03  7:46   ` Oleksandr Gavenko
2010-06-03 15:04     ` Larry Hall (Cygwin)
2010-06-03 20:33       ` Oleksandr Gavenko
2010-06-04  8:56         ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.