Re: 1.9: Shouldn't + also make the directory show up?
sandy@ibm550.sissa.it
Tue, 12 Jul 1994 19:01:31 +0200
Michael,
On Tue, 12 Jul 94 you wrote:
> I've noticed that when I create a directory via '+', I have to press
> 'g' in order to get dired to display it.
> Is this intended behavior?
Certainly not. It's due to a "bug" in fileio.c of 19.25, where the
lisp function make-directory and the C subr. make_directory_internal
are both using the same OPERATION symbol for their file-name-handlers.
The result is some cross-talk where one is inhibiting the other.
Richard and I are currently discussing a fix.
--sandy