Path: utzoo!attcan!uunet!husc6!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: non-spurious toolkit warning Message-ID: <8811141345.AA08649@EXPO.LCS.MIT.EDU> Date: 14 Nov 88 13:45:08 GMT References: <863@fxgrp.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 12 When I use the following translation table: xterm*translations: #override\ h: bell(0) xterm produces the following error message: X Toolkit Warning: Actions not found: bell but it still does the translation. There is more than one widget inside an xterm (and there may be more in the future), and your resource spec is attempting to add a bell action to all of them. The scrollbar doesn't have a bell action.