Difference between revisions of "Ansi-term"
Jump to navigation
Jump to search
(Created page with "ansi-term is a terminal-emulator builtin in Emacs. It has a very good emulation support and can even run and display correctly Emacs. To try it out, run <code>ansi-term</code...") |
m (typo + link) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | ansi-term | + | {{Package |
+ | |name=ansi-term | ||
+ | |description=Terminal emulator with in Emacs | ||
+ | |maintainer=[[FSF]] | ||
+ | |source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/term.el | ||
+ | |in_emacs=yes | ||
+ | |Development status=active | ||
+ | }} | ||
− | + | '''ansi-term''' is a terminal-emulator builtin in Emacs. ansi-term is | |
+ | enhancement of [[term]]. It has a very good emulation support and can | ||
+ | even run and display Emacs correctly, i.e., Emacs session within another Emacs session . | ||
+ | |||
+ | ==Usage== | ||
+ | Just do {{Command|ansi-term}}. A shell will be opened in the current [[window]] | ||
+ | with a [[buffer]] named {{Buffer|*ansi-term*}}. | ||
+ | |||
+ | ==See Also== | ||
+ | * [[term]] | ||
+ | * [[eshell]] | ||
+ | * [[shell]] | ||
+ | |||
+ | [[Category:Terminal Emulator]] |
Latest revision as of 14:04, 31 March 2012
Description | Terminal emulator with in Emacs |
---|---|
Author | name of author |
Maintainer | FSF |
Source | http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/term.el |
Part of Emacs | yes |
ansi-term is a terminal-emulator builtin in Emacs. ansi-term is enhancement of term. It has a very good emulation support and can even run and display Emacs correctly, i.e., Emacs session within another Emacs session .
Usage
Just do M-x ansi-term. A shell will be opened in the current window with a buffer named "*ansi-term*".