From: yoichi Date: Fri, 7 Dec 2001 17:47:54 +0000 (+0000) Subject: Introduce basic components of wanderlust in "Start Wanderlust" section. X-Git-Tag: wl-2_8-root~84 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ffe8399cf2f8df8baa3f4f6878a2ff6cc6e3a56e;p=elisp%2Fwanderlust.git Introduce basic components of wanderlust in "Start Wanderlust" section. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index d2a2cbf..1c7465a 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -662,6 +662,25 @@ M-x wl @kbd{C-u M-x wl} のように prefix argument つきで実行すると、 フォルダのチェックを省略して起動します。 +Wanderlust では基本的に次に挙げるバッファを互いに行き来しながらメッセージを +取り扱います。 + +@table @samp +@item フォルダバッファ +フォルダの一覧を表示します。フォルダを選択して、そのフォルダのサマリに入ることができます。 +また、購読するフォルダを追加したり、編集することもできます。 +@item サマリバッファ +フォルダに含まれるメッセージの一覧を表示します。 +ここではメッセージを選択してその内容を表示したり、メッセージに対して返信をすることができます。 +また、メッセージを削除したり、別のフォルダに移動させたりすることができます。 +@item メッセージバッファ +メッセージの内容を表示します。パートを保存したり、外部プログラムで開くことができます。 +@item ドラフトバッファ +メッセージの編集を行います。 +@end table + +それぞれの詳細については以下で説明します。 + @node Folders, Folder, Start Me Up, Top @chapter Wanderlust で扱えるフォルダたち diff --git a/doc/wl.texi b/doc/wl.texi index 1435fef..1869acb 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -636,6 +636,26 @@ That means the folders you defined in the @file{~/.folders} are listed If you start Wanderlust with prefix argument like @kbd{C-u M-x wl}, you can skip folder checking. +Basically, you will handle messages in wanderlust while you come and go +from/to each of the following buffers. + +@table @samp +@item Folder Buffer +You can see the list of folders. You can select some folder and go into the summary +of it. You can subscribe new folder or edit subscription list. +@item Summary Buffer +You can see the list of messages in the folder. You can select message and view its +contents, and reply to some message. You can delete ones or move ones to another +folder. +@item Message Buffer +You can see the contents of the message. You can save part to disk or open in external +programs. +@item Draft Buffer +You can edit message. +@end table + +Details of each ones are explained later. + @node Folders, Folder, Start Me Up, Top @chapter Wanderlust's folders