From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54555 Path: main.gmane.org!not-for-mail From: Michael Cook Newsgroups: gmane.emacs.gnus.general Subject: Unknown command `/%d&mode' Date: Thu, 30 Oct 2003 10:00:13 -0500 Organization: http://www.waxrat.com Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067526031 27085 80.91.224.253 (30 Oct 2003 15:00:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2003 15:00:31 +0000 (UTC) Original-X-From: ding-owner+M3096@lists.math.uh.edu Thu Oct 30 16:00:29 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFEHl-0007Jl-00 for ; Thu, 30 Oct 2003 16:00:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AFEHc-00085V-00; Thu, 30 Oct 2003 09:00:20 -0600 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AFEHX-00085Q-00 for ding@lists.math.uh.edu; Thu, 30 Oct 2003 09:00:15 -0600 Original-Received: from legra.com (67.107.116.34.ptr.us.xo.net [67.107.116.34]) by justine.libertine.org (Postfix) with ESMTP id EA1AD3A004C for ; Thu, 30 Oct 2003 09:00:14 -0600 (CST) Original-Received: from ras1.legra.com (starfish.legra.com [192.168.11.52]) by legra.com (8.12.8/8.12.8) with ESMTP id h9UF0vZB016955 for ; Thu, 30 Oct 2003 10:00:57 -0500 Original-Received: (from cook@localhost) by ras1.legra.com (8.11.6/8.11.6) id h9UF0D204081; Thu, 30 Oct 2003 10:00:13 -0500 Original-To: ding@gnus.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54555 i just updated from the cvs respository and got the following build error: cd texi && gmake EMACS="emacs" install gmake[2]: Entering directory `/home/cook/gnus-repo/gnus/texi' if test "xmakeinfo" != "xno" ; then \ makeinfo -I . -o gnus gnus.texi; \ else \ rm -f gnus; \ emacs -batch -q -no-site-file -l ./infohack.el -f batch-makeinfo gnus.texi; \ fi gnus.texi:15624: Unknown command `/%d&mode'. makeinfo: Removing output file `gnus' due to errors; use --force to preserve. gmake[2]: *** [gnus] Error 2 gmake[2]: Leaving directory `/home/cook/gnus-repo/gnus/texi' gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/home/cook/gnus-repo/gnus' gmake: *** [install] Error 2 gmake: Leaving directory `/home/cook/gnus-repo'