6 Aug 2012 04:05
bug#12145: 24.1.50; enable-remote-dir-locals breaks find-name-dired in TRAMP buffers
Matt McClure <matthewlmcclure <at> gmail.com>
2012-08-06 02:05:16 GMT
2012-08-06 02:05:16 GMT
When `enable-remote-dir-locals` is `t`, `find-name-dired` in TRAMP buffers gives
...
error in process filter: Wrong type argument: markerp, nil
error in process filter: accept-process-output: Wrong type
argument: markerp, nil
error in process filter: Wrong type argument: markerp, nil
nil: exited abnormally with code 1.
find-dired: Wrong type argument: processp, nil
To reproduce on Mac OS X:
open -n -a Emacs --args -Q --no-site-file --eval '(progn (setq
enable-remote-dir-locals t) (find-name-dired "/user <at> host:/etc"
"*.conf"))'
I'm not able to reproduce the defect with the similar invocation:
open -n -a Emacs --args -Q --no-site-file --eval '(progn
(find-name-dired "/user <at> host:/etc" "*.conf"))'
In GNU Emacs 24.1.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
of 2012-07-14 on bob.porkrind.org
Bzr revision: 109087 cyd <at> gnu.org-20120714053223-jxkxt958pqg8tisb
Windowing system distributor `Apple', version 10.3.1138
Configured using:
`configure '--host=x86_64-apple-darwin' '--build=i686-apple-darwin'
'--with-ns' 'build_alias=i686-apple-darwin'
'host_alias=x86_64-apple-darwin' 'CC=gcc -mmacosx-version-min=10.5''
(Continue reading)
RSS Feed