From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56401 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: ELisp-based uncompface Date: Tue, 17 Feb 2004 14:59:10 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076997747 27440 80.91.224.253 (17 Feb 2004 06:02:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2004 06:02:27 +0000 (UTC) Original-X-From: ding-owner+M4941@lists.math.uh.edu Tue Feb 17 07:02:19 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsyJH-0004Vr-00 for ; Tue, 17 Feb 2004 07:02:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AsyGQ-0004r7-00; Mon, 16 Feb 2004 23:59:22 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AsyGM-0004r2-00 for ding@lists.math.uh.edu; Mon, 16 Feb 2004 23:59:18 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id 5445D3A0035 for ; Mon, 16 Feb 2004 23:59:18 -0600 (CST) Original-Received: from yamaoka by washington.hostforweb.net with local (Exim 4.24) id 1AsyGS-0006JT-Rq for ding@gnus.org; Tue, 17 Feb 2004 00:59:25 -0500 Original-To: ding@gnus.org 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.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:Yzu1ZjqgCsiqqoFFeaw5pTgMTmQ= X-Hashcash: 0:040217:ding@gnus.org:3674755b058fb44e X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [32041 32041] / [47 12] X-AntiAbuse: Sender Address Domain - washington.hostforweb.net Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56401 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56401 >>>>> In >>>>> Reiner Steib <4.uce.03.r.s@nurfuerspam.de> wrote: > Hm, the delay is notable on my P200 and P266 I'm using at home. (I > didn't benchmark it, though.) Sorry for inconvenience. > Is there a (portable) way in lisp to find out if the machine is slow? I've implemented the autodetection. If the value of uncompface-use-external is `undecided' (now which is the default) and the internal decoder takes a long time to decode an X-Face at the first time, uncompface-use-external will be altered to t. The threshold is currently 0.1-sec by default which is specified by the uncompface-use-external-threshold variable, although I'm not sure whether the value is suitable. Could you test it? > Maybe it's enough to mention `uncompface-use-external' in (info > "(gnus)Slow Machine"). Also I'll do it later. -- Katsumi Yamaoka