bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#22203: 25.0.50; # is treated as a comment character in shell-command


From: Kaushal Modi
Subject: bug#22203: 25.0.50; # is treated as a comment character in shell-command arg
Date: Fri, 18 Dec 2015 14:30:14 -0500

Hi Wolfgang,

> The last stop in the call chain before entering C-land is
> `call-process-region'.  It might be interesting to see what arguments
> that function is passed (M-x trace-function).

I get this by doing trace-function on call-process-region.

It looks like the arguments are passed alright .. but the result
buffer *test* shows just "abc" (without quotes) as in the GIF I posted
in my previous email.

======================================================================
1 -> (call-process-region 18234 18234 "/bin/tcsh" nil #<buffer *test*>
nil "-c" "echo abc#def")
1 <- call-process-region: 0





reply via email to

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