CLIM mail archive
[Prev][Next][Index][Thread]
Nested accepting-values
Date: Tue, 18 Aug 1992 11:42 EDT
From: Jeff Close <jclose@chesapeake.ads.com>
greetings,
I posted this awhile back and got no response, but we were having mail
problems, so I'll try again.
I've done this a thousand times in DW but it was too long ago: I'm
trying to get several nested accepting-values to work so that when I
hit a <return> on an inner accept, it doesn't interpret it as
terminating the outer one.
I'd appreciate any suggestions.
jeffrey
Use WITH-ACTIVATION-CHARACTERS to disable #\Return as an activation
character. Or use the :ACTIVATION-CHARACTERS arg to ACCEPT.
References:
Main Index |
Thread Index