From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: where to put eol kludge Date: 19 May 2003 10:50:54 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200305152349.IAA05806@etlken.m17n.org> <200305161306.WAA06706@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053367420 21578 80.91.224.249 (19 May 2003 18:03:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 19 May 2003 18:03:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 19 20:03:33 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19HoxS-0005UY-00 for ; Mon, 19 May 2003 20:01:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Hp7N-00082s-00 for ; Mon, 19 May 2003 20:12:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Holt-0003RV-00 for emacs-devel@quimby.gnus.org; Mon, 19 May 2003 13:50:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19HoBk-0004mO-00 for emacs-devel@gnu.org; Mon, 19 May 2003 13:12:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Hn3J-0000GL-00 for emacs-devel@gnu.org; Mon, 19 May 2003 11:59:55 -0400 Original-Received: from colo.agora-net.com ([207.245.84.69]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Hlz7-0007K7-00 for emacs-devel@gnu.org; Mon, 19 May 2003 10:51:30 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 19HlyY-0002Hs-00; Mon, 19 May 2003 10:50:54 -0400 Original-To: Kenichi Handa In-Reply-To: Kenichi Handa's message of "Fri, 16 May 2003 22:06:36 +0900 (JST)" Original-Lines: 16 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14002 Kenichi Handa writes: [encoding is not the right place to move the kludge.] thanks for the lucid explanation. i understand this more clearly now. So, I think we should handle it in the place of "file writing". [...] strongly suggest to forget about changing encode_coding in such a way. [create/use a buffering version of emacs_write] thanks, i've followed this suggestion (w/ a minor change) and it seems to be working well. on to the kludge... :-) thi