From owner-freebsd-hackers Mon Aug 4 15:20:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA01682 for hackers-outgoing; Mon, 4 Aug 1997 15:20:59 -0700 (PDT) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA01670 for ; Mon, 4 Aug 1997 15:20:52 -0700 (PDT) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA28705; Mon, 4 Aug 1997 18:20:18 -0400 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Mon, 4 Aug 1997 18:20 EDT Received: from lakes.dignus.com (lakes [10.0.0.3]) by ponds.dignus.com (8.8.5/8.7.3) with ESMTP id RAA01185; Mon, 4 Aug 1997 17:46:13 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.8.5/8.6.9) id RAA02787; Mon, 4 Aug 1997 17:55:27 -0400 (EDT) Date: Mon, 4 Aug 1997 17:55:27 -0400 (EDT) From: Thomas David Rivers Message-Id: <199708042155.RAA02787@lakes.dignus.com> To: ponds!plutotech.com!ken, ponds!super-g.com!spork Subject: Re: Netscape & floating point core dumps? Cc: ponds!FreeBSD.ORG!hackers Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > spork wrote... > > > other ftp servers yet. So far, it seems to be pretty stable. > > > > Have you tried backspacing in the URL field yet? It's a cruel joke. Alot > > of keymappings are just wrong. To scroll up and down a page with arrow > > keys, you must use "shift arrow"... And a warning message pops up each > > time a preferences dialog box is opened. > > I don't see *any* of those bugs. I can backspace in the URL field > just fine, I can use the plain arrow keys (no shift) to scroll up and down > a page, and no warning message pops up when I open the preferences dialog > box. > > For the keymapping problems, I suspect that something in your X > setup is broken. As far as the preferences go, I have no clue. > > > Ken > -- > Kenneth Merry > ken@plutotech.com > I would get these types of problems when the fonts weren't created correctly... or the AppDefaults weren't set correctly. Things to check: 1) Go to your font directories (/usr/X11R6/lib/X11/fonts/) and do a mkfontdir in each of the directories you find there. 2) Make sure the netscape app-defaults file is present in /usr/X11R6/lib/app-defaults. Don't just copy it, but rename Netscape.ad to just Netscape and place it in that directory. These two items, combined, usually cure these type of problem. - Dave Rivers -