help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs "dumb" terminal question.


From: Peter Dyballa
Subject: Re: Emacs "dumb" terminal question.
Date: Mon, 19 Nov 2007 00:39:59 +0100


Am 17.11.2007 um 20:16 schrieb LeAnthony:

So I think  that
emacs should be OK with this setting to run SLIME?  I run emacs and
start slime and get the same message.
"emacs: Terminal type dumb..."

I have no idea what slime is (a green jelly from childhood?) and what it needs.

Since GNU Emacs reports "Terminal type dumb" it obviously has not read the TERM environment variable. Or some ELisp code resets it to the dumb value.

        (getenv "TERM")

in *scratch* buffer when evaluated (for example by C-j at the statement's end) should write (echo, copy) into the buffer the value of TERM from the environment GNU Emacs saw when it was launched from it. You can try to cheat GNU Emacs with

        (setenv "TERM" "xterm")

applied in *scratch* buffer or from ~/.emacs.

--
Greetings

  Pete

With Capitalism man exploits man. With communism it's the exact opposite.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]