Last edit
Summary: Added runner.el -- Associate a file with a set of commands or external apps. + sorted
Added:
> * [[Diredful]] - colorful file names in dired buffers.
Added:
> * DiredSync -- Synchronize directories within dired.
Added:
> * [[Runner]] -- Associate a file with a set of commands or external apps.
Deleted:
< * [[Diredful]] - colorful file names in dired buffers.
< * DiredSync -- Synchronize directories within dired.
Click the heading to search for all pages related to manipulating files and directories.
‘dired-virtual’ command from DiredX.‘eshell-ls-use-in-dired’.‘eshell-ls-use-in-dired’ – change em-ls.el to narrow the listing;; starting at line 459: (format "%s" (or (nth 8 attrs) "??????????") ;; (or (nth 1 attrs) 0) ;; (or (let ((user (nth 2 attrs))) ;; (and (not numeric-uid-gid) ;; user ;; (eshell-substring ;; (if (numberp user) ;; (user-login-name user) ;; user) 8))) ;; (nth 2 attrs) ;; "") ;; (or (let ((group (nth 3 attrs))) ;; (and (not numeric-uid-gid) ;; group ;; (eshell-substring ;; (if (numberp group) ;; (eshell-group-name group) ;; group) 8))) ;; (nth 3 attrs) ;; "") )
‘ls’ implemented in Emacs LispC-h v directory-abbrev-alist RET for information on an elegant way to shorten your paths. Suppose you’d like long paths like /opt/some/software/project/source/file.c to be shortened to /proj/source/file.c. The solution would be setting an appropriate symlink named proj in your root directory and adding the following to your InitFile: (setq directory-abbrev-alist ‘(”^/opt/some/software/project" . "/proj”)) Concerning directory-abbrev-alist: If there is a symbolic link in the file system, why do we need this translation table, should it not work even without it?
Concerning directory-abbrev-alist: Can it somehow be used on Windows XP (no symlinks)?
Some of these packages, including lslisp, do not seem to be in xemacs 21.4.17, at least. those of us trying to find a way to do --time-style = iso in xemacs find ourselves stymied by the way the dired code handles switches. is xemacs on the way out, at least for dired? – gambarimasu