Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!bloom-beacon!dont-send-mail-to-path-lines From: swick@athena.mit.EDU (Ralph Swick) Newsgroups: comp.windows.x Subject: Re: Suppressing X Toolkit Warnings Message-ID: <9106101453.AA16923@lyre.MIT.EDU> Date: 10 Jun 91 14:53:44 GMT References: Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 21 When I override the translations in a Motif Text widget using XtAugmentTranslations, I get the following two warning messages: X Toolkit Warning: Overriding earlier translation manager actions X Toolkit Warning: Previous entry was: MetaD: delete-next-word() X Toolkit Warning: New actions are: kill-next-word() X Toolkit Warning: Overriding earlier translation manager actions X Toolkit Warning: Previous entry was: MetaH: delete-previous-word() X Toolkit Warning: New actions are: kill-previous-word() Is there some way to suppress the message besides changing my translations, Yes there is, but you probably don't want to. These messages (should) occur only when parsing a translation table that contains duplicate lefthand sides. I.e. you have a single translation specification that contains two lines specifying actions for 'MetaD' and two specifying actions for 'MetaH' or their functional equivalent. XtAugmentTranslations should never produce this warning.