From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22847 invoked by alias); 18 Jul 2015 10:16:32 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20317 Received: (qmail 20211 invoked from network); 18 Jul 2015 10:16:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=o4wAt6tDZIe4zbz6OgodGAqyGgzYBfLQ1P7w3C3zD08=; b=ImLcZ4g3t/6QrpTZeDaCmaP1JJXbgllLUyOPIagNGpHqJYVkqDdeLxCz/KrHWOsLlf XxN9SHOW9TZibG948UkaeBFfxC+fjRBbtNaFK2lhqlcZU3oisXPvBRVWRBsZgwbwDAbR +x3COvQzD6Q8EJOe6znXBbOOa1Z4V34IDhbJ0MGA08+iJrGse+CL/NCoXfy5miWPlWH9 OvD7Mf4ifELhehKGpXE7EX1lcNkzRKCSCyWcrilL00dykcShIXTmpKvdUYgXTbglCwsb rW7K1WEUP/coVgmHGg0iqx8z5kWJY0behzsKojvPaD8MS1NGAAivrBy/EfytZ0SH35L5 XzLA== MIME-Version: 1.0 X-Received: by 10.50.59.242 with SMTP id c18mr2251815igr.66.1437214585387; Sat, 18 Jul 2015 03:16:25 -0700 (PDT) In-Reply-To: <1047.1437202885@ccs.covici.com> References: <1047.1437202885@ccs.covici.com> Date: Sat, 18 Jul 2015 12:16:25 +0200 Message-ID: Subject: Re: problem with completion system From: Mikael Magnusson To: covici@ccs.covici.com Cc: Zsh Users Content-Type: text/plain; charset=UTF-8 On Sat, Jul 18, 2015 at 9:01 AM, wrote: > Hi. I am new to zsh, so I hope I explain myself clearly. When > completing things -- particularly files -- sometimes the system will > tell me the choices and then place the cursor at the end of the first > choice, so if that is not the one I want, I must then backspace to the > point where I started and do again -- what I would like is for the > system to leave the cursorwhere it was so I can type some more. > > Thanks in advance for any suggestions. The behaviour you say you want is the default, so you could start by removing your customizations, or saying what they are so we can point out which are changing the behaviour, rather than guessing. -- Mikael Magnusson