Bug #106
closedemacs dired mode no longer working
0%
Description
Hi,
I've noticed that from some point in, say, the last 1.5 weeks the
directory edit mode of emacs no longer seems to work. When I try to open
a directory it just kinda freezes like in an infinite loop.
Here's a ktrace:
http://yoyodyne.ath.cx/tmp/emacs.ktrace
It starts just after the dired-mode lisp code has been loaded. You'll
notice the large number of "CALL break()" lines starting in line 201,
only interrupted at the end by SIGHUP when I closed the ssh window.
Can anyone figure out what's going wrong here from that?
Sascha
Updated by steve.mynott over 18 years ago
I see no issue with emacs dired using "emacs-nox11-21.4anb2" from
pkgsrc running on 1.5.1-DEVELOPMENT.
Cheers Steve
On 3/9/06, Sascha Wildner <saw@online.de> wrote:
Hi,
I've noticed that from some point in, say, the last 1.5 weeks the
directory edit mode of emacs no longer seems to work. When I try to open
a directory it just kinda freezes like in an infinite loop.Here's a ktrace:
http://yoyodyne.ath.cx/tmp/emacs.ktrace
It starts just after the dired-mode lisp code has been loaded. You'll
notice the large number of "CALL break()" lines starting in line 201,
only interrupted at the end by SIGHUP when I closed the ssh window.Can anyone figure out what's going wrong here from that?
Sascha
Updated by swildner over 18 years ago
Steve Mynott wrote:
I see no issue with emacs dired using "emacs-nox11-21.4anb2" from
pkgsrc running on 1.5.1-DEVELOPMENT.
Strange, those are the versions I'm running here, too.
Sascha
Updated by swildner about 18 years ago
Kinda fixed. This issue occurs only on one box I have. As soon as I upgrade it,
I'll recheck.