all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ange-ftp sets TERM=dumb in both its subprocess and emacs' main process
@ 2003-12-23 22:28 Arturo García Ares
  2003-12-24 18:58 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Arturo García Ares @ 2003-12-23 22:28 UTC (permalink / raw)


Hello,

I'm having the following problem: if I start emacs with the command
line:

	$ emacs -l /ftp@host:.emacs

(that's the method I use to run emacs with my own config from a
'foreign' environment, substituting host for the real name)

then the TERM environment variable that the ftp-loaded .emacs sees is
"dumb" instead of the original setting, and that screws my config. I
understand that ange-ftp has to set TERM=dumb in it's own process to
keep the ftp client from cluttering the output with escape sequences,
but I see that it's also setting TERM=dumb in the main emacs process
(well, the truth is that only process-environment is changed, *not* the
real process environment).

Don't really know if this is a feature or a bug; in case it's a
well-known feature, I apology for wasting your time, but then I would
like to know how to reach the original TERM setting from within my
.emacs loaded via ange-ftp.

The emacs version I'm using is "GNU Emacs 21.3.1", as reported by 'emacs
-version'.

Arturo

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

end of thread, other threads:[~2003-12-25  6:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-23 22:28 ange-ftp sets TERM=dumb in both its subprocess and emacs' main process Arturo García Ares
2003-12-24 18:58 ` Kevin Rodgers
2003-12-25  6:22   ` Arturo García Ares

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.