[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: |
Thu, 20 Oct 2011 17:14:02 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (Microsoft Windows [°æ±¾ 6.1.7601]) |
On 2011-10-20 15:12 +0800, Michael Albinus wrote:
> `process-file' is a Lisp function. It would be sufficient to activate
> edebug for it, for example via
>
> M-x load-library RET edebug
> M-: (edebug-instrument-function 'process-file)
>
> When the debugger enters `process-file', you can produce the backtrace
> with "d".
This does not enter the debugger. Note when the call-process form is
eval'd in process-file, there is no error from the elisp point of view.
`call-process' returns 1 to indicate failure in executing the external
process.
But I can C-u M-C-x process-file and get a backtrace like this one:
http://paste.pound-python.org/show/13964 if that is helpful.
Leo
- bug#9792: 24.0.50; process-file and space in filename, Leo, 2011/10/18
- bug#9792: 24.0.50; process-file and space in filename, Eli Zaretskii, 2011/10/19
- bug#9792: 24.0.50; process-file and space in filename, Leo, 2011/10/19
- bug#9792: 24.0.50; process-file and space in filename, Eli Zaretskii, 2011/10/19
- bug#9792: 24.0.50; process-file and space in filename, Leo, 2011/10/20
- bug#9792: 24.0.50; process-file and space in filename, Michael Albinus, 2011/10/20
- bug#9792: 24.0.50; process-file and space in filename,
Leo <=
- bug#9792: 24.0.50; process-file and space in filename, Eli Zaretskii, 2011/10/20
- bug#9792: 24.0.50; process-file and space in filename, Eli Zaretskii, 2011/10/20
- bug#9792: 24.0.50; process-file and space in filename, Leo, 2011/10/20
- bug#9792: 24.0.50; process-file and space in filename, Eli Zaretskii, 2011/10/21