GNU bug report logs - #5478
23.1.91; Cannot use dired with cons DIRNAME arg if include remote files

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Tue, 26 Jan 2010 00:41:02 UTC

Severity: normal

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <5478 <at> debbugs.gnu.org>
Subject: bug#5478: 23.1.91; Cannot use dired with cons DIRNAME arg if include remote files
Date: Tue, 26 Jan 2010 16:45:02 -0800
> The problem for a remote file name or a remote directory name 
> as one of the elements of the cons comes I think from this code
> in the definition of `insert-directory' in ls-lisp.el:
> 
> (let ((handler (find-file-name-handler (expand-file-name file)
> 					   'insert-directory))
...
>       (if handler
> 	  (funcall handler 'insert-directory file switches
> 		   wildcard full-directory-p)

The same code is in the definition of `insert-directory' that is found in
files.el, so this bug is probably not only for users of ls-lisp.el (e.g. Windows
users).





This bug report was last modified 15 years and 162 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.