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

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

bug#25949: 26.0.50; process-file fails when visiting a file with a quote


From: Philipp Stephani
Subject: bug#25949: 26.0.50; process-file fails when visiting a file with a quoted file name
Date: Fri, 03 Mar 2017 16:59:49 +0000



Philipp Stephani <p.stephani2@gmail.com> schrieb am Fr., 3. März 2017 um 14:41 Uhr:

emacs -Q
C-x C-f /:/tmp/foobar.txt (it doesn't matter whether the file exists)
M-: (process-file "true")

will result in an error

Debugger entered--Lisp error: (file-missing "Setting current directory" "No such file or directory" "/:/tmp/")
  call-process("true" nil nil nil)
  apply(call-process "true" nil nil nil nil)
  process-file("true" nil nil nil)
  apply(process-file ("true" nil nil nil))
  file-name-non-special(process-file "true" nil nil nil)
  apply(file-name-non-special process-file "true" nil nil nil nil)
  process-file("true" nil nil nil)
  apply(process-file ("true" nil nil nil))
  tramp-run-real-handler(process-file ("true" nil nil nil))
  tramp-file-name-handler(process-file "true" nil nil nil)
  apply(tramp-file-name-handler process-file "true" nil nil nil nil)
  process-file("true")
  eval((process-file "true") nil)
  eval-_expression_((process-file "true") nil)
  funcall-interactively(eval-_expression_ (process-file "true") nil)
  call-interactively(eval-_expression_ nil nil)
  command-execute(eval-_expression_)


Attached a patch. 

Attachment: 0001-Make-process-file-resolve-the-default-directory.txt
Description: Text document


reply via email to

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