all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Run Screen in Emacs
@ 2007-08-26 11:59 Leo
  2007-08-26 12:49 ` Michaël Cadilhac
  0 siblings, 1 reply; 5+ messages in thread
From: Leo @ 2007-08-26 11:59 UTC (permalink / raw)
  To: help-gnu-emacs

Hi there,

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?

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

         Gnus is one component of the Emacs operating system.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Run Screen in Emacs
  2007-08-26 11:59 Leo
@ 2007-08-26 12:49 ` Michaël Cadilhac
  0 siblings, 0 replies; 5+ messages in thread
From: Michaël Cadilhac @ 2007-08-26 12:49 UTC (permalink / raw)
  To: Leo; +Cc: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 593 bytes --]

Leo <sdl.web@gmail.com> writes:

> Hi there,
>
> 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?

What's your config?  It works on my laptop.

-- 
 |   Michaël `Micha' Cadilhac       |  Le docteur : Je panse donc j'essuie,  |
 |   http://michael.cadilhac.name   |  Le voleur aillant trop avoué :        |
 |   JID/MSN:                       |     J'épenche donc je fuis.            |
 `----  michael.cadilhac@gmail.com  |                                   -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Run Screen in Emacs
       [not found] <mailman.5350.1188129637.32220.help-gnu-emacs@gnu.org>
@ 2007-08-26 12:58 ` Emilio Lopes
  2007-09-03 22:06 ` Exal de Jesus Garcia Carrillo
  1 sibling, 0 replies; 5+ messages in thread
From: Emilio Lopes @ 2007-08-26 12:58 UTC (permalink / raw)
  To: help-gnu-emacs

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, Germany

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Run Screen in Emacs
       [not found] <mailman.5350.1188129637.32220.help-gnu-emacs@gnu.org>
  2007-08-26 12:58 ` Run Screen in Emacs Emilio Lopes
@ 2007-09-03 22:06 ` Exal de Jesus Garcia Carrillo
  2007-09-03 23:26   ` Unknown
  1 sibling, 1 reply; 5+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2007-09-03 22:06 UTC (permalink / raw)
  To: help-gnu-emacs

-----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-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Run Screen in Emacs
  2007-09-03 22:06 ` Exal de Jesus Garcia Carrillo
@ 2007-09-03 23:26   ` Unknown
  0 siblings, 0 replies; 5+ messages in thread
From: Unknown @ 2007-09-03 23:26 UTC (permalink / raw)
  To: help-gnu-emacs

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/pidgin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-09-03 23:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5350.1188129637.32220.help-gnu-emacs@gnu.org>
2007-08-26 12:58 ` Run Screen in Emacs Emilio Lopes
2007-09-03 22:06 ` Exal de Jesus Garcia Carrillo
2007-09-03 23:26   ` Unknown
2007-08-26 11:59 Leo
2007-08-26 12:49 ` Michaël Cadilhac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.