help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Two questions....


From: Holger Sparr
Subject: Re: Two questions....
Date: Mon, 02 Jun 2003 10:22:07 +0200
User-agent: Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.3 (gnu/linux)

On Mon, 2 Jun 2003, Urban Gabor wrote:
> 1. I would like to set up an Emacs-variable, that stores the
> contents of an environment variable. The reason is, tha I
> want to insert the $(HOSTNAME) into edited files with one
> keystroke... 

You can use:

,----[ C-h f getenv RET ]
| getenv is an interactive compiled Lisp function in `env'.
| (getenv VARIABLE)
| 
| Get the value of environment variable VARIABLE.
| VARIABLE should be a string.  Value is nil if VARIABLE is undefined in
| the environment.  Otherwise, value is a string.
| 
| This function consults the variable `process-environment'
| for its value.
`----



-- 


reply via email to

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