GNU bug report logs -
#39218
28.0.50; find-dired stopped working
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 23 Jan 2020 11:06:07 +0100
with message-id <87pnfapjw0.fsf <at> calancha-pc.dy.bbexcite.jp>
and subject line Re: bug#39218: 28.0.50; find-dired stopped working
has caused the debbugs.gnu.org bug report #39218,
regarding 28.0.50; find-dired stopped working
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
39218: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39218
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
`find-dired' stopped working for me. Backtraces look like this in emacs -Q:
| Debugger entered--Lisp error: (wrong-type-argument processp nil)
| set-process-filter(nil find-dired-filter)
| (let ((proc (get-buffer-process (current-buffer)))) (set-process-filter proc #'find-dired-filter) (set-process-sentinel proc #'find-dired-sentinel) (move-marker (process-mark proc) (point) (current-buffer)))
| ...
| find-dired("/my/path/" "-type l ! -readable")
| (let ((find-program "find")) (find-dired (expand-file-name "..") "-type l ! -readable"))
Haven't investigated why this happens, but I can execute `find` in a
shell normally. However, reverting
2eb0b7835d1a9cd4b804436e33c71058cb38f178
Author: Tino Calancha <tino.calancha <at> gmail.com>
AuthorDate: Sun Jan 19 11:13:02 2020 +0100
fixes the issue.
TIA,
Michael.
In GNU Emacs 28.0.50 (build 28, x86_64-pc-linux-gnu, GTK+ Version 3.24.13, cairo version 1.16.0)
of 2020-01-21 built on drachen
Repository revision: dcf2e25c7e0bf6f7d2cc16b48bd49c3f4aa9bc0c
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12006000
System Description: Debian GNU/Linux bullseye/sid
[Message part 3 (message/rfc822, inline)]
Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> `find-dired' stopped working for me.
Fixed in master with commit:
'Fix bug 39218'
(72011f23c3135690f65262f01ea92a53ff84b4e1)
and in emacs-27 with commit:
'Backport: Fix bug 39218'
(e1deafd39d9ef32cfa54c0be498f26857bf49c25)
This bug report was last modified 5 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.