[mew-dist 26345] Re: C-cC-e
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2005年 5月 23日 (月) 19:06:15 JST
> mew-mime-content-type を見ると以下の書き方ができるという事だと思いますが、
>
> - symbol
> symbol is a name of Elisp function for inline.
> - (symbol1 symbol2)
> symbol1 is a name of Elisp function for inline.
> symbol2 is a name of Elisp function for external.
> - (string list nil-or-t)
> string is a name of an external program.
> list is a list of arguments for the external program.
> nil-or-t:
> If nil, the external program is called synchronously.
> If t, the external program is called asynchronously.
- string
string is a name of an external program called asynchronously.
もあります。
> 2番目について、external は external っていうくらいで外のコマンドなんだ
> から、inline 用関数と外部プログラム名を同時に指定できてもいいのではない
> かと思うんですけど…。
>
> (symbol string list nil-or-t) とか書けても区別つきますよね、多分。
なので、やるなら、
(symbol string)
(symbol (string list nil-or-t))
ですね。
それで確認ですが、これらのように設定できるようになったら、問題はなくな
るのですか? イマイチ文面から読み取れていません。
--かず
Mew-dist メーリングリストの案内