Hi,

I get an extra line when I use tabs for indentation, indenting
with spaces works fine. Example:

\usemodule [database]

\defineseparatedlist
  [CSV]
  [before=\bTABLE, after=\eTABLE,
   first=\bTR, last=\eTR,
   left=\bTD, right=\eTD]

\starttext

%% indentation with spaces works
  \startCSV
    alpha, 10
    beta,  20
    gamma, 30
  \stopCSV

%% indentation with tabs produces spurious extra line
        \startCSV
                alpha, 10
                beta,  20
                gamma, 30
        \stopCSV

%% some weird indentation works, but looks awkward
\startplacetable
        \startCSV
        alpha, 10
        beta,  20
        gamma, 30
\stopCSV
\stopplacetable

\stoptext

This looks like a bug.

Marco

Attachment: signature.asc
Description: Digital signature

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to