From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: doc patch: "Saving Properties" merge into "Format Conversion" Date: Tue, 08 May 2007 01:59:19 +1000 Message-ID: <87y7k062w8.fsf@zip.com.au> References: <87ps5m2s7z.fsf@ambire.localdomain> <87bqh3zi91.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1178578396 27733 80.91.229.12 (7 May 2007 22:53:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 May 2007 22:53:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 08 00:53:15 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HlC4s-00033T-8i for ged-emacs-devel@m.gmane.org; Tue, 08 May 2007 00:53:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HlCBs-00079t-LQ for ged-emacs-devel@m.gmane.org; Mon, 07 May 2007 19:00:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HlCBp-00078l-5W for emacs-devel@gnu.org; Mon, 07 May 2007 19:00:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HlCBj-00076b-8e for emacs-devel@gnu.org; Mon, 07 May 2007 19:00:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HlCBi-00076Q-Vr for emacs-devel@gnu.org; Mon, 07 May 2007 19:00:15 -0400 Original-Received: from mailout1-7.pacific.net.au ([61.8.2.214] helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HlC4h-0005oF-0P for emacs-devel@gnu.org; Mon, 07 May 2007 18:52:59 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id C91085DFF3D for ; Tue, 8 May 2007 08:50:55 +1000 (EST) Original-Received: from localhost (ppp2A85.dyn.pacific.net.au [61.8.42.133]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 4BBF927403 for ; Tue, 8 May 2007 08:50:55 +1000 (EST) Original-Received: from gg by localhost with local (Exim 4.67) (envelope-from ) id 1Hl5cO-0001fK-1k for emacs-devel@gnu.org; Tue, 08 May 2007 01:59:20 +1000 User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:70641 Archived-At: At the risk of posting in this thread on its original subject ... Thien-Thi Nguyen writes: > > ! If @var{from-fn} is a function, it is called with two arguments, @var{begin} > ! and @var{end}, which specify the part of the buffer it should convert. > ! It should convert the text by editing it in place. Since this can > ! change the length of the text, @var{from-fn} should return the modified > ! end position. > > --- 2886,2893 ---- > > ! If @var{from-fn} is a function, it is treated like those listed > ! in @code{after-insert-file-functions}. That's not losing how the decode func is called is it? The calls are not the same as after-insert-file-functions are they? > + @defvar after-insert-file-functions > + A list of functions for @code{insert-file-contents} to call. > + @end defvar Is that also losing the description of the args to those funcs?