From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9404 invoked by alias); 29 Mar 2013 16:13:54 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9356 invoked by uid 89); 29 Mar 2013 16:13:45 -0000 X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail-ea0-f202.google.com (HELO mail-ea0-f202.google.com) (209.85.215.202) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 29 Mar 2013 16:13:42 +0000 Received: by mail-ea0-f202.google.com with SMTP id a15so45234eae.3 for ; Fri, 29 Mar 2013 09:13:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:mime-version:content-type:content-transfer-encoding :message-id:date:to:cc:subject:in-reply-to:references:x-mailer :x-gm-message-state; bh=pB167Q+Olla/uhZHOYqqF19kzCp+nTEDeo/Fvs1tcg0=; b=Qb1jcXqfKncfChqgROQk8D0Bs+r5J4aUW9intfswUN/AKKbhf+cGaClUySB072SAUF 1nl1tAKAZEOQuZdJCiUwFDL6YrrI1mBbWlEVXKEz4x70ay/tQD5oA81voIFLE5+pKkm0 Nt8BKN2NyXSj4na1exbsk+KjoAt4S5vEwzAEVZe6d/+zZCPL4FBf+kpN1+emI8d8Fkx8 6a3z5OuHDMX8BDfqS6HxdiA7Fh6hGgXCeOu0fTpO/fzn7cXGHNCnebNjZtEXUxrmf5RB /5zhhYlKeLlCSi1h/2o+6PudYcuyNNpUiAhIFIppFCvsGHBUYHXQayqM8SDpTNOdcV5i YzBQ== X-Received: by 10.15.44.6 with SMTP id y6mr4532542eev.3.1364573620767; Fri, 29 Mar 2013 09:13:40 -0700 (PDT) Received: from corp2gmr1-2.eem.corp.google.com (corp2gmr1-2.eem.corp.google.com [172.25.138.117]) by gmr-mx.google.com with ESMTPS id 47si809694eeh.1.2013.03.29.09.13.40 (version=TLSv1.1 cipher=AES128-SHA bits=128/128); Fri, 29 Mar 2013 09:13:40 -0700 (PDT) Received: from ruffy2.mtv.corp.google.com (ruffy2.mtv.corp.google.com [172.17.128.107]) by corp2gmr1-2.eem.corp.google.com (Postfix) with ESMTP id 392B91E420D; Fri, 29 Mar 2013 09:13:38 -0700 (PDT) From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20821.48561.871582.248928@ruffy2.mtv.corp.google.com> Date: Fri, 29 Mar 2013 16:57:00 -0000 To: Jan Kratochvil Cc: Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: doc/ build regression with texinfo-5.1 [Re: [doc RFA] New commands: mt set per-command on|off] In-Reply-To: <20130329161210.GA24386@host2.jankratochvil.net> References: <83zjy33ihp.fsf@gnu.org> <20807.35450.682935.524373@ruffy2.mtv.corp.google.com> <20130328204958.GA11734@host2.jankratochvil.net> <83mwtnw7ou.fsf@gnu.org> <20130329161210.GA24386@host2.jankratochvil.net> X-Gm-Message-State: ALoCoQmaeM1TR8LR6keySCMViaYe/fVUwD8DliPatGA7lXpUVjo+qIm4zZE7tpmRwQd/MfMyxlStheWJJcnI4qic96D+BO5g+eQAt0+iQZjGCXiq067tpd9kwxpCJQUtT40YZf7N59wsb5/i66Yjtkjn/44zgUfoXOU3YjymzyQXWj1XLoOoi8XIsncNhls8WK98AJHFWLhC+aaUkSIChU0mgITA/vib5Q== X-SW-Source: 2013-03/txt/msg01113.txt.bz2 Jan Kratochvil writes: > On Thu, 28 Mar 2013 22:11:45 +0100, Eli Zaretskii wrote: > > > $ make gdb.info > > > ./gdb.texinfo:35648: command @bullet not accepting argument in brace should not be on @table line > > > make: *** [gdb.info] Error 1 > > > > Fixed by using @enumerate. > > Just confirming it is fixed now. Is this an incompatible change in texinfo, or is my texinfo too lax and not flagging this?