all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
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: Mon, 19 Nov 2007 00:39:59 +0100	[thread overview]
Message-ID: <4BC4E13E-8EA4-4A96-A730-C02B4F4212B7@Web.DE> (raw)
In-Reply-To: <44e4f8cf-66d9-4c47-a637-9c91a6b7034a@b36g2000hsa.googlegroups.com>


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	other threads:[~2007-11-18 23:39 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
     [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 [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BC4E13E-8EA4-4A96-A730-C02B4F4212B7@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.
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.