unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: no-spam@cua.dk (Kim F. Storm)
Subject: errors in cus-load.el ?
Date: 13 Feb 2002 15:33:33 +0100	[thread overview]
Message-ID: <5xwuxh78oy.fsf@kfs2.cua.dk> (raw)


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


             reply	other threads:[~2002-02-13 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-13 14:33 Kim F. Storm [this message]
2002-02-13 16:36 ` errors in cus-load.el ? Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5xwuxh78oy.fsf@kfs2.cua.dk \
    --to=no-spam@cua.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).