I don't usually define macros like that (isn't that more of a \definestartstop kind of deal?).

On Wed, Sep 15, 2010 at 10:38 PM, Aditya Mahajan <adityam@umich.edu> wrote:
On Wed, 15 Sep 2010, John Haltiwanger wrote:

Apologies, as a very significant aspect of this process was omitted in the
previous email!

Don't forget to do:

\setuplines[space=on]

first!

On Wed, Sep 15, 2010 at 9:45 AM, John Haltiwanger <
john.haltiwanger@gmail.com> wrote:

I thought I'd give the mailing list a small change of pace---instead of
asking how to do it, I will show you :)

The short answer is:

\starttext
My Concrete Poem

\startlines
All       the white        space
   will               print           !
\stoplines
\stoptext


However, \startlines..\stoplines is not available when defining a macro.

What do you mean by that these macros are not available?

Doesn't the following work? (untested, but I will be really surprised if it doesn't work)

\def\startpoety
 {\startlines
  % All the remaining setup
 }

\def\stoppoety
 {%whatever setup you want
 \stoplines}


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