1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
emacs/lisp/eshell
John Wiegley 6995786da5 (eshell-modify-global-environment): Added this customization variable,
which will cause any "export" commands within any eshell buffer to
modify the global Emacs environment.  It defaults to nil, which means
that such commands will only modify that Eshell buffer's environment.
(eshell-var-initialize): Initialize `eshell-modify-global-environment'.
2002-05-03 20:43:53 +00:00
..
.gitignore Ignore esh-groups.el. 2002-04-01 20:44:41 +00:00
em-alias.el (eshell-alias-initialize): Do not use make-local-hook. 2002-02-16 09:36:43 +00:00
em-banner.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
em-basic.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
em-cmpl.el (eshell-command-completions-alist): Improved default completion 2002-05-03 20:42:32 +00:00
em-dirs.el (eshell-dirs-initialize): Do not use make-local-hook. 2002-02-16 09:38:26 +00:00
em-glob.el (eshell-glob-initialize): Do not use make-local-hook. 2002-02-16 09:38:46 +00:00
em-hist.el (eshell-hist-initialize): Do not use make-local-hook. 2002-02-16 09:39:14 +00:00
em-ls.el (various face definitions): Use :weight, not :bold. 2001-12-31 20:44:44 +00:00
em-pred.el (eshell-pred-initialize): Do not use make-local-hook. 2002-02-16 09:39:56 +00:00
em-prompt.el (eshell-prompt-initialize): Do not use make-local-hook. 2002-02-16 09:40:19 +00:00
em-rebind.el (eshell-rebind-initialize): Do not use make-local-hook. 2002-02-16 09:40:40 +00:00
em-script.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
em-smart.el (eshell-smart-initialize): Do not use make-local-hook. 2002-02-16 09:41:11 +00:00
em-term.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
em-unix.el (eshell-unix-initialize): Do not use make-local-hook. 2002-02-16 09:41:35 +00:00
em-xtra.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
esh-arg.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
esh-cmd.el (eshell-cmd-initialize): Do not use make-local-hook. 2002-02-16 09:42:11 +00:00
esh-ext.el (eshell-script-interpreter): Fix for CRLF operating systems to the 2002-04-12 20:11:06 +00:00
esh-io.el (eshell-io-initialize): Do not use make-local-hook. 2002-02-16 09:42:53 +00:00
esh-maint.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
esh-mode.el (eshell-mode): Do not use make-local-hook. 2002-02-16 09:43:17 +00:00
esh-module.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
esh-opt.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
esh-proc.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
esh-test.el (eshell-show-usage-metrics): Do not use make-local-hook. 2002-02-16 09:43:38 +00:00
esh-util.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
esh-var.el (eshell-modify-global-environment): Added this customization variable, 2002-05-03 20:43:53 +00:00
eshell.el (eshell-command): Before reading from the minibuffer, add 2002-02-16 07:10:35 +00:00