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

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

Working with constansts


From: Decebal
Subject: Working with constansts
Date: Sun, 10 May 2009 08:25:56 -0700 (PDT)
User-agent: G2/1.0

I would like to work with constants in my elisp code. I thought that I
could do this with defconst, but that doen not work.
After:
    (defconst dummy "testing")
The variable dummy has the value "testing".
But after:
    (setq dummy "changed")
The variable dummy has the value "changed".
What am I doing wrong.
I am working with 'myself compiled Emacs 22.3.


reply via email to

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