Changeset 209
- Timestamp:
- 11/05/02 17:40:42 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/doc/commands.html
r2 r209 276 276 <li><a href="commands.html#sendMailTab">sendMailTab</a></li> 277 277 <li><a href="commands.html#setEncoding">setEncoding</a></li> 278 <li><a href="commands.html#shellCommand">shellCommand</a></li> 278 279 <li><a href="commands.html#shellEscape">shellEscape</a></li> 279 280 <li><a href="commands.html#shellHome">shellHome</a></li> … … 3672 3673 </dl><!--<hr>--> 3673 3674 3675 <a name="shellCommand">shellCommand</a><dl><dd> 3676 <p> 3677 Prompts for a shell command and then executes that command using /bin/sh. The 3678 output of the command (if any) is presented in a transient output buffer. 3679 <p> 3680 The specified shell command is executed in the editor's current directory, 3681 which is normally the parent directory of the file associated with the current 3682 buffer, or the user's home directory if the current file is remote or if there 3683 is no file associated with the current buffer. 3684 <p> 3685 <b>Default key mapping:</b> None 3686 <br><br> 3687 </dl><!--<hr>--> 3688 3674 3689 <a name="shellEscape">shellEscape</a><dl><dd> 3675 3690 <p> … … 3677 3692 caret is on the command line, clears any text past the end of the command 3678 3693 prompt and moves the caret to the end of the prompt. 3679 < br><br>3694 <p> 3680 3695 <b>Default key mapping:</b> Escape in Shell mode 3681 3696 <br><br> … … 3687 3702 is to the right of the prompt, moves the caret to the end of prompt. Otherwise, 3688 3703 moves the caret to the beginning of the current line. 3689 < br><br>3704 <p> 3690 3705 <b>Default key mapping:</b> Home in Shell mode 3691 3706 <br><br>
Note: See TracChangeset
for help on using the changeset viewer.