From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: file variables and man pages with preprocessors Date: Thu, 08 Nov 2007 12:39:54 -0500 Message-ID: References: <20071108.015442.17599094.wl@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194543656 13614 80.91.229.12 (8 Nov 2007 17:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 17:40:56 +0000 (UTC) Cc: rgm@gnu.org, emacs-devel@gnu.org To: Werner LEMBERG Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 18:40:59 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 1IqBN6-0003dN-E9 for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 18:40:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqBMv-0005Ar-5E for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 12:40:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqBME-0004NZ-Ql for emacs-devel@gnu.org; Thu, 08 Nov 2007 12:39:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqBMC-0004LC-UW for emacs-devel@gnu.org; Thu, 08 Nov 2007 12:39:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqBMC-0004Ki-IG for emacs-devel@gnu.org; Thu, 08 Nov 2007 12:39:56 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqBMB-00027P-AV for emacs-devel@gnu.org; Thu, 08 Nov 2007 12:39:55 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IqBMA-0005HD-GJ; Thu, 08 Nov 2007 12:39:54 -0500 In-reply-to: <20071108.015442.17599094.wl@gnu.org> (message from Werner LEMBERG on Thu, 08 Nov 2007 01:54:42 +0100 (CET)) X-detected-kernel: by monty-python.gnu.org: 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:82813 Archived-At: Well, preconv acts as a filter -- as do (almost) all components in groff -- thus reading something from the `end of a file' (a) needs a temporary buffer since the input data stream is `stdin' in most cases and (b) isn't implemented in preconv due to (a). I don't understand this. What is preconv, and what does it have to do with visiting these files in Emacs?