Mercurial > emacs
comparison lisp/ChangeLog @ 111826:b665689b1c29
Smarter initialization for dired-use-ls-dired (Bug#7546).
* lisp/dired.el (dired-use-ls-dired): Set default to a special
"unspecified" value.
(dired-insert-directory): When called the first time, check
whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 04 Dec 2010 17:10:12 -0500 |
parents | 88e55e239ecc |
children | c54faf0302ea |
comparison
equal
deleted
inserted
replaced
111825:52f1a401269c | 111826:b665689b1c29 |
---|---|
1 2010-12-04 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * dired.el (dired-use-ls-dired): Set default to a special | |
4 "unspecified" value. | |
5 (dired-insert-directory): When called the first time, check | |
6 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546). | |
7 | |
1 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com> | 8 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com> |
2 | 9 |
3 * replace.el: Add "collect" feature to occur. | 10 * replace.el: Add "collect" feature to occur. |
4 (occur-collect-regexp-history): New var. | 11 (occur-collect-regexp-history): New var. |
5 (occur-read-primary-args): Return a replace string for nlines, if needed. | 12 (occur-read-primary-args): Return a replace string for nlines, if needed. |