From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: Texinfo-mode: filling breaks @dfn{} Date: Wed, 14 May 2003 05:38:26 +0300 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4634-Wed14May2003053825+0300-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1052880187 9743 80.91.224.249 (14 May 2003 02:43:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 14 May 2003 02:43:07 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 14 04:43:05 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19FmDk-0002UP-00 for ; Wed, 14 May 2003 04:42:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FmEz-0007Zn-08 for gnu-bug-gnu-emacs@m.gmane.org; Tue, 13 May 2003 22:43:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19FmEZ-0006os-00 for bug-gnu-emacs@gnu.org; Tue, 13 May 2003 22:43:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19FmET-0006Wf-00 for bug-gnu-emacs@gnu.org; Tue, 13 May 2003 22:43:08 -0400 Original-Received: from bilbo.inter.net.il ([192.114.186.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19FmEJ-0005qW-00 for bug-gnu-emacs@gnu.org; Tue, 13 May 2003 22:42:55 -0400 Original-Received: from zaretsky (tony08-195-249.inter.net.il [80.230.195.249] (may be forged)) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id APH46379; Wed, 14 May 2003 05:42:52 +0300 (IDT) Original-To: bug-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Alan Mackenzie on 12 May 2003 16:15:23 +0200) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5043 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5043 > Date: 12 May 2003 16:15:23 +0200 > From: Alan Mackenzie > Newsgroups: gnu.emacs.bug > > ............... > line, and which begins in column 0. (By @dfn{continuation of the > previous line} is meant that the previous line is syntactically > ............... > > The filling fails to put the necessary \ to continue the @dfn onto the > next line. That this is erroneous can be seen by the error messages > subsequently given by makeinfo: > > cc-mode.texi:5114: Misplaced {. > cc-mode.texi:5114: Misplaced }. > cc-mode.texi:5114: @code missing close brace. I cannot reproduce this problem: Texinfo does not require the argument of @dfn to not span multiple lines, and thus makeinfo should not complain about such @dfn's, and there's no need for the backslash. And indeed, it didn't complain for me when I tried this. What version of makeinfo are you using?