
editor_command
--------------

   Type: string
   Default: (unset)

   The value of this variable is used as a shell command to start your
   favourite editor. However, slrn will prefer the more specific
   variables - there is one for each case in which an editor is needed:

   Posting an article or a followup:
          slrn uses post_editor_command

   Replying by mail:
          slrn uses mail_editor_command

   Editing a score file:
          slrn uses score_editor_command

   editor_command is a kind of fall-back if the more specific editor
   command is not set. If editor_command is empty, slrn looks at
   [70]$SLRN_EDITOR et al.

   The following % escapes can be used:

%s    name of the file to edit
%d    number of the first line of the message body

   If no escapes are found, the filename is simply appended to the
   specified command.

Example: set editor_command "jed '%s' -g %d -tmp"

   See also: editor_uses_mime_charset

-- 
(C) Matthias Friedrich <mafr@topmail.de> and Thomas Schultz <tststs@gmx.de>.
The complete manual can be found at <htp://slrn.sourceforge.net/manual/>.
