On Sat, 30 Apr 2022, Hans Hagen via ntg-context wrote:

> On 4/29/2022 4:59 PM, Aditya Mahajan via ntg-context wrote:
> > Hi,
> > 
> > I am trying to debug a bug-report for t-vim:
> https://github.com/adityam/filter/issues/64 Exporting with trackers=export*
> gives a warning:
> > 
> >      backend         > export > fuzzy paragraph:
> > 
> > I have managed to narrow it down to the attached MWE (which does not depend
> on the t-vim module at all). Compiling it using
> > 
> >      $context --trackers=export\* lines
> > 
> > gives the fuzzy paragraph warning. Any hints on how to resolve this?
> As you like challenges ... you can way more narrow it down ...
> 
> \setupbackend[export=yes]
> 
> \starttext
> {
>      \forgetall
>    % \forgeteverypar
>      x\strut\par
> }
> \stoptext
> 
> the problem is that you basically loose *all* par related tagging now so 
> you need to bring that back, which is (of course i had to look it up) is 
> done with for instance \forgeteverypar which forgets (as in \forgetall) 
> but not really all

Thanks!

I manually tag start and end of lines anyways (using \SYNBOL ... \SYNEOL), so I 
can add \dotagsetparcounter in \SYNBOL and that removes the warning!

Thanks,
Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to