/[tramp]/tramp/lisp/tramp.el
ViewVC logotype

Diff of /tramp/lisp/tramp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.215 by kai, Wed Sep 18 07:40:01 2002 UTC revision 2.216 by kai, Fri Sep 20 15:33:41 2002 UTC
# Line 2721  This is like `dired-recursive-delete-dir Line 2721  This is like `dired-recursive-delete-dir
2721  (defun tramp-handle-insert-directory  (defun tramp-handle-insert-directory
2722    (filename switches &optional wildcard full-directory-p)    (filename switches &optional wildcard full-directory-p)
2723    "Like `insert-directory' for tramp files."    "Like `insert-directory' for tramp files."
2724      ;; For the moment, we assume that the remote "ls" program does not
2725      ;; grok "--dired".  In the future, we should detect this on
2726      ;; connection setup.
2727      (when (string-match "^--dired\\s-+" switches)
2728        (setq switches (replace-match "" nil t switches)))
2729    (setq filename (expand-file-name filename))    (setq filename (expand-file-name filename))
2730    (with-parsed-tramp-file-name filename nil    (with-parsed-tramp-file-name filename nil
2731      (when (tramp-ange-ftp-file-name-p multi-method method)      (when (tramp-ange-ftp-file-name-p multi-method method)

Legend:
Removed from v.2.215  
changed lines
  Added in v.2.216

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26