From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50879 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Last evening's 0.17 infloops in find-charset-string Date: Tue, 18 Mar 2003 18:10:55 +0100 Organization: http://purl.org/harder/ Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048008223 16014 80.91.224.249 (18 Mar 2003 17:23:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2003 17:23:43 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Tue Mar 18 18:23:41 2003 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 18vKlZ-0003x1-00 for ; Tue, 18 Mar 2003 18:20:45 +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 18vKig-00047t-00; Tue, 18 Mar 2003 11:17:46 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 18 Mar 2003 11:18:48 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA09615 for ; Tue, 18 Mar 2003 11:18:36 -0600 (CST) Original-Received: (qmail 69073 invoked by alias); 18 Mar 2003 17:17:21 -0000 Original-Received: (qmail 69068 invoked from network); 18 Mar 2003 17:17:21 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 18 Mar 2003 17:17:21 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18vKid-0004Jh-00 for ; Tue, 18 Mar 2003 18:17:43 +0100 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 16 Original-NNTP-Posting-Host: 0xc3f98264.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1048007863 16596 195.249.130.100 (18 Mar 2003 17:17:43 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 18 Mar 2003 17:17:43 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > XEmacs 21.4.10 (mule) w/Oort 0.17 updated immediately after 0.16 > release was announced. > > Very long articles will no longer display at all for me, as > find-charset-string is reproducibly getting stuck. I think you just didn't wait long enough -- it did display for me eventually (with XEmacs 21.4 (patch 6) "Common Lisp"). The reason is that the XEmacs version of `find-charset-string' (written in Lisp) is incredible slower than the Emacs version (in C). I've changed the code to use `find-charset-region' instead, which should be more efficient in XEmacs.