From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Which version of Texinfo do we require? Date: Fri, 20 Nov 2015 10:14:54 -0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1448043357 5691 80.91.229.3 (20 Nov 2015 18:15:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2015 18:15:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 19:15:53 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZzqDw-0001fd-1D for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2015 19:15:52 +0100 Original-Received: from localhost ([::1]:49132 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzqDv-0002I7-6y for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2015 13:15:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzqD8-0001lS-Ad for emacs-devel@gnu.org; Fri, 20 Nov 2015 13:15:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzqD4-0003sm-4Z for emacs-devel@gnu.org; Fri, 20 Nov 2015 13:15:02 -0500 Original-Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:36041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzqD3-0003sd-V2 for emacs-devel@gnu.org; Fri, 20 Nov 2015 13:14:58 -0500 Original-Received: by pacdm15 with SMTP id dm15so123355248pac.3 for ; Fri, 20 Nov 2015 10:14:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mail-followup-to :mime-version:content-type:content-transfer-encoding; bh=toTXtLMXjYHiP2TSsBV4bkBJgW1lHP/mUNK/bqVB3DI=; b=ppTJNsx4oG1vRWCkgaLVLyBUIe9yaPpMiUayvXdM4GUWwpBWeFqJ4dLNwyRdtL4e3x FWvVnlf6LZKCnKoQWny32PMFvJZ5ZJwfAAmWYzNf9ARfkfCJA8ZxdW0gjPf7qhNrqSST vxop/uZOQDXsZSaq45dbHugp3uHMQF8QNmG0qozVKbMQEKUOMDXgePBc0ikFvSvjurcj R4DDbxve8x0h/a5XuHAlORE7160G8aKQlQR3v/QqQZaZe4j6cfNkoO1SihwtOxyOeHVj 6LjX0rtzlbABqMXGPMe1DGWnB1YkY93jX3VDLKgx220sieE4bunHUCtRezi4jg54j1QG tigQ== X-Received: by 10.66.234.8 with SMTP id ua8mr21210216pac.45.1448043297163; Fri, 20 Nov 2015 10:14:57 -0800 (PST) Original-Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id f67sm165139pfd.9.2015.11.20.10.14.56 for (version=TLS1 cipher=AES128-SHA bits=128/128); Fri, 20 Nov 2015 10:14:56 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Vulcan.local (Postfix, from userid 501) id 8740210A59A46; Fri, 20 Nov 2015 10:14:55 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::231 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194871 Archived-At: I tried building elisp.pdf in emacs-25, and the build failed on line 560 of frames.texi: @itemize @w Changing it to "@w{}" causes the build to go through. I'm using texinfo 6.0. The docs say: "If you don=E2=80=99t specify a mark command, the default is @bullet. If = you don=E2=80=99t want any mark at all, but still want logical items, use @w{} (in this case the braces are required)." In this a bug, or is it my version of Texinfo? John