Brian Schott wrote: > Thank you, but I still get the unadorned definition. > Perhaps things are different in java or on a Mac (I use a > Mac which has the java gui).
Could be. You could try other menu options (maybe Studio->Labs...) to see if it's just that I choose a poor example. What I think we're looking at is a conflict between two different event models within J. The wd event model says "a line is an event, and an incomplete line may be superseded by another event", but the implementation of m :0 hijacks that model for its own purposes -- recasting the concept of a "line". Something like copy/paste might be handled outside that event model (for example, in the java context you're using), but other menu options require active involvement of the J interpreter and so should let you see the issue. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
