Ignore:
Timestamp:
11/05/02 17:40:42 (21 years ago)
Author:
piso
Message:

shellCommand

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/doc/commands.html

    r2 r209  
    276276    <li><a href="commands.html#sendMailTab">sendMailTab</a></li>
    277277    <li><a href="commands.html#setEncoding">setEncoding</a></li>
     278    <li><a href="commands.html#shellCommand">shellCommand</a></li>
    278279    <li><a href="commands.html#shellEscape">shellEscape</a></li>
    279280    <li><a href="commands.html#shellHome">shellHome</a></li>
     
    36723673</dl><!--<hr>-->
    36733674
     3675<a name="shellCommand">shellCommand</a><dl><dd>
     3676<p>
     3677Prompts for a shell command and then executes that command using /bin/sh. The
     3678output of the command (if any) is presented in a transient output buffer.
     3679<p>
     3680The specified shell command is executed in the editor's current directory,
     3681which is normally the parent directory of the file associated with the current
     3682buffer, or the user's home directory if the current file is remote or if there
     3683is no file associated with the current buffer.
     3684<p>
     3685<b>Default key mapping:</b> None
     3686<br><br>
     3687</dl><!--<hr>-->
     3688
    36743689<a name="shellEscape">shellEscape</a><dl><dd>
    36753690<p>
     
    36773692caret is on the command line, clears any text past the end of the command
    36783693prompt and moves the caret to the end of the prompt.
    3679 <br><br>
     3694<p>
    36803695<b>Default key mapping:</b> Escape in Shell mode
    36813696<br><br>
     
    36873702is to the right of the prompt, moves the caret to the end of prompt.  Otherwise,
    36883703moves the caret to the beginning of the current line.
    3689 <br><br>
     3704<p>
    36903705<b>Default key mapping:</b> Home in Shell mode
    36913706<br><br>
Note: See TracChangeset for help on using the changeset viewer.