From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: LeAnthony <LeAnthonyRN@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs "dumb" terminal question.
Date: Fri, 16 Nov 2007 23:17:04 +0100 [thread overview]
Message-ID: <74A5A193-CDDD-42C4-A50F-FFE8BEB28B5C@Web.DE> (raw)
In-Reply-To: <583e2802-7d69-4d0a-a297-718b5809b91e@f3g2000hsg.googlegroups.com>
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_
next prev parent reply other threads:[~2007-11-16 22:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-16 2:20 Emacs "dumb" terminal question LeAnthony
2007-11-16 22:17 ` Peter Dyballa [this message]
[not found] ` <mailman.3692.1195251433.18990.help-gnu-emacs@gnu.org>
2007-11-17 11:03 ` LeAnthony
2007-11-17 13:45 ` Peter Dyballa
[not found] ` <mailman.3711.1195307157.18990.help-gnu-emacs@gnu.org>
2007-11-17 19:16 ` LeAnthony
2007-11-18 23:39 ` Peter Dyballa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=74A5A193-CDDD-42C4-A50F-FFE8BEB28B5C@Web.DE \
--to=peter_dyballa@web.de \
--cc=LeAnthonyRN@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).