texinfo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: spec for @inlinehtml etc.


From: Patrice Dumas
Subject: Re: spec for @inlinehtml etc.
Date: Sat, 31 Dec 2011 01:01:19 +0100
User-agent: Mutt/1.4.2.2i

On Fri, Dec 30, 2011 at 02:31:50PM -0800, Karl Berry wrote:
>     So, matching { and } are to accepted, I think.  But non matching (in
>     the block version, in @inlineraw, they have to be matching)?
> 
> Why should they have to be matching?  I don't think that should be required.

I answered too rapidly...  They have to be matching because @-commands with
braces are taken into account.

So if there is something along the following the result makes sense

@html
@emph{something 
function Person(name) {this.name = name;}
otherthing}
@end html

while
@html
@emph{string "}"}
@end html

will not give what's expected.

-- 
Pat





reply via email to

[Prev in Thread] Current Thread [Next in Thread]