Wanderlust その5
■ このスレッドは過去ログ倉庫に格納されています
0279hmurata
2005/10/20(木) 11:00:10取り敢えず, 以下を ~/.wl に書いておけば, 1つだけなら入力出来る様になる
と思います.
(defun wl-completing-read-multiple (prompt
table
&optional predicate
require-match initial-input
hist def inherit-input-method)
"Read multiple strings in the minibuffer"
(split-string
(completing-read prompt table predicate nil
initial-input hist def inherit-input-method)
","))
>>278
Mule2.3 を除けばその通りです. が, CVS head は機能優先で考えています. そ
の内対処するつもりですが, すぐには出来ません.
■ このスレッドは過去ログ倉庫に格納されています