Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compset -q oddities
- X-seq: zsh-workers 39288
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: compset -q oddities
- Date: Sun, 11 Sep 2016 19:14:22 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=pBD3PvNfg0dXxM8W2l/fc6YMI6JIhUu6jj6UZMGj1Wk=; b=ShMDWaJMg4h3uKoMGrXnOz1Kq+kv8XgmzFmDDw3hl6T6JflG73xH9C3RZN2wdyErzq GoMrABny/jIYBYIB8vagnSJbTUav+0Y0EIXjFzxRVHbHn1k+X04Mf4TPVOTbLHtoxLUa W22o1E5X6TzVAZd7kZsZQrMMk4f/MytnXQ8+udPQ7PZM8wa2KS5EqMfJGcSZNfASGZPF FRByQuHj2243SbGPoHJzmR84//jDNc84pGS7eAj8+dKd35BZ3PFV6wJKBV9OOEqwapn4 6k6EAUIVYbkofmYVcj34yWOQgduo5bRMK2tsYPlYDBX/E23Qvmj5vnxJggp8/reT0Ytq fL9Q==
- In-reply-to: <20160911073031.GA19137@fujitsu.shahaf.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20160911073031.GA19137@fujitsu.shahaf.local2>
On Sep 11, 7:30am, Daniel Shahaf wrote:
}
} I managed to break a few things while composing a reply to 39265:
I think mostly what you've discovered is cases where "compset" is not
compensating for pilot error. "compset -q" does not expect to be
called on an empty word, or on any word that can't be interpreted as
a (possibly partial) command line; so you're getting garbage in /
garbage out instead of garbage in / some kind of failure out.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author