filesets-commands
filesets-commands is a variable defined in `
filesets.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Commands to run on filesets.
An association list of names, functions, and an argument list (or a
function that returns one) to be run on a filesets' files.
The argument
or <> (quoted) will be replaced with
the filename.
You can customize this variable.
Value:
(("Isearch" multi-isearch-files
(filesets-cmd-isearch-getargs))
("Isearch (regexp)" multi-isearch-files-regexp
(filesets-cmd-isearch-getargs))
("Query Replace" perform-replace
(filesets-cmd-query-replace-getargs))
("Query Replace (regexp)" perform-replace
(filesets-cmd-query-replace-regexp-getargs))
("Grep <>" "grep"
("-n " filesets-get-quoted-selection " " "<>"))
("Run Shell Command" filesets-cmd-shell-command
(filesets-cmd-shell-command-getargs)))