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

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

Re: dired-x: add case insensitivity for guess-shell-alist filetypes


From: Christopher S. Kush
Subject: Re: dired-x: add case insensitivity for guess-shell-alist filetypes
Date: 29 Jun 2001 09:55:02 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.103

jidanni@kimo.FiXcomTHiS.tw (Dan Jacobson) writes:

> If case insensitivity were an option, some users wouldn't need to use
> dired-guess-shell-alist-user just to add (list "\\.JPG" "xv") ...,
> repeating each command to deal with the .JPG, .Jpg, .jpg, .TAR

It looks like you can use regexps:

C-h v dired-guess-shell-alist-user

dired-guess-shell-alist-user's value is 
nil

Documentation:
User-defined alist of rules for suggested commands. These rules take
precedence over the predefined rules in the variable
`dired-guess-shell-alist-default' (to which they are prepended).

Each element of this list looks like

    (REGEXP COMMAND...)

-- 
Christopher S. Kush



reply via email to

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