From e7bcc3374586f2449431d104a755a4dae54b6146 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Fri, 14 Jul 2006 00:20:05 +0000 Subject: [PATCH] Improved history documentation (modified for clarity). --- doc/manual.xml.head | 69 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 58 insertions(+), 11 deletions(-) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index f95e751b..186438c2 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -229,10 +229,15 @@ showing the common keys used to navigate menus in Mutt. Editing Input Fields + +Introduction + -Mutt has a builtin line editor which is used as the primary way to input -textual data such as email addresses or filenames. The keys used to move -around while editing are very similar to those of Emacs. +Mutt has a built-in line editor for inputting text, e.g. email +addresses or filenames. The keys used to manipulate text input are +very similar to those of Emacs. See the following table for a full +reference of available functions, their default key bindings, and +short descriptions. @@ -274,15 +279,57 @@ around while editing are very similar to those of Emacs. You can remap the editor functions using the -bind -command. For example, to make the Delete key delete the character in -front of the cursor rather than under, you could use +bind command. For example, to make +the Delete key delete the character in front of +the cursor rather than under, you could use + + + +bind editor <delete> backspace + + + + + +History + + +The number of items in the built-in editor's history is controlled by +the $history variable. You may +cycle through them at an editor prompt by using the +history-up and/or history-down +commands. + + + +Mutt maintains several distinct history lists, one for each of the +following categories: + + + + +muttrc commands +addresses and aliases +shell commands +filenames +patterns +everything else + + + + +Mutt automatically filters out repeated items from the history. It +also mimics the behaviour of some shells by ignoring items starting +with a space. -bind editor <delete> backspace +The latter feature can be useful in macros to not clobber the history's +valuable entries with unwanted entries. + + @@ -1123,7 +1170,7 @@ of which the latest appears to be called 2.9b23. To use it, you'll have to obey certain restrictions. Most important, you cannot use the Cc and Bcc headers. To tell Mutt to use mixmaster, you have to select a remailer chain, using -the mix function on the compose menu. +the mix function on the compose menu. @@ -1779,7 +1826,7 @@ which is shown in the help screens. Note: Macro definitions (if any) listed in the help screen(s), are -silently truncated at the screen width, and are not wrapped. +silently truncated at the screen width, and are not wrapped. @@ -4850,7 +4897,7 @@ audio/x-aiff aif aifc aiff A sample mime.types file comes with the Mutt distribution, and -should contain most of the MIME types you are likely to use. +should contain most of the MIME types you are likely to use. @@ -5129,7 +5176,7 @@ Mutt supports this from the attachment and compose menus. edit=<command> -This flag specifies the command to use to edit a specific MIME type. +This flag specifies the command to use to edit a specific MIME type. Mutt supports this from the compose menu, and also uses it to compose new attachments. Mutt will default to the defined editor for text attachments. -- 2.40.0