emacs-devel
[Top][All Lists]
Advanced

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

How to set and save a defcustom


From: Lennart Borgman (gmail)
Subject: How to set and save a defcustom
Date: Tue, 27 Feb 2007 22:18:16 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666

If I do something like this

  (customize-set-value 'xmlpe-css-hrefs hrefs)
  (customize-set-variable 'xmlpe-css-hrefs hrefs)
  (customize-save-variable 'xmlpe-css-hrefs hrefs)

and then

  M-x customize-option RET xmlpe-css-hrefs RET

then Custom says that the value is just "Set for current session only". It is actually saved. What is wrong here?




reply via email to

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