all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jidanni@jidanni.org
To: bug-gnu-emacs@gnu.org
Subject: bug#417: dired-guess-shell-alist-user examples enhancement
Date: Sun, 15 Jun 2008 20:28:27 +0800	[thread overview]
Message-ID: <87hcbuzxuc.fsf@jidanni.org> (raw)

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?







             reply	other threads:[~2008-06-15 12:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <j3y72oju3k.fsf@fencepost.gnu.org>
2008-06-15 12:28 ` jidanni [this message]
2008-08-23  3:30   ` bug#417: marked as done (dired-guess-shell-alist-user examples enhancement) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hcbuzxuc.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=417@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.