[comp.unix.ultrix] DS3100 XtInstallAccelerators problem?

alex@lvd1.bme.ohio-state.edu (Alex Savchenko) (07/14/90)

	I ported xrn-6.0 to my DECStation 3100 and ecountered problem
	with XtInstallAccelerators call. After the first invocation 
	of this procedure program seems to fall into infinite loop
	somewhere inside toolkit.

	...
    static char *accel = "#override\n\
                          <Key>0xff0a: set() notify() unset()\n\
                          <Key>0xff0d: set() notify() unset()";
	...
    XtSetArg(bbArgs[0], XtNaccelerators, XtParseAcceleratorTable(accel));
	...
	/* YOU NEVER GET OUT OF THIS ! */
    XtInstallAccelerators(dialog, bb);
	...

	Can anybody help me with this problem?

Thanks,

	Alex.