[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: when convert command not found
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Wed, 06 Jun 2007 08:34:39 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 09478
- References: <871wgqqail.wl%yoichi@geiin.org>
>>>>> In [emacs-w3m : No.09477] 中山さん wrote:
> convert がない時に
> apply: Wrong type argument: stringp, nil
> なエラーになり意味不明です。以下の修正はいかがでしょうか。
[...]
> + (success (if w3m-imagick-convert-program
> + (progn
> + (set-buffer-multibyte nil)
> + (insert data)
> + (apply 'w3m-imagick-start-convert-buffer
> + handler from-type to-type args))
> + (message "convert command not found")
> + nil))
どうもありがとうございます。実際に convert が無かったら変数
w3m-imagick-convert-program と w3m-resize-images の値を強制リセッ
トする必要がありそうですね。後で作業します。
--
山岡