From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47590 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Wrong type argument: stringp when Generating cus-load.el Date: Thu, 07 Nov 2002 23:46:03 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: References: <873cqdbxts.fsf@glaurung.green-gryphon.com> <87ptth35la.fsf@pod.hq.spin.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036680786 17411 80.91.224.249 (7 Nov 2002 14:53:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 14:53:06 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189nwX-0004BS-00 for ; Thu, 07 Nov 2002 15:47:37 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 189nx6-0005ci-00; Thu, 07 Nov 2002 08:48:12 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Nov 2002 08:48:58 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA15042 for ; Thu, 7 Nov 2002 08:48:40 -0600 (CST) Original-Received: (qmail 22555 invoked by alias); 7 Nov 2002 14:47:41 -0000 Original-Received: (qmail 22550 invoked from network); 7 Nov 2002 14:47:40 -0000 Original-Received: from unknown (HELO java.hostforweb.net) (66.197.222.237) by gnus.org with SMTP; 7 Nov 2002 14:47:40 -0000 Original-Received: from yahoobb218118002004.bbtec.net ([218.118.2.4] helo=yamaoka.cc) by java.hostforweb.net with esmtp (Exim 3.36 #1) id 189nvE-0007qb-00; Thu, 07 Nov 2002 09:46:16 -0500 Original-To: Andi Hechtbauer X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i686-pc-linux) Cancel-Lock: sha1:lwCZJmBqc+pRKvCrIJWNDkJSxUI= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - java.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - yamaoka.cc Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47590 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47590 >>>>> In <87ptth35la.fsf@pod.hq.spin.de> >>>>> Andi Hechtbauer wrote: > I just installed the .el files. Hopefully this is a more interessting > Backtrace now: I see. That file is the thing of Emacs 21.3.50, and, moreover, there is a bug. > Debugger entered--Lisp error: (wrong-type-argument stringp (mm-inline-text-html-with-w3m-keymap custom-variable)) [...] > (setq members (sort members (quote string<))) It has been fixed by RMS as follows: 2002-09-19 Richard M. Stallman * cus-dep.el (custom-make-dependencies): Fix previous change. 2002-09-18 Richard M. Stallman [...] * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use. -- Katsumi Yamaoka