Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!wuarchive!usc!rpi!crdgw1!montnaro From: montnaro@spyder.crd.ge.com (Skip Montanaro) Newsgroups: comp.windows.x Subject: Suppressing X Toolkit Warnings Message-ID: Date: 10 Jun 91 13:18:50 GMT Sender: news@crdgw1.crd.ge.com Reply-To: montanaro@crdgw1.ge.com (Skip Montanaro) Organization: GE Corporate Research & Development, Schenectady, NY 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, wiping out everything first using XtOverrideTranslations, or redirecting stderr to /dev/null? It is not at all clear to me from the Intrinsics manual (reading what there is about establishing error handlers and such) how I should go about suppressing this one error. Thx, -- Skip (montanaro@crdgw1.ge.com)