mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
f105f403d2
* lisp/env.el (setenv, getenv): Add optional terminal parameter. Update docs. (setenv): Handle `local-environment-variables'. (read-envvar-name): Also allow (and complete) local environment variables on the current terminal. * src/callproc.c: Include frame.h and termhooks.h, for terminal parameters. (Qenvironment): New constant. (Vlocal_environment_variables): New variable. (syms_of_callproc): Register and initialize them. (child_setup): Handle Vlocal_environment_variables. (getenv_internal): Add terminal parameter. Handle Vlocal_environment_variables. (Fgetenv_internal): Add terminal parameter. * src/termhooks.h (get_terminal_param): Declare. * src/Makefile.in (callproc.o): Update dependencies. * mac/makefile.MPW (callproc.c.x): Update dependencies. * lisp/termdev.el (terminal-id): Make parameter optional. (terminal-getenv, terminal-setenv, with-terminal-environment): Disable functions. * lisp/mule-cmds.el (set-locale-environment): Convert `terminal-getenv' calls to `getenv'. * lisp/rxvt.el (rxvt-set-background-mode): Ditto. * lisp/x-win.el (x-initialize-window-system): Ditto. * lisp/xterm.el (terminal-init-xterm): Ditto. * lisp/server.el (server-process-filter): Fix reference to the 'display frame parameter. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-461 |
||
---|---|---|
.. | ||
.gitignore | ||
ccl.el | ||
characters.el | ||
code-pages.el | ||
codepage.el | ||
encoded-kb.el | ||
fontset.el | ||
isearch-x.el | ||
iso-ascii.el | ||
iso-cvt.el | ||
iso-transl.el | ||
ja-dic-cnv.el | ||
ja-dic-utl.el | ||
kinsoku.el | ||
kkc.el | ||
latexenc.el | ||
latin1-disp.el | ||
latin-1.el | ||
latin-2.el | ||
latin-3.el | ||
latin-4.el | ||
latin-5.el | ||
latin-8.el | ||
latin-9.el | ||
mule-cmds.el | ||
mule-conf.el | ||
mule-diag.el | ||
mule-util.el | ||
mule.el | ||
ogonek.el | ||
quail.el | ||
subst-big5.el | ||
subst-gb2312.el | ||
subst-jis.el | ||
subst-ksc.el | ||
titdic-cnv.el | ||
ucs-tables.el | ||
utf-7.el | ||
utf-8.el | ||
utf-16.el |