Searched +refs:meta +refs:end +refs:environment +refs:regexp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-var.el46 ;; Interval the value of an environment variable, or a Lisp variable
132 "*If non-nil, prefer Lisp variables to environment variables."
141 (defcustom eshell-modify-global-environment nil
142 "*If non-nil, using `export' changes Emacs's global environment."
146 (defcustom eshell-variable-name-regexp "[A-Za-z0-9_-]+"
147 "*A regexp identifying what constitutes a variable name reference.
151 :type 'regexp
196 (choice (const :tag "Copy to environment" t)
206 ;; Break the association with our parent's environment. Otherwise,
208 (unless eshell-modify-global-environment
[all...]

Completed in 139 milliseconds