Hello Brett!

On 31-Gen-02, you wrote:

 BH> Maybe there should be some special user-defined editing
 BH> function that can be called for easy extended functionality.

What about changing just /engage and placing a function between
edit-text and the event?

I.e. change the line:

    key [edit-text face event get in face 'action]

to something like:

    key [edit-text face face/pre-process event get in face 'action]

or you could:

    key [
        if not all [in face 'custom-edit face/custom-edit event] [
            edit-text face event get in face 'action
        ]
    ]

Regards,
    Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to