From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 532 invoked from network); 14 May 2003 11:13:02 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 May 2003 11:13:02 -0000 Received: (qmail 16740 invoked by alias); 14 May 2003 11:12:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18532 Received: (qmail 16728 invoked from network); 14 May 2003 11:12:55 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 14 May 2003 11:12:55 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [212.125.75.4] by sunsite.dk (MessageWall 1.0.8) with SMTP; 14 May 2003 11:12:55 -0000 Received: (qmail 18412 invoked from network); 14 May 2003 11:06:47 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-8.tower-1.messagelabs.com with SMTP; 14 May 2003 11:06:47 -0000 Received: from gmcs3.local ([158.234.142.61]) by iris.logica.co.uk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id MAA03049; Wed, 14 May 2003 12:06:43 +0100 X-Authentication-Warning: iris.logica.co.uk: Host [158.234.142.61] claimed to be gmcs3.local Received: from gmcs3.local (localhost [127.0.0.1]) by gmcs3.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h4EB73x03016; Wed, 14 May 2003 13:07:04 +0200 To: zsh-workers@sunsite.dk X-VirusChecked: Checked In-reply-to: <20030427130703.GB12714@verso.st.jyu.fi> From: Oliver Kiddle References: <20030427130703.GB12714@verso.st.jyu.fi> cc: Juhapekka Tolvanen Subject: Re: Bug#190948: Violation against The =?iso-8859-15?Q?Sing?= =?iso-8859-15?Q?le_UNIX_=AE?= Specification, Version 2 Date: Wed, 14 May 2003 13:07:03 +0200 Message-ID: <3014.1052910423@gmcs3.local> On 27 Apr, Juhapekka Tolvanen wrote: > > http://www.opengroup.org/onlinepubs/007908799/xcu/chap2.html#tag_001_014_011 > > juhtolv@heresy:/home/juhtolv % set -o vi > set: no such option: vi Being an interactive related feature, this isn't so critical but it would be better if we can handle this. Adding a special case in bin_set() instead of actually adding an option might perhaps be sufficient to satisfy the specification. However, on the basis that zle is a separate module and may not even be loaded and you can't just call selectkeymap(), I have no idea how to get this to work. And which keymap should set +o vi select? Oliver