[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: image-dired shows images as text
From: |
Eli Zaretskii |
Subject: |
Re: image-dired shows images as text |
Date: |
Fri, 21 Dec 2007 10:55:52 +0200 |
> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Fri, 21 Dec 2007 14:40:45 +1300
> Cc: help-gnu-emacs@gnu.org
>
> Instead of:
>
> (call-process shell-file-name nil nil nil shell-command-switch command)
>
> why not separate the command and switches and use:
>
> (call-process command nil nil nil command-switches)
These two methods are not exactly equivalent: in the first, `command'
can be something understood and interpreted by a shell, including
pipes, redirections, etc. In the seconds, it must be a name of an
executable program file.
But I have no idea whether this difference is of any importance for
the case in point.
- Re: image-dired shows images as text, (continued)
- Re: image-dired shows images as text, Mathias Dahl, 2007/12/19
- Re: image-dired shows images as text, winuser, 2007/12/19
- Re: image-dired shows images as text, Nick Roberts, 2007/12/19
- Message not available
- Re: image-dired shows images as text, Mathias Dahl, 2007/12/20
- Re: image-dired shows images as text, winuser, 2007/12/20
- Message not available
- Re: image-dired shows images as text, Mathias Dahl, 2007/12/20
- Re: image-dired shows images as text, winuser, 2007/12/20
- Message not available
- Re: image-dired shows images as text, nullius . filius, 2007/12/21
- Re: image-dired shows images as text, Nick Roberts, 2007/12/20
- Re: image-dired shows images as text,
Eli Zaretskii <=
- Message not available
- Re: image-dired shows images as text, Mathias Dahl, 2007/12/21
- Re: image-dired shows images as text, Nick Roberts, 2007/12/21
Re: image-dired shows images as text, Allan, 2007/12/27
- Re: image-dired shows images as text, Nick Roberts, 2007/12/27
- Message not available
- Re: image-dired shows images as text, Allan, 2007/12/28
- Re: image-dired shows images as text, Nick Roberts, 2007/12/28
- Re: image-dired shows images as text, nullius . filius, 2007/12/28
- Re: image-dired shows images as text, Allan, 2007/12/28
Message not availableRe: image-dired shows images as text, Allan, 2007/12/28
Re: image-dired shows images as text, Nick Roberts, 2007/12/29