From: yoichi Date: Tue, 5 Mar 2002 11:40:15 +0000 (+0000) Subject: Add C-cC-p,C-cC-n in summary mode to go round summary buffers. X-Git-Tag: wl-2_9_8~26 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=01f85bcde4d24af9ee4ce4ea363b266bbf90dac7;p=elisp%2Fwanderlust.git Add C-cC-p,C-cC-n in summary mode to go round summary buffers. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index e5427ed..ba5aadd 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -2851,14 +2851,21 @@ Non-nil $B$G$"$l$P%U%)%k%@$K0\F0$7$?;~$K:G=i$N%a%C%;!<%8$r<+F0E*$K@hFI$_$7$^$9! $B%9%F%#%C%-!<%5%^%j$O!"(B@kbd{q} $B$G8=:_$N%5%^%j$r=*N;$7$F$b%P%C%U%!$,>C$($J(B $B$$!"$=$NL>$NDL$j%9%F%#%C%-!<(B($B$7$D$3$$(B)$B%5%^%j$G$9!#(B -$B%U%)%k%@%b!<%I$+$i(B @kbd{C-u RET} $B!"$b$7$/$O%5%^%j(B $B$+$i(B @kbd{C-u g} $B$7$F(B +$B%U%)%k%@%b!<%I$+$i(B @kbd{Shift RET} $B!"$b$7$/$O%5%^%j(B $B$+$i(B @kbd{G} $B$7$F(B $B%5%^%j$KF~$k$H!"%9%F%#%C%-!<%5%^%j$,:n$i$l$^$9!#(B $B$^$?!"DL>o$N%5%^%j$G(B @kbd{M-s} (@code{wl-summary-stick}) $B$r$O!"(B@samp{Summary:@var{$B%U%)%k%@L>(B}} $B$H$J$j$^$9!#(B -@kbd{C-x b} (@code{switch-to-buffer}) $B$J$I$G!"E,Ev$K@ZBX$($l$P$$$D$G$b;2(B -$B>H$G$-$^$9!#%9%F%#%C%-!<%5%^%j$r=*N;$9$k$K$O(B @kbd{C-u q} $B$G$9!#$=$NB>$N(B -$BA`:n$K4X$7$F$ODL>o$N%5%^%j$HF1MM$G$9!#(B +$B8=:_$N%5%^%j$,%9%F%#%C%-!<%5%^%j$K$J$j$^$9!#(B + +$B%9%F%#%C%-!<%5%^%j$N%P%C%U%!L>$O!"(B@samp{Summary:@var{$B%U%)%k%@L>(B}} $B$H(B +$B$J$j$^$9!#(B @kbd{C-x b} (@code{switch-to-buffer}) $B$J$I$G!"E,Ev$K%P%C%U%!(B +$B$r@ZBX$($l$P$$$D$G$b%9%F%#%C%-!<%5%^%j$r;2>H$G$-$^$9!#$^$?!"%5%^%j%b!<%I(B +$B$G(B @kbd{C-c C-n} (@code{wl-summary-previous-buffer}) $B$d(B @kbd{C-c C-p} +(@code{wl-summary-next-buffer}) $B$9$k$H%5%^%j$r=d2s$G$-$^$9!#(B + +$B%9%F%#%C%-!<%5%^%j$G$O!"(B@kbd{q} $B$d(B @kbd{g} $B$N:]$K85$N%P%C%U%!$r(B +$B;D$7$^$9!#%9%F%#%C%-!<%5%^%j$r=*N;$9$k$K$O(B @kbd{C-u q} $B$G%5%^%j$rH4$1$k(B +$B$+!"(B@kbd{C-u g} $B$GJL$N%5%^%j$K0\F0$7$F2<$5$$!#$=$NB>$NA`:n$K4X$7$F$ODL>o(B +$B$N%5%^%j$HF1MM$G$9!#(B $BJQ?t(B @code{wl-summary-always-sticky-folder-list} $B$K%U%)%k%@L>(B($B@55,I=8=(B) $B$N%j%9%H$r@_Dj$9$k$3$H$K$h$j!"%U%)%k%@0\F0;~$K<+F0E*$K%9%F%#%C%-!<%5%^%j(B diff --git a/doc/wl.texi b/doc/wl.texi index 36d0a15..1a23961 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -2858,17 +2858,22 @@ To execute auto refile on all messages, set following. The buffer of the `sticky summary' does not killed by typing @kbd{q}. -By entering the summary by typing @kbd{C-u RET} in Folder mode or -@kbd{C-u g} in some suummary sticky summary buffer is created. +By entering the summary by typing @kbd{Shift RET} in Folder mode or +@kbd{G} in some suummary sticky summary buffer is created. Also typing @kbd{M-s} (@code{wl-summary-stick}) on the normal summary makes current one sticky. The buffer name of the sticky summary becomes like @samp{Summary:@var{folder-name}}. - You can visit the sticky summary at any time by @kbd{C-x b} -(@code{switch-to-buffer}). To exit sticky summary, type @kbd{C-u -q}. Other operations in the sticky summary are same as normal summary. +(@code{switch-to-buffer}), or you can go round summary buffers by +@kbd{C-c C-n} (@code{wl-summary-previous-buffer}) and @kbd{C-c C-p} +(@code{wl-summary-next-buffer}) in summary mode. + +In sticky summary, the summary buffer is preserved after @kbd{g} or +@kbd{q}. To delete sticky summary, type @kbd{C-u q} to exit or move to +another summary by @kbd{C-u g}. Other operations in the sticky summary +are same as normal summary. @code{wl-summary-always-sticky-folder-list} specifies the folders that are automatically stuck.