From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Wedler, Christoph" Newsgroups: gmane.emacs.devel,gmane.comp.tex.texinfo.bugs Subject: RE: texinfo support for iso-cvt Date: Fri, 31 Oct 2003 19:55:35 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <67B8CED503F3D511BB9F0008C75DAD6605485893@dewdfx17.wdf.sap.corp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1067626968 9467 80.91.224.253 (31 Oct 2003 19:02:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2003 19:02:48 +0000 (UTC) Cc: bug-texinfo@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Oct 31 20:02:46 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFeXm-0001JA-00 for ; Fri, 31 Oct 2003 20:02:46 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFeXl-0002Xh-00 for ; Fri, 31 Oct 2003 20:02:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFeSJ-0006nS-FF for emacs-devel@quimby.gnus.org; Fri, 31 Oct 2003 13:57:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AFeRz-0006me-CK for emacs-devel@gnu.org; Fri, 31 Oct 2003 13:56:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AFeRT-0006j5-It for emacs-devel@gnu.org; Fri, 31 Oct 2003 13:56:46 -0500 Original-Received: from [155.56.68.170] (helo=smtpde02.sap-ag.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFeQw-0006f4-S7; Fri, 31 Oct 2003 13:55:43 -0500 Original-Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id TAA29939; Fri, 31 Oct 2003 19:55:36 +0100 (MEZ) Original-To: "'jemarch@gnu.org'" , emacs-devel@gnu.org X-Mailer: Internet Mail Service (5.5.2656.59) X-SAP: out X-SAP: out X-SAP: out X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17637 gmane.comp.tex.texinfo.bugs:1313 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17637 > I wrote translation tables and iso-* routines for iso-cvt texinfo > support. The new routines are iso-iso2texi and iso-texi2iso You will notice, that M-x texinfo-format-buffer will fail when using these routines automatically via package format, because a hook is missing textmodes/texinfmt.el, see my message/patch to emacs-devel from Tuesday: http://mail.gnu.org/archive/html/emacs-devel/2003-10/msg00700.html Your message gives my the hope that I have a campaigner for the inclusion of the patch ;-) > Note that the tables are not complete. The texinfo manual do not > mention texi sequences for the following ISO symbols (i give there = the > TeX sequence): > ; ("=A3" "{\\\\pounds}") > ; ("=B6" "{\\\\P}") > ; ("=A7" "{\\\\S}") There are a few others missing: latin-1 has 96 characters, my package X-Symbol supports 62 of them (and other non-latin-1 like @OE{}), you support 56 of them. To get the others, please check lisp/x-symbol-texi.el in the distribution of X-Symbol: http://x-symbol.sourceforge.net/ - Christoph