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

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

Re: How change value of any variable at run time? (not just in .emacs w/


From: Joost Diepenmaat
Subject: Re: How change value of any variable at run time? (not just in .emacs w/ setq!)
Date: Wed, 17 Dec 2008 21:31:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"seberino@spawar.navy.mil" <seberino@spawar.navy.mil> writes:

> How change value of any variable at run time? (not just in .emacs)
>
> I can use setq in .emacs but I don't know about run time.

There's nothing but runtime in emacs lisp. In other words, you can use
setq anywhen (although some extensions rely on certain variables being
defined or undefined before loading).

If you want to experiment, type "M-x ielm" to get an interactive elisp
environment.

-- 
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/


reply via email to

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