From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2887 invoked from network); 2 May 2001 17:47:20 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 May 2001 17:47:20 -0000 Received: (qmail 27604 invoked by alias); 2 May 2001 17:47:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14213 Received: (qmail 27572 invoked from network); 2 May 2001 17:47:12 -0000 Date: Wed, 2 May 2001 13:45:50 -0400 From: Clint Adams To: Oliver Kiddle Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: completion for loadkeys Message-ID: <20010502134550.A28606@dman.com> References: <20010502120246.A27456@dman.com> <20010502162301.1343.qmail@web9303.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010502162301.1343.qmail@web9303.mail.yahoo.com>; from okiddle@yahoo.co.uk on Wed, May 02, 2001 at 05:23:01PM +0100 > I couldn't say for sure for Solaris because I'm not particularly > familiar with loadkeys. I guess that it is only relevant on the console > because it has no effect in my terminal window. Does Solaris definitely > take the filename as relative to /usr/share/lib/keytables as opposed to > the current directory - i.e will `loadkeys uk' work or do you need > `loadkeys /usr/share/lib/keytables/uk'? The man page isn't clear and > whatever parameter I give loadkeys, it prints absolutely nothing and > returns 1 so I don't know. It does. If you tell it to load something that doesn't exist in /usr/share/lib/keytables, it gets upset. This is with Solaris 8, BTW. I don't have earlier versions to play with at the moment.