all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GNU Screen inside Emacs?
@ 2010-04-09  7:23 joakim
  2010-04-09  7:54 ` Thierry Volpiatto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: joakim @ 2010-04-09  7:23 UTC (permalink / raw)
  To: Emacs development discussions

I would like to connect to long running remote ssh commands inside Emacs
shells. Normaly one uses Gnu Screen for this, but Screen doesnt work
inside an Emacs shell. I could use a Emacs terminal, but thats
inconvenient.

Currently I try using starting this command inside an emacs shell
session:

TERM=xterm screen

I need to trick screen since it doesnt want to run in a "dumb" terminal
since it needs terminal erase for standard operation. This trick works a
little bit, but color escapes look weird, and so on, and its not the
right solution.

Ok, so something somewhere must change for this to work like I want, I'm
not just sure where, which is why I ask here. What soultion would be
most Emacsy?

- patch Screen so it works sufficiently in dumb terminals?
- patch the Emacs shell so its not "dumb" but maps some particular
  escapes to emacs commands?
- something else altogether involving writing a much dumber screen
  replacement, perhaps involving nohup, or disown.
- using emacs in demon mode and some kind of emacs buffer sync package
  between 2 instances. Overkill but interesting.

-- 
Joakim Verona




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

end of thread, other threads:[~2010-04-10  1:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09  7:23 GNU Screen inside Emacs? joakim
2010-04-09  7:54 ` Thierry Volpiatto
2010-04-09  8:14 ` joakim
2010-04-10  1:16 ` Stefan Monnier

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.