From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: recursive load case in openp Date: Wed, 10 Apr 2002 14:17:24 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200204102017.g3AKHOC21172@aztec.santafe.edu> References: <200204091234.VAA04602@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018469916 2659 127.0.0.1 (10 Apr 2002 20:18:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 10 Apr 2002 20:18:36 +0000 (UTC) Cc: eliz@is.elta.co.il, walters@debian.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16vOY8-0000gm-00 for ; Wed, 10 Apr 2002 22:18:36 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16vOnY-00032U-00 for ; Wed, 10 Apr 2002 22:34:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16vOXk-0004MJ-00; Wed, 10 Apr 2002 16:18:12 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16vOX1-0004HI-00; Wed, 10 Apr 2002 16:17:27 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g3AKHOa27466; Wed, 10 Apr 2002 14:17:24 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g3AKHOC21172; Wed, 10 Apr 2002 14:17:24 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: handa@etl.go.jp In-Reply-To: <200204091234.VAA04602@etlken.m17n.org> (message from Kenichi Handa on Tue, 9 Apr 2002 21:34:25 +0900 (JST)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2515 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2515 > Why does encode_coding_string call temp_output_buffer_setup? To run post-read-conversion and pre-write-conversion functions of a coding system. We must make a temporary working buffer for them. I don't see anything like that in the code of temp_output_buffer_setup. What exactly in the code of temp_output_buffer_setup do you actually want to do here?