CLIM mail archive

[Prev][Next][Index][Thread]

Re: Complex accept method definition question



You don't need to do anything special to allow the user to back up
and edit.  Everything typed at the outermost call to ACCEPT is supposed
to be editable.

If you read the documentation of activation and blip characters, you should
define the delimiters between recursive ACCEPTs as blip characters (i.e.
spaces and parentheses, or whatever syntax you choose) and leave the
activation characters alone.  If you use space as a blip character for
your own recursive calls to ACCEPT, and your presentation type is used
as the type of an argument to a command, then you need to think about the
interaction between that use of space and the command processor's use
of space as a blip character for its recursive calls to ACCEPT to read
the arguments to a command.

0,,


Main Index | Thread Index