From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11996 invoked by alias); 30 Oct 2016 15:37:43 -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: 22048 Received: (qmail 657 invoked from network); 30 Oct 2016 15:37:43 -0000 X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.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(66.111.4.26):SA:0(0.0/5.0):. Processed in 0.133406 secs); 30 Oct 2016 15:37:43 -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=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= mesmtp; bh=Ea9huq41KSAhF+WGbfYzYFJjZWw=; b=YNqo7lAxtlZxxyesz8QNj g6QFtSU8Gog38TYRSxiJL3dJbC5Sib6n08DVT9Zdc7KcVzGASBWlwThrocMi/47M oIQ74enXNGzKsSfl/nZFgBeJgu5E8BVOv80r70RzvuS6IKTHMdjDYmJhnsnGJUSK UDaKK8qNzOC9PPrnVM9+sM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=Ea9huq41KSAhF+WGbfYzYFJjZWw=; b=fHL4H6+QksgFaXI5PtvL ynBxPz/1ZA8WcOUgMulDjbqRK16g60fRKq25U22TYMIfKOBwJDDw65Eb2fl52FIj Y/vvTz9TUhNfguqlDk2FHt9iyOYrhTtnhR3g7pB2eW2OveKaBexDNwYhezrz9FfY 8UmVnnskALbIA41LhipVgoE= X-ME-Sender: X-Sasl-enc: 3+I0bDI5Zmp39UZ2zcPEOTCjNOkkGPsWp4bTXqmenkVq 1477841860 Date: Sun, 30 Oct 2016 15:35:37 +0000 From: Daniel Shahaf To: Fourhundred Thecat <400thecat@gmx.ch> Cc: zsh-users@zsh.org Subject: Re: zsh completion for umount Message-ID: <20161030153537.GB12137@fujitsu.shahaf.local2> References: <5815DDAB.8070307__40712.3355348178$1477828401$gmane$org@gmx.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5815DDAB.8070307__40712.3355348178$1477828401$gmane$org@gmx.ch> User-Agent: Mutt/1.5.23 (2014-03-12) Fourhundred Thecat wrote on Sun, Oct 30, 2016 at 12:46:51 +0100: > Hello, > > I have /mnt/mmc/ mounted. When I cd to /mnt/ and want to use > autocompletion to umount mmc: > > cd /mnt/ > umount m > > Nothing happens. Completion does not complete anything. Try «umount ./m». Making it work for «umount m» too shouldn't be too hard. > Similarly, for mount, the completion does not complete for -o > > mount -o > mount -o l > > Nothing. > Are you sure you have completion enabled (run «autoload compinit; compinit»)? What's the output of «echo $OSTYPE» on your system? I get 45 matches when I do «mount -o » on linux. > The completion file Unix/_mount has 1000 lines, yet the very basic > completion does not work. > > I have switched to zsh from bash recently. While I like the fancy > features that zsh has, I am increasingly frustrated that basic > functionality does not work. > > Why does bash get completions right, and zsh doesn't ? > Don't these problems bother nobody else ? The problems may well be specific to your setup, especially considering you've only recently started using zsh. If some functionality bothers you, describe the problem and we can see about solving it. Cheers, Daniel