From: yoichi Date: Mon, 6 Jan 2003 08:27:20 +0000 (+0000) Subject: Merge from trunk X-Git-Tag: wl-2_10_1pre~70 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6133b54e2cccf3c4ff01c68e583093d1ee442b81;p=elisp%2Fwanderlust.git Merge from trunk --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 366cceb..10410b0 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -3280,10 +3280,13 @@ first, last ...フィルタフォルダに移動 @item T @kindex T (Summary) @findex wl-summary-toggle-thread -スレッド表示をトグルします。 -現在のスレッド表示状態はモードラインに表示されます. -@samp{@{S@}} はスレッド・オフ(Sequence)の状態, -@samp{@{T@}} はスレッド・オン(Thread)の状態を示します. +スレッド表示をトグルします。その状態は Wanderlust を終了しても保存され +ます。新規に作成されたサマリに対してのデフォルトの状態は +@code{wl-summary-default-view} や @code{wl-summary-default-view-alist} +で指定することができます。 +現在のスレッド表示状態はモードラインに表示されます。 +@samp{@{S@}} はスレッド・オフ(Sequence)の状態、 +@samp{@{T@}} はスレッド・オン(Thread)の状態を示します。 (@code{wl-summary-toggle-thread}) @item l @@ -3745,7 +3748,7 @@ nil: フォルダモードに戻るか尋ねる @item wl-summary-weekday-name-lang @vindex wl-summary-weekday-name-lang -初期設定は @samp{ja}。サマリの曜日表示の言語を指定します。@samp{en} なら +サマリの曜日表示の言語を指定します。@samp{en} なら 英語、@samp{fr} ならフランス語、@samp{de} ならドイツ語となります。 値を変更した後には、サマリを rescan して下さい。 @@ -3771,16 +3774,38 @@ Non-nil なら、@samp{^L} で改ページしてメッセージを表示します。 初期設定は '(1 . 4)。 サマリを表示するウィンドウとメッセージ本体を表示するウィンドウの比を cons で指定します。car:cdr が サマリ:メッセージ です。 +@item wl-summary-from-function +@vindex wl-summary-from-function +サマリの差出人表示の整形に使う関数を指定します。 +初期設定は @code{wl-summary-default-from} です。 + @item wl-summary-no-from-message @vindex wl-summary-no-from-message 初期設定は @samp{nobody@@nowhere?}。 メッセージに @samp{From:} が無かった場合にサマリに表示する文字列です。 +@item wl-summary-subject-function +@vindex wl-summary-subject-function +サマリのサブジェクト表示の整形に使う関数を指定します。 +初期設定は @code{wl-summary-default-subject} で、サブジェクト先頭の +リスト名など部分をカットします。 +サブジェクトをそのまま表示するには以下のように設定します。 + +@lisp +(setq wl-summary-subject-function 'identity) +@end lisp + @item wl-summary-no-subject-message @vindex wl-summary-no-subject-message 初期設定は @samp{(WL:No Subject in original.)}。メッセージに @samp{Subject:} が無かった場合にサマリに表示する文字列です。 +@item wl-summary-default-view +@vindex wl-summary-default-view +初期設定は @code{'thread}。 +新規に作成されたサマリの状態をスレッド表示なら @code{'thread}、 +番号順なら @code{'sequence} のいずれかで指定します。 + @item wl-summary-use-frame @vindex wl-summary-use-frame 初期設定は @code{nil}。 @@ -6288,7 +6313,7 @@ pop3 × △ △ △ (@samp{CONDITION} @samp{ACTION} [@code{continue}]) @end lisp -という一組で、@samp{CONDITION} が真の場合に @samp{ACTION} を実行します。 +の組で、@samp{CONDITION} が真の場合に @samp{ACTION} を実行します。 第一の要素 @samp{CONDITION} には条件を S 式で記述します。書式については すぐ後で説明します。第二の要素 @samp{ACTION} にはメッセージの振り分け先 のフォルダ名、もしくはシンボルを指定します。 @@ -6323,7 +6348,7 @@ pop3 × △ △ △ @end table @item -何らかの数 @samp{SIZE} を引数としてとる関数。 +1 つの整数 (@samp{SIZE}) を引数としてとる関数。 @table @code @item @code{<} @@ -6333,7 +6358,7 @@ pop3 × △ △ △ @end table @item -任意の数の引数を取る関数。 +任意数の引数を取る関数。 @table @code @item @code{or} diff --git a/doc/wl.texi b/doc/wl.texi index 2db6823..efeb3bb 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3296,7 +3296,9 @@ You can sort by @samp{date}, @samp{from}, @samp{number} and @samp{subject}. @item T @kindex T (Summary) @findex wl-summary-toggle-thread -Toggle the threading. +Toggle the threading. The state will be preserved after exiting +Wanderlust. You can alter default state for newly created summary +by @code{wl-summary-default-view} or @code{wl-summary-default-view-alist}. Threading status is displayed on the modeline. @samp{@{S@}} means threading is off (Sequence) and @samp{@{T@}} means threading is on (Thread). @@ -3764,7 +3766,7 @@ folder is moved. @item wl-summary-weekday-name-lang @vindex wl-summary-weekday-name-lang -The initial setting is @samp{ja}. Specify language of the weekday. +Specify language of the weekday. @samp{en} displays English, @samp{fr} displays French, @samp{de} displays Deutsch. You should rescan summary view after changing this value. @@ -3791,16 +3793,38 @@ The initial setting is '(1 . 4). A cons cell to specify the rate of summary and message window. car:cdr corresponds summary:message. +@item wl-summary-from-function +@vindex wl-summary-from-function +Format function to display sender in summary. +The initial setting is @code{wl-summary-default-from}. + @item wl-summary-no-from-message @vindex wl-summary-no-from-message The initial setting is @samp{nobody@@nowhere?}. A string which is displayed when there's no @samp{From:} field in the message. +@item wl-summary-subject-function +@vindex wl-summary-subject-function +Format function to display subject in summary. +The initial setting is @code{wl-summary-default-subject} and +it will cut the list name part etc. on the top of the subject. +To display subject as it is, set as follows. + +@lisp +(setq wl-summary-subject-function 'identity) +@end lisp + @item wl-summary-no-subject-message @vindex wl-summary-no-subject-message The initial setting is @samp{(WL:No Subject in original.)}. A string which is displayed when there's no @samp{Subject:} field in the message. +@item wl-summary-default-view +@vindex wl-summary-default-view +The initial setting is @code{'thread}. +The default state for newly created summary. You can set either +@code{'thread} for thread view or @code{'sequence} for sequential view. + @item wl-summary-use-frame @vindex wl-summary-use-frame The initial setting is @code{nil}. @@ -6412,7 +6436,7 @@ from matching @code{\(\)} patterns in the previous @samp{VALUE}. @end table @item -Functions which accept an argument @samp{SIZE}, @samp{SIZE} is some number. +Functions which accept an integer argument (@samp{SIZE}). @table @code @item @code{<}