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 14:32:31 +0900 Organization: Emacsen advocacy group Message-ID: References: <01c51e18$Blat.v2.4$512429a0@zahav.net.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109656494 4697 80.91.229.2 (1 Mar 2005 05:54:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2005 05:54:54 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 01 06:54:53 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D60LF-0006Fy-Pt for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2005 06:54:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D60dk-0004Q2-PS for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2005 01:13:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D60Za-0001HK-PH for emacs-devel@gnu.org; Tue, 01 Mar 2005 01:09:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D60ZL-0001Aw-SZ for emacs-devel@gnu.org; Tue, 01 Mar 2005 01:09:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D60ZK-00016u-Mr for emacs-devel@gnu.org; Tue, 01 Mar 2005 01:09:18 -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 1D5zzr-0001Y1-S9; Tue, 01 Mar 2005 00:32:40 -0500 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.44) id 1D5zzu-00083E-GF; Tue, 01 Mar 2005 00:32:42 -0500 Original-To: Eli Zaretskii 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:/PIOS4uq4UIFjsA2oaqRUyLSQqg= X-Hashcash: 1:20:050301:eliz@gnu.org::dD9rIIqIzxMmakZ4:000000L0m X-Hashcash: 1:20:050301:bob@rattlesnake.com::nozKydxr8wJaKfp/:00000000000000000000000000000000000000000017xQ X-Hashcash: 1:20:050301:emacs-devel@gnu.org::MYEEaeQlgSaFKHKX:0000000000000000000000000000000000000000002WoF 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:33963 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33963 >>>>> In <01c51e18$Blat.v2.4$512429a0@zahav.net.il> Eli Zaretskii wrote: >> I see, and I will have to keep in mind that there might still be >> need to fix the `@end itemize@refill' problem. > I'd rather not have us fix a problem by reintroducing another problem > that we fixed in the past. Isn't there another way to solve both of > them at once? >> Probably, what makeinfo should do first will be to decode text, >> before formatting them. And the means to know the coding system >> which is used to decode text will be necessary. > There's already such a means: the @documentencoding directive. What > is missing is support for multibyte encodings. I already tried it and failed. The line @documentencoding ISO-2022-JP is not effective in the Japanese text encoded by the iso-2022-jp coding system. euc-jp and euc-japan or shift_jis, shift-jis and sjis also do not the trick. They cause an error as follows: emacs-w3m-ja.texi:8: warning: unrecognized encoding name `ISO-2022-JP'. Is the makeinfo v4.8 too old? It misidentifies `@' contained in the raw file contents as the commands. Regards,