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

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

bug#9792: 24.0.50; process-file and space in filename


From: Leo
Subject: bug#9792: 24.0.50; process-file and space in filename
Date: Wed, 19 Oct 2011 11:43:53 +0800

To reproduce:

1. M-x cd a directory of git repo which has a master branch
2. Eval: (apply 'process-file "git" nil t nil '("--no-pager" "log"
"--pretty=format:* %H %s" "HEAD..origin/master"))

to get this message:
'c:\Program' is not an internal or external command ...

(executable-find "git") => "c:/Program Files (x86)/Git/cmd/git.cmd"

Tested on GNU Emacs 24.0.50.1 (i386-mingw-nt6.1.7601) of 2011-09-19 on
3249CTO

Sorry the network has been extremely slow sometimes less than 1k/s. So
I haven't been able to test the problem in the pretest version.

Leo




reply via email to

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