new indentation in context

Adam Duck <[email protected]> Fri, 11 Mar 2005 17:03:17 +0100
Newsgroups gmane.emacs.auc-tex
Message-ID <[email protected]>
Hi,

while filing a bug report to the ConTeXt-ML I discovered a bug in the
new indentation-code.  I have this code:

--- ConTeXt code ---

\setupFLOWcharts[offset=50pt]

  \startFLOWchart[test]
    
    \startFLOWcell
      \name{one}
      \location{1,1}
....

--- end ---

as you can see, there should be no indentation after a "\setup.*" or
"\define.*", and after "\define.*" there isn't.  The funny thing is:
every line with a \setup-command gets indented -2 chars and the
following line +2 (so you don't see it if you have more than one line
of \setup-commands).

bye, Adam.