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: Fri, 16 Nov 2007 23:17:04 +0100


Am 16.11.2007 um 03:20 schrieb LeAnthony:

I start slime and get e"macs: Terminal type "dumb" is
not powerful enough to run Emacs."

PuTTY can be considered an xterm emulation. So it might help to put into your ~/.profile file something like

        TERM=`tset - -Q`
        export TERM

tset tries to determine in which terminal emulation it is running. This is recorded in the TERM environment variable. GNU Emacs uses this to determine whether it can run in this environment.

If this fails, then set in ~/.profile TERM to xterm or xterm-color and export the variable when logged in via ssh/PuTTY.

--
Greetings

  Pete

IMBECILITY, n. A kind of divine inspiration, or sacred fire affecting censorious critics of this dictionary.
                   -- Ambrose Bierce: _The Devil's Dictionary_






reply via email to

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