Date: Fri, 12 Sep 1997 21:04:13 +0000 (GMT) From: Terry Lambert <tlambert@primenet.com> To: nate@mt.sri.com (Nate Williams) Cc: tlambert@primenet.com, nate@mt.sri.com, dawes@rf900.physics.usyd.edu.au, hackers@freebsd.org Subject: Re: Netscape annoying dialog boxes Message-ID: <199709122104.OAA24828@usr08.primenet.com> In-Reply-To: <199709122031.OAA12037@rocky.mt.sri.com> from "Nate Williams" at Sep 12, 97 02:31:54 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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:Ctrl<Key>C: insert-selection(CUT_BUFFER0) > /usr/X11R6/lib/libXaw.so.6.1:Ctrl<Key>Y: insert-selection(SECONDARY) Maybe. Try using libXaw.so.6.0 instead. Mine has: Ctrl<Key>C: insert-selection(CUT_BUFFER0) Ctrl<Key>Y: insert-selection(SECONDARY) Meta<Key>Y: insert-selection(PRIMARY, CUT_BUFFER0) <Btn2Down>: 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709122104.OAA24828>