Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: Andi Hechtbauer <anti@spin.de>, ding@gnus.org
Subject: Re: Wrong type argument: stringp when Generating cus-load.el
Date: Fri, 08 Nov 2002 07:24:07 +0900	[thread overview]
Message-ID: <yotld6phm320.fsf@jpl.org> (raw)
In-Reply-To: <yotlk7jpm3jz.fsf@jpl.org>

>>>>> In <yotlk7jpm3jz.fsf@jpl.org>
>>>>>	Katsumi Yamaoka <yamaoka@jpl.org> wrote:

> Here are the past record of cus-dep.el in Emacs CVS.

> --- cus-dep.el-20020917	2001-07-16 12:22:58 +0000
> +++ cus-dep.el-20020918	2002-09-18 16:01:21 +0000
> @@ -86,6 +86,8 @@
>  	      (let ((members (get symbol 'custom-group))
>  		    item where found)
>  		(when members
> +		  ;; So x and no-x builds won't differ.
> +		  (setq members (sort (copy-sequence members) 'string<))
>  		  (while members
>  		    (setq item (car (car members))
>  			  members (cdr members)

If Debian contains the 20020918 version of cus-dep.el, it seems
to be fixed by simply applying the above patch reverse.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2002-11-07 22:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-07  2:13 Andi Hechtbauer
2002-11-07  4:18 ` Katsumi Yamaoka
2002-11-07  8:14   ` Manoj Srivastava
2002-11-07  9:07     ` Katsumi Yamaoka
2002-11-07 11:59       ` Andi Hechtbauer
2002-11-07 12:14         ` Katsumi Yamaoka
2002-11-07 12:52           ` Andi Hechtbauer
2002-11-07 14:46             ` Katsumi Yamaoka
2002-11-07 18:48               ` Andi Hechtbauer
2002-11-07 19:04                 ` Rob Browning
2002-11-07 22:13                   ` Katsumi Yamaoka
2002-11-07 22:24                     ` Katsumi Yamaoka [this message]
2002-11-08  2:02                       ` Manoj Srivastava

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

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

  git send-email \
    --in-reply-to=yotld6phm320.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=anti@spin.de \
    --cc=ding@gnus.org \
    /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.
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 NNTP newsgroup(s).