|
|
 |
|
 |
|
On Sun, 26 Aug 2007 14:58:54 +0200, Emilio Lopes <...@gmx.net> wrote:
Leo writes:
> How can I run 'screen' in Emacs? I tried it with ansi-term and the
> error is:
> ,----
> | Cannot find terminfo entry for 'eterm-color'.
> `----
> Ideas?
From the NEWS file:
** The Emacs terminal emulation in term.el uses a different terminfo name.
The Emacs terminal emulation in term.el now uses "eterm-color" as its
terminfo name, since term.el now supports color.
As the error message says, your system has no terminal description for
"eterm-color". You can either add it (using 'etc/termcap.src') or try
to set the environment variable TERM to something simple as "vt100" or
"vt220". Or maybe your system already has an entry for "eterm"? You
could simply use it in this case.
--
Emílio C. Lopes
Munich, GermanyLeo writes:
> How can I run 'screen' in Emacs? I tried it with ansi-term and the
> error is:
> ,----
> | Cannot find terminfo entry for 'eterm-color'.
> `----
> Ideas?
From the NEWS file:
** The Emacs terminal emulation in term.el uses a different terminfo name.
The Emacs terminal emulation in term.el now uses "eterm-color" as its
terminfo name, since term.el now supports color.
As the error message says, your system has no terminal description for
"eterm-color". You can either add it (using 'etc/termcap.src') or try
to set the environment variable TERM to something simple as "vt100" or
"vt220". Or maybe your system already has an entry for "eterm"? You
could simply use it in this case.
--
Emílio C. Lopes
Munich, Germany
|
|
 |
|
 |
 |
|
 |
|
On Mon, 03 Sep 2007 17:06:36 -0500, Exal de Jesus Garcia Carrillo <...@gnu.org> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Leo em gnu.emacs.help escreveu :
> Hi there,
>
> How can I run 'screen' in Emacs?
I can run perfectly screen with:
,----
| M-x ansi-term RET /bin/bash RET screen
`----
- --
Spam protection:
In my e-mail remplace the words `no-spam' with `exal'.
.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>
iD8DBQFG3IVroZmxoVJRtGIRAiOIAJ0XihNy/0zo7v62RMyLBWSO7e0WTwCfQcPg
70KFQbBBKn/q5UNMKi9ChGc=
=CGMI
-----END PGP SIGNATURE----------BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Leo em gnu.emacs.help escreveu :
> Hi there,
>
> How can I run 'screen' in Emacs?
I can run perfectly screen with:
,----
| M-x ansi-term RET /bin/bash RET screen
`----
- --
Spam protection:
In my e-mail remplace the words `no-spam' with `exal'.
.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>
iD8DBQFG3IVroZmxoVJRtGIRAiOIAJ0XihNy/0zo7v62RMyLBWSO7e0WTwCfQcPg
70KFQbBBKn/q5UNMKi9ChGc=
=CGMI
-----END PGP SIGNATURE-----
|
|
 |
|
 |
 |
|
 |
|
On Mon, 03 Sep 2007 19:26:31 -0400, Michael Trausch <"mike|s/\\x40/\\./g;s/|.*|/\\x40/g;|trausch"@us> wrote:
Exal de Jesus Garcia Carrillo, on 09/03/2007 06:06 PM said:
> Leo em gnu.emacs.help escreveu :
>
>> Hi there,
>
>> How can I run 'screen' in Emacs?
>
>
> I can run perfectly screen with:
>
> ,----
> | M-x ansi-term RET /bin/bash RET screen
> `----
>
*jaw drops*
I have always used M-x shell RET, which hasn't served my needs very well...
Now, I don't think I have to ever leave Emacs again... Well, save for
the other applications that I use. All the same, this is awesome!
-- Mike
--
Michael B. Trausch http://www.trausch.us/
Pidgin 2.1.1 and plugins for Ubuntu Feisty!
(And Thunderbird 2.0.0.6, too!) http://www.trausch.us/pidginExal de Jesus Garcia Carrillo, on 09/03/2007 06:06 PM said:
> Leo em gnu.emacs.help escreveu :
>
>> Hi there,
>
>> How can I run 'screen' in Emacs?
>
>
> I can run perfectly screen with:
>
> ,----
> | M-x ansi-term RET /bin/bash RET screen
> `----
>
*jaw drops*
I have always used M-x shell RET, which hasn't served my needs very well...
Now, I don't think I have to ever leave Emacs again... Well, save for
the other applications that I use. All the same, this is awesome!
-- Mike
--
Michael B. Trausch http://www.trausch.us/
Pidgin 2.1.1 and plugins for Ubuntu Feisty!
(And Thunderbird 2.0.0.6, too!) http://www.trausch.us/pidgin
|
|
 |
|
 |
|
|