From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: unencodable-char-position bug? Date: Fri, 17 Feb 2006 21:11:24 +0200 Message-ID: <200602172111.24994.pogonyshev@gmx.net> References: <200602150019.25230.pogonyshev@gmx.net> <200602152248.59556.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1140246245 20896 80.91.229.2 (18 Feb 2006 07:04:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2006 07:04:05 +0000 (UTC) Cc: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 18 08:04:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FAM8K-0000kN-R8 for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 08:03:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAM8J-0002Xm-3D for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2006 02:03:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FAClO-0004Gr-Oq for emacs-devel@gnu.org; Fri, 17 Feb 2006 16:03:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FACZk-0002VL-34 for emacs-devel@gnu.org; Fri, 17 Feb 2006 15:51:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FAAzk-0008ER-CE for emacs-devel@gnu.org; Fri, 17 Feb 2006 14:10:21 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FAB59-0006pe-SG for emacs-devel@gnu.org; Fri, 17 Feb 2006 14:15:56 -0500 Original-Received: (qmail invoked by alias); 17 Feb 2006 19:10:16 -0000 Original-Received: from dialup.194.158.192.59.belpak.by (EHLO dialup.194.158.192.59.belpak.by) [194.158.192.59] by mail.gmx.net (mp035) with SMTP; 17 Feb 2006 20:10:16 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 In-Reply-To: Content-Disposition: inline X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50687 Archived-At: Kenichi Handa wrote: > In article <200602152248.59556.pogonyshev@gmx.net>, Paul Pogonyshev writes: >=20 > >> > Is it correct that > >>=20 > >> > (unencodable-char-position 0 1 'utf-8 nil "=D1=8B") > >>=20 > >> > evaluates to 0? > >>=20 > >> No. But my Emacs (CVS HEAD) evaluates that to nil, which is > >> correct. Which version of Emacs are you using? >=20 > > Just update to CVS HEAD, the same result, zero. Weird... >=20 > Very weird... Does someone else reproduce this bug? Can you give me some debugging hints? I could try to look into it, but I'm not familiar with Emacs C code. Paul