From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: errors in cus-load.el ? Date: 13 Feb 2002 15:33:33 +0100 Message-ID: <5xwuxh78oy.fsf@kfs2.cua.dk> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013611479 8707 195.204.10.66 (13 Feb 2002 14:44:39 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 13 Feb 2002 14:44:39 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16b0eF-0002GF-00 for ; Wed, 13 Feb 2002 15:44:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16b0TN-0005Cy-00; Wed, 13 Feb 2002 09:33:25 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16b0SN-0004ra-00 for ; Wed, 13 Feb 2002 09:32:24 -0500 Original-Received: from kfs2.cua.dk.cua.dk (kfs2.local.filanet.dk [192.168.1.182]) by mail.filanet.dk (Postfix) with SMTP id DE76B7C04C for ; Wed, 13 Feb 2002 14:32:20 +0000 (GMT) Original-To: emacs-devel@gnu.org Original-Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1066 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1066 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 _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel