summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-ls.el
Commit message (Collapse)AuthorAgeFilesLines
* (eshell-ls-decorated-name): Doc fix.Juanma Barranquero2005-07-211-5/+4
| | | | | (eshell-ls-missing, eshell-ls-dired-initial-args, eshell-ls-use-in-dired): Fix typos in docstrings.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431Miles Bader2005-06-171-23/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove "-face" suffix from eshell faces 2005-06-17 Miles Bader <miles@gnu.org> * lisp/eshell/esh-test.el (eshell-test-ok, eshell-test-failed): Remove "-face" suffix from face names. (eshell-test-ok-face, eshell-test-failed-face): New backward-compatibility aliases for renamed faces. (eshell-run-test): Use renamed eshell-test faces. * lisp/eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from face name. (eshell-prompt-face): New backward-compatibility alias for renamed face. (eshell-emit-prompt): Use renamed eshell-prompt face. * lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink) (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable) (eshell-ls-special, eshell-ls-missing, eshell-ls-archive) (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter): Remove "-face" suffix from face names. (eshell-ls-directory-face, eshell-ls-symlink-face) (eshell-ls-executable-face, eshell-ls-readonly-face) (eshell-ls-unreadable-face, eshell-ls-special-face) (eshell-ls-missing-face, eshell-ls-archive-face) (eshell-ls-backup-face, eshell-ls-product-face) (eshell-ls-clutter-face): New backward-compatibility aliases for renamed faces. (eshell-ls-decorated-name): Use renamed eshell-ls faces.
* (eshell-ls-file): There are times with size-width is nil andJohn Wiegley2003-11-171-2/+2
| | | | | | | | uncomputed (when directories are created in dired, for example); in this case, 4 is reasonable default value, although it may caused skewed new entries (which could be avoided by returning the original value of 8 in all cases, but 99% of the time this is a waste of whitespace).
* (eshell-ls-file): Instead of making the size field in a long-listingJohn Wiegley2003-11-161-2/+2
| | | | | always 8 characters, use `size-width', which has already been computed.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (eshell-ls-product-regexp): Fix typo.Andreas Schwab2002-12-071-1/+1
|
* I did not mean to check in these changes yet, they are stillJohn Wiegley2002-08-101-267/+92
| | | | unreviewed.
* Removed eshell-under-cygwin-p, and all uses of it.John Wiegley2002-08-101-92/+267
|
* (various face definitions): Use :weight, not :bold.Richard M. Stallman2001-12-311-15/+15
|
* (eshell-ls-dired-initial-args): Added an extra customization variable,John Wiegley2001-10-171-1/+7
| | | | to differentiate ls-in-dired from regular uses of ls.
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-1/+1
|
* Set the property `eshell-no-numeric-conversions' on the followingJohn Wiegley2001-05-101-0/+2
| | | | | | | | | functions (which all deal with filesystem entities, and never Lisp numerical values): eshell/cd, eshell/pushd, eshell/popd, eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm, eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln, eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur, eshell/which, eshell/addpath.
* (eshell-ls-insert-directory): Set font-lock-defaults to nil, toJohn Wiegley2001-04-111-0/+1
| | | | prevent fontification in dired buffers, if Eshell's ls is being used.
* (eshell-ls-exclude-regexp): Fix :type.Dave Love2001-01-291-1/+1
|
* See ChangeLogJohn Wiegley2000-10-291-30/+44
|
* Add author information.Gerd Moellmann2000-10-161-0/+2
|
* Added better remote directory support to Eshell, as well as a few bugJohn Wiegley2000-10-131-15/+28
| | | | fixes. See the ChangeLog.
* See ChangeLogJohn Wiegley2000-08-291-1/+1
|
* Change spelling of the Free Software Foundation.Gerd Moellmann2000-06-261-1/+1
|
* *** empty log message ***Gerd Moellmann2000-06-231-0/+863