emacs-devel
[Top][All Lists]
Advanced

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

Re: byte compiling defcustom


From: Luc Teirlinck
Subject: Re: byte compiling defcustom
Date: Sat, 17 Nov 2007 14:05:47 -0600 (CST)

   I wouldn't want to speculate, how can one check for that? I don't know
   how to use "Show Saved Lisp Expression", and it seems that the "Custom"
   menu in a customize buffer does not work

Maybe much better example than the one I gave before (I am not really
that familiar with byte optimization):

(defcustom stupid (if t (+ 1 1)) "Silly doc")

With this example the shown value should be 2, but "Show Saved Lisp
Expression" should show the value as:

(if t (+ 1 1))

Sincerely,

Luc Teirlinck.




reply via email to

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