Changeset 5247:ec6f7d81af91 for doc/manual.xml.head
- Timestamp:
- 2007-11-01 03:04:25 (15 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
doc/manual.xml.head (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/manual.xml.head
r5236 r5247 198 198 199 199 <para> 200 Information is presented in menus, very similar to ELM . Here is a table201 showing thecommon keys used to navigate menus in Mutt.202 </para> 203 204 <para> 205 206 <table >200 Information is presented in menus, very similar to ELM, see <xref linkend="tab-keys-nav"/> 201 for common keys used to navigate menus in Mutt. 202 </para> 203 204 <para> 205 206 <table id="tab-keys-nav"> 207 207 <title>Most common navigation keys</title> 208 208 <tgroup cols="3"> … … 236 236 Mutt has a built-in line editor for inputting text, e.g. email 237 237 addresses or filenames. The keys used to manipulate text input are 238 very similar to those of Emacs. See the following tablefor a full238 very similar to those of Emacs. See <xref linkend="tab-keys-editor"/> for a full 239 239 reference of available functions, their default key bindings, and 240 240 short descriptions. … … 243 243 <para> 244 244 245 <table >245 <table id="tab-keys-editor"> 246 246 <title>Most common line editor keys</title> 247 247 <tgroup cols="3"> … … 352 352 353 353 <para> 354 355 <table> 354 Common keys used to navigate through and manage messages in the index 355 are shown in <xref linkend="tab-key-index"/>. 356 </para> 357 358 <para> 359 360 <table id="tab-key-index"> 356 361 <title>Most common message index keys</title> 357 362 <tgroup cols="2"> … … 586 591 <para> 587 592 588 <table >593 <table id="tab-key-pager"> 589 594 <title>Most common pager keys</title> 590 595 <tgroup cols="2"> … … 611 616 612 617 <para> 613 In addition, many of the functions from the <emphasis>index</emphasis> are available in 618 In addition to key bindings in <xref linkend="tab-key-pager"/>, 619 many of the functions from the <emphasis>index</emphasis> are available in 614 620 the pager, such as <emphasis>delete-message</emphasis> or <emphasis>copy-message</emphasis> (this is one 615 621 advantage over using an external pager to view messages). … … 688 694 <para> 689 695 When the mailbox is <link linkend="sort">sorted</link> by <emphasis>threads</emphasis>, there are 690 a few additional functions available in the <emphasis>index</emphasis> and <emphasis>pager</emphasis> modes. 691 </para> 692 693 <para> 694 695 <table> 696 a few additional functions available in the <emphasis>index</emphasis> and <emphasis>pager</emphasis> modes 697 as shown in <xref linkend="tab-key-threads"/>. 698 </para> 699 700 <para> 701 702 <table id="tab-key-threads"> 696 703 <title>Most common thread mode keys</title> 697 704 <tgroup cols="3"> … … 932 939 933 940 <para> 934 The following bindings are available in the <emphasis>index</emphasis> for sending935 messages.936 </para> 937 938 <para> 939 940 <table >941 The bindings shown in <xref linkend="tab-key-send"/> are available in the 942 <emphasis>index</emphasis> for sending messages. 943 </para> 944 945 <para> 946 947 <table id="tab-key-send"> 941 948 <title>Most common mail sending keys</title> 942 949 <tgroup cols="3"> … … 992 999 <para> 993 1000 Once you have finished editing the body of your mail message, you are 994 returned to the <emphasis>compose</emphasis> menu. The following functions are available: 995 </para> 996 997 <para> 998 999 <table> 1001 returned to the <emphasis>compose</emphasis> menu providing the functions 1002 show in <xref linkend="tab-func-compose"/>. 1003 </para> 1004 1005 <para> 1006 1007 <table id="tab-func-compose"> 1000 1008 <title>Most common compose menu keys</title> 1001 1009 <tgroup cols="3"> … … 1124 1132 1125 1133 <para> 1126 The flags sequence (%f) will expand to one of the following flags: 1127 1128 <table> 1134 The flags sequence (%f) will expand to one of the flags in 1135 <xref linkend="tab-pgp-menuflags"/>. 1136 1137 <table id="tab-pgp-menuflags"> 1129 1138 <title>PGP key menu flags</title> 1130 1139 <tgroup cols="2"> … … 1321 1330 they were the message's original recipients. Forwarding a message, on 1322 1331 the other hand, allows you to modify the message before it is resent 1323 (for example, by adding your own comments). 1324 </para> 1325 1326 <para> 1327 The following keys are bound by default: 1328 </para> 1329 1330 <para> 1331 1332 <table> 1332 (for example, by adding your own comments). The default key bindings 1333 are shown in <xref linkend="tab-key-fwd"/>. 1334 </para> 1335 1336 <para> 1337 1338 <table id="tab-key-fwd"> 1333 1339 <title>Message forwarding/bouncing keys</title> 1334 1340 <tgroup cols="3"> … … 1801 1807 equivalent. An alternative form is to specify the key as a three digit 1802 1808 octal number prefixed with a ``\'' (for example <emphasis>\177</emphasis> is 1803 equivalent to <emphasis>\c?</emphasis>). 1804 </para> 1805 1806 <para> 1807 In addition, <emphasis>key</emphasis> may consist of: 1808 </para> 1809 1810 <para> 1811 1812 <table> 1809 equivalent to <emphasis>\c?</emphasis>). In addition, <emphasis>key</emphasis> may 1810 be a symbolic name as shown in <xref linkend="tab-key-names"/>. 1811 </para> 1812 1813 <para> 1814 1815 <table id="tab-key-names"> 1813 1816 <title>Symbolic key names</title> 1814 1817 <tgroup cols="2"> … … 3779 3782 <para> 3780 3783 Many of Mutt's commands allow you to specify a pattern to match 3781 (limit, tag-pattern, delete-pattern, etc.). There are several ways to select3782 messages: 3783 </para> 3784 3785 <para> 3786 3787 <table >3784 (limit, tag-pattern, delete-pattern, etc.). <xref linkend="tab-patterns"/> 3785 shows several ways select messages. 3786 </para> 3787 3788 <para> 3789 3790 <table id="tab-patterns"> 3788 3791 <title>Pattern modifiers</title> 3789 3792 <tgroup cols="2">
