| www.delorie.com/gnu/docs/emacs/dired-x_17.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
dired-mark-sexp) Mark files for which predicate returns
non-nil. With a prefix argument, unflag those files instead.
The predicate is a lisp expression that can refer to the following symbols:
inode
s
mode
nlink
uid
gid
size
time
name
sym
""
For example, use
(equal 0 size) |
To find out all not yet compiled Emacs lisp files in a directory, Dired all `.el' files in the lisp directory using the wildcard `*.el'. Then use M-( with
(not (file-exists-p (concat name "c"))) |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |