On Thu, Mar 29, 2012 at 10:51, Hans Hagen wrote:
On 29-3-2012 10:41, Mojca Miklavec wrote:
I get the braces when there is a space after braces, for example
\setupinteraction [author=me, title={long title} ]
I solved the problem by adding a comma right after the last brace, but I would also call that "a hint of a tiny buglet somewhere" ;)
hm, but such a space before is always valid in key/value assignment or ] so there is no difference between
title={long title} ]
title={long title} ,
That has always been the case (ignoring leading an dtrailing spaces of a key would demand parsing token by token and that's not going to happen as it would slow down context a lot (so many parsing all over the place)
It seems that it is not the case here. But are you able to reproduce the behaviour? I get
pdfinfo filename.pdf Title: {long title} Author: me
Mojca