From: yoichi Date: Sat, 9 Nov 2002 13:29:03 +0000 (+0000) Subject: Add wl-draft-buffer-style and update wl-draft-reply-buffer-style. X-Git-Tag: wl-2_11_1~53 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=68e5156073672986bd166beb270d95c4c7c76cec;p=elisp%2Fwanderlust.git Add wl-draft-buffer-style and update wl-draft-reply-buffer-style. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 90a78c3..20c1241 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -4653,12 +4653,23 @@ Non-nil ならウィンドウを表示しながらテンプレートを選択する場合、リターン @code{wl-template-visible-select}が non-nil の場合、 適用後の状態を表示するウィンドウの大きさを指定します。 +@item wl-draft-buffer-style +@vindex wl-draft-buffer-style +初期設定は @code{full}。 +(返信と転送の場合以外の)ドラフトバッファのウインドウの形態を指定します。 +@code{keep} とすると現在のウィンドウを使い、 +@code{full} とするとフレーム全体のウインドウを使います。 +@code{split} とすると現在のウィンドウを分割して使います。 +関数が指定された場合、ドラフトバッファを引数としてそれ呼び出します。 + @item wl-draft-reply-buffer-style @vindex wl-draft-reply-buffer-style 初期設定は @code{split}。 -@code{split} と @code{full} が指定できます。 -@code{full} なら返事を書くときにフレーム全体を使ったドラフトバッファが -用意されます。 +返信と転送の場合のドラフトバッファのウインドウの形態を指定します。 +@code{keep} とするとメッセージバッファのウィンドウを使い、 +@code{full} とするとフレーム全体のウインドウを使います。 +@code{split} とするとメッセージバッファのウィンドウを分割して使います。 +関数が指定された場合、ドラフトバッファを引数としてそれ呼び出します。 @item wl-draft-use-frame @vindex wl-draft-use-frame diff --git a/doc/wl.texi b/doc/wl.texi index 55ae6d2..cac797f 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -4704,11 +4704,25 @@ The initial setting is 7. If @code{wl-template-visible-select} is non-nil, this variable specifies the size of the preview window. +@item wl-draft-buffer-style +@vindex wl-draft-buffer-style +The initial setting is @code{full}. +Style of draft buffer window (except for replying and forwarding). +@code{keep} is to use current window, +@code{full} is to use full frame window, +@code{split} is to split current window and use it. +If some function is specified, it is called with the draft buffer +as an argument. + @item wl-draft-reply-buffer-style @vindex wl-draft-reply-buffer-style -The initial setting is @code{split}. @code{split} or @code{full} can be -specified. In the case of @code{full}, the whole frame will be used for -a reply draft buffer when it is prepared. +The initial setting is @code{split}. +Style of draft buffer for replying and forwarding. +@code{keep} is to use message buffer window, +@code{full} is to use full frame window, +@code{split} is to split message buffer window and use it. +If some function is specified, it is called with the draft buffer +as an argument. @item wl-draft-use-frame @vindex wl-draft-use-frame