From owner-freebsd-hackers Fri Sep 12 14:04:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08879 for hackers-outgoing; Fri, 12 Sep 1997 14:04:45 -0700 (PDT) Received: from usr08.primenet.com (tlambert@usr08.primenet.com [206.165.6.208]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08873 for ; Fri, 12 Sep 1997 14:04:41 -0700 (PDT) Received: (from tlambert@localhost) by usr08.primenet.com (8.8.5/8.8.5) id OAA24828; Fri, 12 Sep 1997 14:04:14 -0700 (MST) From: Terry Lambert Message-Id: <199709122104.OAA24828@usr08.primenet.com> Subject: Re: Netscape annoying dialog boxes To: nate@mt.sri.com (Nate Williams) Date: Fri, 12 Sep 1997 21:04:13 +0000 (GMT) Cc: tlambert@primenet.com, nate@mt.sri.com, dawes@rf900.physics.usyd.edu.au, hackers@freebsd.org In-Reply-To: <199709122031.OAA12037@rocky.mt.sri.com> from "Nate Williams" at Sep 12, 97 02:31:54 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Ugh. Only: > > > > find / -type f -print | xargs grep "insert-selection" /dev/null | more > > OK, I've got cycles to spare, so I did it. For background, I'm running > the most recent bits from XFree86 (3.3.1?), and XInside 3.1. > > Edited contents follows (removed non-X stuff from Emacs/XEmacs, binary > output, etc...): > -=-=-=-=-=-=-=-=-=-=-=-=-=-= > /usr/X11R6/lib/libXaw.so.6.1:CtrlC: insert-selection(CUT_BUFFER0) > /usr/X11R6/lib/libXaw.so.6.1:CtrlY: insert-selection(SECONDARY) Maybe. Try using libXaw.so.6.0 instead. Mine has: CtrlC: insert-selection(CUT_BUFFER0) CtrlY: insert-selection(SECONDARY) MetaY: insert-selection(PRIMARY, CUT_BUFFER0) : insert-selection(PRIMARY, CUT_BUFFER0) More than likely, this is a minor rev that should not have been a minor rev because of an interface change. 8-(. The string does not appear in any other /usr/X11R6/lib/*.so.*, so it's not a mismatch between Xaw and Xt. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.