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: Wolfgang Jenkner
Subject: bug#22203: 25.0.50; # is treated as a comment character in shell-command arg
Date: Fri, 18 Dec 2015 20:11:52 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (berkeley-unix)

On Fri, Dec 18 2015, Kaushal Modi wrote:

> (shell-command "echo abc#def" "*abc*")
>
> is treated as
>
> (shell-command "echo abc" "*abc*")

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).

Wolfgang





reply via email to

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