From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4701 invoked from network); 25 Mar 2001 16:36:35 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 25 Mar 2001 16:36:35 -0000 Received: (qmail 25677 invoked by alias); 25 Mar 2001 16:36:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13748 Received: (qmail 25553 invoked from network); 25 Mar 2001 16:36:22 -0000 Sender: opk Message-ID: <3ABDFEFE.69CD4652@u.genie.co.uk> Date: Sun, 25 Mar 2001 15:21:50 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.18 i586) X-Accept-Language: en MIME-Version: 1.0 CC: Zsh workers Subject: Re: new completion modifications References: <200103231407.PAA07685@beta.informatik.hu-berlin.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sven Wischnowsky wrote: > > This seems reasonable. Question to everyone (and -workers in > particular): should we add a `urls' style, comparable to `hosts' and > such, that just gives a bunch of strings to complete as urls? > Probably taking precedence over the other things (different from > `hosts' and friends). I would prefer it if we could come up with a more general solution to this issue - I've seen other places where I've done repeated tabs. Also, the behaviour would be useful if the local style is the only one used for urls. Is there maybe a way that you could get the completion system to have another go at completion straight away if it has just inserted a string unambigously. This could avoid the repeated tab situations. It would have to be configurable to only work in specific contexts with a style . This could be used in other cases. Oliver