From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20144 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: minor typo in gnus.texi:14030 Date: 07 Jan 1999 19:46:53 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158490 16185 80.91.224.250 (21 Oct 2002 00:01:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:01:30 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA02913 for ; Thu, 7 Jan 1999 11:50:38 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB10071; Thu, 7 Jan 1999 10:50:22 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Jan 1999 10:50:31 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAA05650 for ; Thu, 7 Jan 1999 10:50:23 -0600 (CST) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA02907 for ; Thu, 7 Jan 1999 11:50:10 -0500 (EST) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id TAA10944 for ding@gnus.org; Thu, 7 Jan 1999 19:48:47 +0300 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id TAA09950; Thu, 7 Jan 1999 19:46:53 +0300 Original-To: ding@gnus.org User-Agent: Gnus/5.070069 (Pterodactyl Gnus v0.69) Emacs/20.3 Original-Lines: 16 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:20144 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20144 Hi, > the 14030-th line of gnus.texi contains "@itemx ^^ac", where ^^ac is > an 8-bit char with code 0xac, which seems like a bug (as default CM > fonts are 7-bit). hmm.. i just looked into the log file after processing gnus.texi with texinfo, and there are a couple of other `missing character' messages, which are because of 8-bit chars. also, "@iflatex" and "@end iflatex" commands produce errors when processed by texinfo. maybe, they should be changed to @iftex and "@end iftex", or at least tested for definedness (@ifx@iflatex@undefined @def@iflatex ... @fi)? Best regards, -- Vladimir.