From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kazuhiro Ito Newsgroups: gmane.emacs.bugs Subject: bug#9318: 23.3.50; The first call of encode-coding-region() returns wrong result Date: Mon, 05 Dec 2011 20:31:33 +0900 Message-ID: <20111205113149.338BE2C037@msa104.auone-net.jp> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1323084766 8923 80.91.229.12 (5 Dec 2011 11:32:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2011 11:32:46 +0000 (UTC) Cc: schwab@linux-m68k.org, 9318@debbugs.gnu.org To: Kenichi Handa Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Dec 05 12:32:41 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RXWml-0007bl-BJ for geb-bug-gnu-emacs@m.gmane.org; Mon, 05 Dec 2011 12:32:39 +0100 Original-Received: from localhost ([::1]:56041 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXWmk-0007jX-I7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 05 Dec 2011 06:32:38 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXWme-0007j6-L5 for bug-gnu-emacs@gnu.org; Mon, 05 Dec 2011 06:32:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXWmd-0006Bb-4I for bug-gnu-emacs@gnu.org; Mon, 05 Dec 2011 06:32:32 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXWmd-0006BW-2h for bug-gnu-emacs@gnu.org; Mon, 05 Dec 2011 06:32:31 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RXWn8-0003CN-Et for bug-gnu-emacs@gnu.org; Mon, 05 Dec 2011 06:33:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Kazuhiro Ito Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 05 Dec 2011 11:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9318 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9318-submit@debbugs.gnu.org id=B9318.132308475012252 (code B ref 9318); Mon, 05 Dec 2011 11:33:02 +0000 Original-Received: (at 9318) by debbugs.gnu.org; 5 Dec 2011 11:32:30 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RXWmc-0003BZ-1q for submit@debbugs.gnu.org; Mon, 05 Dec 2011 06:32:30 -0500 Original-Received: from msa104.auone-net.jp ([61.117.18.164]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RXWmX-0003BO-Gl for 9318@debbugs.gnu.org; Mon, 05 Dec 2011 06:32:28 -0500 Original-Received: from GUNGNIR.med.osaka-cu.ac.jp (unknown [114.179.36.76]) by msa104.auone-net.jp (au one net msa) with ESMTP id 338BE2C037; Mon, 5 Dec 2011 20:31:47 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?Q?Goj=C5=8D?=) APEL/10.8 EasyPG/1.0.0 Emacs/23.3.50 (i386-mingw-nt6.1.7601) MULE/6.0 (HANACHIRUSATO) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 05 Dec 2011 06:33:02 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:54710 Archived-At: > In article , Kenichi Handa writes: > > > In article <20110830233131.C74A61E0043@msa101.auone-net.jp>, Kazuhiro Ito writes: > > > Here is the patch for the code, which contains Andreas' patch. In my > > > environment, problems are fixed. I think it would be better that the > > > interface of encode_designation_at_bol() is changed. > > > Oops, sorry, I have vaguely thought that your patch below > > has already been applied, but just noticed that it was not. > > I'll commit a slightly modified version including the > > improved interface for encode_designation_at_bol soon. > > I've just installed the following changes. As I don't have > cygwin environment now, could you please check if this > change surely fix the problem? As far as I confirmed, the problems were fixed (except the point Paul pointed out). Thank you. Additionally, if you have time, please confirm Bug#8619 and Bug#9389. -- Kazuhiro Ito