From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: eight-bit char handling in emacs-unicode Date: Sat, 15 Nov 2003 10:09:19 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200311150109.KAA08233@etlken.m17n.org> References: <200311130153.KAA04615@etlken.m17n.org> <200311130610.PAA04983@etlken.m17n.org> <200311130901.SAA05204@etlken.m17n.org> <200311140047.JAA06414@etlken.m17n.org> <87n0aznl06.fsf@ID-87814.user.dfncis.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1068858896 15652 80.91.224.253 (15 Nov 2003 01:14:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2003 01:14:56 +0000 (UTC) Cc: jas@extundo.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Nov 15 02:14:51 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AKp1X-0002xM-00 for ; Sat, 15 Nov 2003 02:14:51 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AKp1X-0000jN-00 for ; Sat, 15 Nov 2003 02:14:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKpv7-00046V-Q9 for emacs-devel@quimby.gnus.org; Fri, 14 Nov 2003 21:12:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AKpuU-0003v9-Ik for emacs-devel@gnu.org; Fri, 14 Nov 2003 21:11:38 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AKptw-0003Yv-Cm for emacs-devel@gnu.org; Fri, 14 Nov 2003 21:11:35 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AKptv-0003VU-CY for emacs-devel@gnu.org; Fri, 14 Nov 2003 21:11:03 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6p2/3.7W-20010518204228) with ESMTP id hAF19Lh14144; Sat, 15 Nov 2003 10:09:21 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6/3.7W-20010823150639) with ESMTP id hAF19Js24639; Sat, 15 Nov 2003 10:09:19 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id KAA08233; Sat, 15 Nov 2003 10:09:19 +0900 (JST) Original-To: epameinondas@gmx.de In-reply-to: <87n0aznl06.fsf@ID-87814.user.dfncis.de> (message from Oliver Scholz on Fri, 14 Nov 2003 14:25:09 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17832 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17832 In article <87n0aznl06.fsf@ID-87814.user.dfncis.de>, Oliver Scholz writes: > I get this error, too, not when I enter a summary buffer, but when I > hit RET in the summary buffer to display an article. I tracked this > through the code. It takes place in > `mail-extract-address-components'. I found a way to reproduce this > without Gnus: > r -q --eval '(progn (load "mail-extr") (mail-extr-skip-whitespace-forward))' Thank you. Now I see what was wrong. I've just installed a fix. > I can't reproduce it, if I evaluate the body of > `mail-extr-skip-whitespace-forward', though. Weird. Could this have > something to do with the Latin-1 no-break space? I think so. The bug occurs when we do (skip-chars-forward _MULTIBYTE_STRING_) in an ASCII-only buffer, which I think I've never tried. :-( --- Ken'ichi HANDA handa@m17n.org