[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Texinfo-mode: filling breaks @dfn{}
From: |
Eli Zaretskii |
Subject: |
Re: Texinfo-mode: filling breaks @dfn{} |
Date: |
Wed, 14 May 2003 05:38:26 +0300 |
> Date: 12 May 2003 16:15:23 +0200
> From: Alan Mackenzie <none@example.invalid>
> 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?