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

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

bug#417: marked as done (dired-guess-shell-alist-user examples enhancem


From: Emacs bug Tracking System
Subject: bug#417: marked as done (dired-guess-shell-alist-user examples enhancement)
Date: Fri, 22 Aug 2008 20:30:03 -0700

Your message dated Fri, 22 Aug 2008 23:19:59 -0400
with message-id <j3y72oju3k.fsf@fencepost.gnu.org>
and subject line #417: dired-guess-shell-alist-user examples enhancement
has caused the Emacs bug report #417,
regarding dired-guess-shell-alist-user examples enhancement
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
417: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=417
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: dired-guess-shell-alist-user examples enhancement Date: Sun, 15 Jun 2008 20:28:27 +0800
In Info (dired-x)Shell Command Guessing, at
`dired-guess-shell-alist-user' and also in its docstring, please add:

Q: I don't like that dired-guess-shell-alist-default uses "xloadimage"
and "display". I want to use "xli". What can I do?

A:
(setq dired-guess-shell-alist-user
  (list
    (list "\\.png$" "xli")
    (list "\\.gif$" "xli")...;;they already have such examples, but not:
;;or
    (list "\\.\\(jpe?g\\|png\\|p[bgpn]m\\|gif\\)$" "xli");;researched 1 hour
;;or
some fancy car cad thing that changes all xloadimage and display;;(please add)
;;or use symlinks in ~/bin ;; yuck

Also in Info mention dired-guess-shell-case-fold-search.

P.S. The popular ".mp3" format needs a default command. mplayer?




--- End Message ---
--- Begin Message --- Subject: #417: dired-guess-shell-alist-user examples enhancement Date: Fri, 22 Aug 2008 23:19:59 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
> In Info (dired-x)Shell Command Guessing, at
> `dired-guess-shell-alist-user' and also in its docstring, please add:

> Q: I don't like that dired-guess-shell-alist-default uses "xloadimage"
> and "display". I want to use "xli". What can I do?

I think the current documentation here is detailed enough.

> Also in Info mention dired-guess-shell-case-fold-search.

Added.

> P.S. The popular ".mp3" format needs a default command. mplayer?

Added mp3 and ogg.


--- End Message ---

reply via email to

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