From owner-freebsd-questions Mon Oct 21 06:48:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA13212 for questions-outgoing; Mon, 21 Oct 1996 06:48:47 -0700 (PDT) Received: from frosk.zoo.uib.no (frosk.zoo.uib.no [129.177.64.31]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA13202 for ; Mon, 21 Oct 1996 06:48:44 -0700 (PDT) Received: (from oystein@localhost) by frosk.zoo.uib.no (8.7.5/8.7.3) id RAA04147; Mon, 21 Oct 1996 17:44:11 +0200 (MET DST) Date: Mon, 21 Oct 1996 17:44:11 +0200 (MET DST) From: Oystein Soreide To: james earl cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ns Navigator Backspace In-Reply-To: <326B79CD.3844@agt.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Oct 1996, james earl wrote: > variable $XKEYSYMDB using the command line: set > XKEYSYMDB=3D(/usr/lib/X11), as well as XKEYSYMDB=3D(/usr/lib/X11/XKeysymD= B), > most of which produce the same output in the "set" list. >=20 > Everytime, I get the same result: "...unknown keysyms," and variations.= =20 > There is also a message produced by Navigator, displayed before the > "unknown keysyms" saying that "it appears that $XKEYSYMDB is not set", > or something to that affect. >=20 I have done the same thing but it works OK: in .cshrc : # Begin setenv XNLSPATH /usr/X11/lib/X11/nls/ setenv XKEYSYMDB /usr/X11/lib/X11/XKeysymDB # I don't know if the following two are necessary setenv LC_CTYPE iso_8859_1 setenv LANG C # End I think this will do the trick. =D8ystein S=F8reide