emacs-devel
[Top][All Lists]
Advanced

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

errors in cus-load.el ?


From: Kim F. Storm
Subject: errors in cus-load.el ?
Date: 13 Feb 2002 15:33:33 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

I was looking at cus-load.el, and there are some things in there which
I think might point to errors in other files:

1) Shouldn't the version number be a string in these settings?

(custom-put-if-not 'ange-ftp-passive-host-alist 'custom-version 21.3)
(custom-put-if-not 'ange-ftp-try-passive-mode 'custom-version 21.1)
(custom-put-if-not 'xscheme-start-hook 'custom-version 20.3)

The next questions may simply be answered by fixing the problems
caused by first question

2) Same question here: 

(defvar custom-versions-load-alist '((20.3 "xscheme") ... 
        (21.1 "ange-ftp") ("21.3" "replace")... (21.3 "ange-ftp") ...))

3) why does "ange-ftp" occur twice in this list

4) shouldn't "ange-ftp" be merged with "replace" in the "21.3" list.


-- 
Kim F. Storm  http://www.cua.dk




reply via email to

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