From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: `texinfo-format-buffer' doesn't fold long lines Date: Tue, 01 Mar 2005 07:31:34 +0900 Organization: Emacsen advocacy group Message-ID: References: <87bra49w0p.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109629989 9656 80.91.229.2 (28 Feb 2005 22:33:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2005 22:33:09 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 23:33:09 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5tQX-0005sR-Ia for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2005 23:31:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5tiy-0006Eu-PS for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2005 17:50:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5thG-0005iV-10 for emacs-devel@gnu.org; Mon, 28 Feb 2005 17:49:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5thC-0005gI-6g for emacs-devel@gnu.org; Mon, 28 Feb 2005 17:48:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5thB-0005ey-3F for emacs-devel@gnu.org; Mon, 28 Feb 2005 17:48:57 -0500 Original-Received: from [69.61.11.2] (helo=washington.hostforweb.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D5tQX-00011P-1E; Mon, 28 Feb 2005 17:31:45 -0500 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.44) id 1D5tQZ-0003zU-CH; Mon, 28 Feb 2005 17:31:47 -0500 Original-To: Stefan Monnier X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:gX6pWnbujWb4YtTjMQy8nybChGc= X-Hashcash: 1:20:050228:monnier@iro.umontreal.ca::mt2gc2nKpdU81PCB:00000000000000000000000000000000000009JiT X-Hashcash: 1:20:050228:rms@gnu.org::2pVEybvN8JYqKTl1:0000002D9G X-Hashcash: 1:20:050228:emacs-devel@gnu.org::1OarUx0fcDjQJlrg:0000000000000000000000000000000000000000007ZT/ X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33954 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33954 >>>>> In <87bra49w0p.fsf-monnier+emacs@gnu.org> Stefan Monnier wrote: >> In some cases, `texinfo-format-buffer' doesn't fold long lines. >> texinfo-format-buffer is more or less obsolete; you should use >> makeinfo instead. > Should we move it lisp/obsolete? No, please never do so! The makeinfo command doesn't support yet texi files written by non-ASCII text. I can submit an example of its not working if it is necessary. Let me write again; texinfmt is essential to format at least Japanese Info files. Regards,