Hi all,

I need confirmation I'm not crazy.

This works ok (substitute rxvt for xterm if appropriate):

AddToFunc fn I Exec exec rxvt $*
fn -e sleep 4

this is ok too:

AddToFunc fn3 I Test (x rxvt) Exec exec rxvt $*
fn3 -e sleep 4

but this isn't:

AddToFunc fn2
Test (x rxvt) + I Exec exec rxvt $*
fn2 -e sleep 4

(it starts up an interactive shell, instead of sleeping & exiting)

Am I missing something? or am I going to have to use the source?

Scott.

Reply via email to