From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42062 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: compface Date: Tue, 15 Jan 2002 23:03:00 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177359 9402 80.91.224.250 (21 Oct 2002 05:15:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:15:59 +0000 (UTC) Return-Path: Original-Received: (qmail 21434 invoked from network); 16 Jan 2002 04:03:46 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 16 Jan 2002 04:03:46 -0000 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 16QhIF-0004Xo-00; Tue, 15 Jan 2002 22:03:19 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 15 Jan 2002 22:03:12 -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 WAA26667 for ; Tue, 15 Jan 2002 22:03:01 -0600 (CST) Original-Received: (qmail 21428 invoked by alias); 16 Jan 2002 04:03:02 -0000 Original-Received: (qmail 21423 invoked from network); 16 Jan 2002 04:03:00 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO cinnamon.vanillaknot.com) (128.2.207.11) by gnus.org with SMTP; 16 Jan 2002 04:03:00 -0000 Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.11.6/8.11.6) id g0G430d22996; Tue, 15 Jan 2002 23:03:00 -0500 Original-To: ding@gnus.org X-Face: "8-CgoYhiD_O!#(F%E=..0>QA_#WDy+]_XoAr)L]`-zjAc\d+nsFXq`=v_# =pVh#sP*K~j,0k9N}`E7jX"5+U?4/UIF1EE In-Reply-To: (palmieri@math.washington.edu's message of "Tue, 15 Jan 2002 18:54:16 -0800") Original-Lines: 28 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Common Lisp, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42062 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42062 palmieri@math.washington.edu (John H. Palmieri) writes: > Check the "X-Face and depth" thread. I posted one version (in message > ) of the function > 'gnus-convert-image-to-gray-x-face' that doesn't use xbmtoikon. OK, I tried both the convert function that's currently in gnus-fun.el, as of CVS half an hour ago, as well as the testing.el that was in a previous message of yours. (They may be the same code -- I didn't compare them closely.) Both functions upchuck thus: Signaling: (wrong-type-argument integer-char-or-marker-p nil) logand(nil 1) (zerop (logand bits mask)) (if (zerop (logand bits mask)) "0 " "1 ") (insert (if (zerop ...) "0 " "1 ")) (while --dolist-temp--76458 (setq bits (car --dolist-temp--76458)) (insert (if ... "0 " "1 ")) (setq --dolist-temp--76458 (cdr --dolist-temp--76458))) (let ((--dolist-temp--76458 bits-list) bits) (while --dolist-temp--76458 (setq bits ...) (insert ...) (setq --dolist-temp--76458 ...)) nil) [etc] This results from invoking: (gnus-convert-image-to-gray-x-face "/usr/local/faces/users/com/charcoal/karl/face.gif" 3) It's the same stack trace as reported by Raymond Scholz last weekend. I see Lars asked Raymond just a while ago whether he was still seeing this. I don't know whether Raymond sees it, but I surely do.