Gnus development mailing list
 help / color / mirror / Atom feed
From: Manoj Srivastava <srivasta@acm.org>
Subject: Re: Wrong type argument: stringp when Generating cus-load.el
Date: Thu, 07 Nov 2002 20:02:24 -0600	[thread overview]
Message-ID: <87znskes3z.fsf@glaurung.green-gryphon.com> (raw)
In-Reply-To: <yotld6phm320.fsf@jpl.org> (Katsumi Yamaoka's message of "Fri, 08 Nov 2002 07:24:07 +0900")

>>"Katsumi" == Katsumi Yamaoka <yamaoka@jpl.org> writes:

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

 >> --- 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)

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

	I can confirm that that patch does indeed allow Gnus to be
 compiled on a Debian system.

	manoj
-- 
 "Don't drop acid, take it pass-fail!" Bryan Michael Wendt
Manoj Srivastava   <srivasta@acm.org>  <http://www.datasync.com/%7Esrivasta/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



      reply	other threads:[~2002-11-08  2:02 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
2002-11-08  2:02                       ` Manoj Srivastava [this message]

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=87znskes3z.fsf@glaurung.green-gryphon.com \
    --to=srivasta@acm.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).