bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dired-x: dired-guess-shell-alist-user docstring


From: Dan Jacobson
Subject: dired-x: dired-guess-shell-alist-user docstring
Date: Mon, 23 Jan 2006 22:41:17 +0800

(describe-variable (quote dired-guess-shell-alist-user)) says:
   For example, to add rules for `.foo' and `.bar' files, write

   (setq dired-guess-shell-alist-user
         (list (list "\\.foo\\'" "FOO-COMMAND");; fixed rule

Really .foo\\' ? How about .foo$

                ;; possibly more rules ...
                (list "\\.bar\'";; rule with condition test
Really .bar\' ? This time with one \ too? How about .bar$




reply via email to

[Prev in Thread] Current Thread [Next in Thread]