Gnus development mailing list
 help / color / mirror / Atom feed
* custom-make-dependencies Fails
@ 2002-12-04 15:31 Itai Zukerman
  2002-12-04 22:31 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Itai Zukerman @ 2002-12-04 15:31 UTC (permalink / raw)


Part of the build system I'm using requires running

  emacs -batch -l /usr/share/emacs/21.2/lisp/cus-dep.el -f custom-make-dependencies .

in lisp/ (this is, essentially, from dgnushack-make-cus-load).
Unfortunately it fails with

  Wrong type argument: stringp, (mm-inline-text-html-with-images custom-variable)

I've traced the problem to

                  ;; So x and no-x builds won't differ.
                  (setq members (sort members 'string<))

in custom-make-dependencies.  This is from Debian's emacs21 21.2-5.

Any suggestions?  I'm *this* close to filing a bug against Debian's
emacs21, but thought I'd check here first.

-- 
Itai Zukerman  "Death may be likely..."  <http://www.math-hat.com/~zukerman/>



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: custom-make-dependencies Fails
  2002-12-04 15:31 custom-make-dependencies Fails Itai Zukerman
@ 2002-12-04 22:31 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2002-12-04 22:31 UTC (permalink / raw)
  Cc: ding

>>>>> In <87y975u7f6.fsf@pip.dynamiclogic.com>
>>>>>	Itai Zukerman <zukerman@math-hat.com> wrote:

> Wrong type argument: stringp, (mm-inline-text-html-with-images custom-variable)

> I've traced the problem to

>                   ;; So x and no-x builds won't differ.
>                   (setq members (sort members 'string<))

> in custom-make-dependencies.  This is from Debian's emacs21 21.2-5.

Remove those two lines and byte-compile cus-dep.el.  This is
Debian's bug.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-04 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-04 15:31 custom-make-dependencies Fails Itai Zukerman
2002-12-04 22:31 ` Katsumi Yamaoka

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