+2004-09-25 Stefan <monnier@iro.umontreal.ca>
+
+ * files.el (insert-directory): Obey --dired even with symlinks.
+
2004-09-25 Lars Hansen <larsh@math.ku.dk>
- * ls-lisp.el (ls-lisp-format): Mark file names with poperty
+ * ls-lisp.el (ls-lisp-format): Mark file names with property
dired-filename.
2004-09-25 Kim F. Storm <storm@cua.dk>
it, and show completions.
(ido-all-completions): Let bind ido-directory-too-big to nil.
(ido-exhibit): Handle ido-directory-too-big.
- (ido-read-buffer): Handle fallback to read-buffer. Init
- ido-directory-too-big.
+ (ido-read-buffer): Handle fallback to read-buffer.
+ Init ido-directory-too-big.
(ido-read-file-name, ido-read-directory-name, ido-completing-read):
Init ido-directory-too-big.
(while (< (point) end)
(let ((start (+ beg (read (current-buffer))))
(end (+ beg (read (current-buffer)))))
- (if (= (char-after end) ?\n)
+ (if (memq (char-after end) '(?\n ?\ ))
+ ;; End is followed by \n or by " -> ".
(put-text-property start end 'dired-filename t)
;; It seems that we can't trust ls's output as to
;; byte positions of filenames.