From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29213 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Makeinfo messages /recent (2days) cvs Date: 13 Feb 2000 06:12:44 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165923 1490 80.91.224.250 (21 Oct 2002 02:05:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:23 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 6EDE1D0520 for ; Sun, 13 Feb 2000 09:13:18 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB29439; Sun, 13 Feb 2000 08:13:13 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 13 Feb 2000 08:12:57 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA06129 for ; Sun, 13 Feb 2000 08:12:46 -0600 (CST) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id 95281D0520 for ; Sun, 13 Feb 2000 09:12:49 -0500 (EST) Original-Received: (qmail 30817 invoked from network); 13 Feb 2000 14:18:04 -0000 Original-Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (root@209.144.117.113) by mail.networkone.net with SMTP; 13 Feb 2000 14:18:04 -0000 Original-Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id GAA22510; Sun, 13 Feb 2000 06:12:44 -0800 X-Authentication-Warning: reader.ptw.com: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org Original-Lines: 16 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29213 "making" the texi/gnus.texi into info pages gives this error: [209r]/usr/local/pgnus/texi $ make if test -x /usr/bin/makeinfo; then \ makeinfo -o gnus gnus.texi; \ else \ emacs -batch -q -no-site-file -eval '(find-file "gnus.texi")' -l texinfmt -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer; \ fi gnus.texi:7810: warning: unlikely character ( in @var. gnus.texi:7810: warning: unlikely character ) in @var. if test -x /usr/bin/makeinfo; then \ [...] Doesn't seem to have affected the actual info pages, at least not in a big noticable way.