Difference between revisions of "Shell"

From WikEmacs
Jump to navigation Jump to search
(Created page with "'''Shell''' is a command-line interpreter that provides text user interface for an Operating System. User can use shell inside Emacs, with '''shell mode''', '''eshe...")
 
(as a fead)
Line 11: Line 11:
  
 
== term ==
 
== term ==
in this mode, Emacs emulate a terminal, then Emacs create a shell that you choose with the terminal.
+
in this mode, Emacs emulate a terminal, then Emacs invoke a shell that you choose,  then link to the terminal.

Revision as of 11:30, 29 March 2012

Shell is a command-line interpreter that provides text user interface for an Operating System.


User can use shell inside Emacs, with shell mode, eshell or term.

shell mode

in this mode, Emacs run an inferior shell, with I/O through buffer (default to *shell*).

eshell

in this mode, Emacs emulate a shell. It is writen by Emacs Lisp.

term

in this mode, Emacs emulate a terminal, then Emacs invoke a shell that you choose, then link to the terminal.