[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

11.1 Region

In Summary mode, there are commands which work for a region if called with ‘C-u’. If a visible region is specified, these commands work for the region without ‘C-u’.

For Emacs, you can use the visible region feature by putting the following into your "~/.emacs".

 
(transient-mark-mode 1)

Here is a summary of such commands.

 
?’, ‘/’, ‘tt’, ‘x’, ‘lx’, ‘ma’, ‘Md’, ‘S’, ‘mlc’, ‘mli’, ‘*’, ‘$’, ‘d’, ‘u

Also you can specify a repeat count before you call ‘*’, ‘$’, ‘d’, and ‘u’. For example, typing ‘3d’ puts the ‘*’ mark onto three messages. You don't have to type ‘C-u’ before the number.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by U-X61T\saito on June, 6 2008 using texi2html 1.78.