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

Re: when convert command not found



>>>>> 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 の値を強制リセッ
トする必要がありそうですね。後で作業します。
-- 
山岡