If the value of a defcustom with ":type '(choices ...)" has a bad value then the choice menu is unavailable. Try the following for example:

(defcustom xhtml-help-refurl "ttp://www.site1.com/"
 "Web url to get references from."
 :type '(choice (const "http://www.site1.com/";)
                (const "http://www.site2.com//";)
                ))



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to