emacs-devel
[Top][All Lists]
Advanced

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

Re: Post-22.1 development?


From: Richard Stallman
Subject: Re: Post-22.1 development?
Date: Thu, 14 Jun 2007 03:49:12 -0400

What do people think of this idea: make call-process and start-process
supply the values of the envvars TERM and DISPLAY from two variables,
term-environment-variable and display-environment-variable,
if they are not specified in process-environment.
These two variables would normally be frame-local, and in each frame,
they would have the right values for that frame's terminal.

This way, Lisp programs that bind TERM explicitly will work right.
However, in the future they could bind term-environment-variable and
display-environment-variable, instead of fussing with
process-environment.

Would someone like to check whether this gives good results all
around, for the Lisp code that operates on the environment?




reply via email to

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