From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6943 invoked by alias); 6 Oct 2017 11:28:15 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 41821 Received: (qmail 20810 invoked by uid 1010); 6 Oct 2017 11:28:15 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm0-f54.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(74.125.82.54):SA:0(-1.7/5.0):. Processed in 5.871642 secs); 06 Oct 2017 11:28:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: chneukirchen@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=3AijZ8WHRs0PQvjshzL1qX/1AW38JgsQ0hGQYz5M+CQ=; b=Vs3AjZJeQ9HOJF79W/psVvMm/q20kUA+YBzU0Am//qgf0iUdML30J6DNPED7mwH5sU yJf3/hyMMWst8q0Gq0qAkbenZEe77lIdXhHvYMpPNJhSWxpJz+LQJmxlXAFHBKkuvV0H c4DpH0uwKEDvssPMb+ixLDp3/i7JKmQ1LCHV97lhHc6UwJWPIdSaR4N9vX2F8Scta8/3 RXHg6eLvnfSC/dfXXt9t2VvY9pLFTtlSjoiM36WJwJrUciTmjh2egdADKIVvtxTY5ai2 1mhZ1vNRiscy2JwTd3ku/COdYmlELtrdUrqu7elqUng11QazgNAkFtGCkp6xf9I0IgHf 4Fcg== X-Gm-Message-State: AMCzsaXhm8Q1/aZLn1kRKyr4yFK5oT/dclmfJBjHEaGizz/PgjttpDJl R7b67EKTRwmsOzZWayTs28zIkQ== X-Google-Smtp-Source: AOwi7QAQlFtOVsh7Ay3PipR4A1+Koy5y/OXUxe6a2Y20dyJ3l9T/M/N7mqIC/fjktQZA2tLMxsQEJQ== X-Received: by 10.28.218.207 with SMTP id r198mr1375173wmg.14.1507289284614; Fri, 06 Oct 2017 04:28:04 -0700 (PDT) From: Leah Neukirchen To: Bart Schaefer Cc: zsh-workers@zsh.org Subject: Re: Coreutils-like File Completion References: <87h8vdogvw.fsf@gmail.com> <171005125647.ZM9377@torch.brasslantern.com> Date: Fri, 06 Oct 2017 13:28:03 +0200 In-Reply-To: <171005125647.ZM9377@torch.brasslantern.com> (Bart Schaefer's message of "Thu, 5 Oct 2017 12:56:47 -0700") Message-ID: <878tgoo6rg.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Bart Schaefer writes: > On Oct 5, 3:37pm, Leah Neukirchen wrote: > } Subject: Re: Coreutils-like File Completion > } > } Eric Cook writes: > } > } > On another note, if you type an ' before pressing tab, zsh will > } > still complete the filename and add the closing ' if an file is > } > selected, the closing ' won't be added if the selected item is an > } > directory (since you may attempt to do further completion). > } > } This only seems to happen without compinit, anyone know how to revert > } to this behavior and still use compinit? > } (With compinit, ' is removed on TAB and the completion uses \ here...) > > Hmm, I don't see your behavior. I have a directory full of deliberately > strangely-named files just for testing stuff like this. Oh, my bad. I tried /tmp/'foo not '/tmp/foo. With an initial ' or " it works fine, sorry for the confusion. -- Leah Neukirchen http://leah.zone