From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13698 invoked by alias); 15 Jan 2016 05:07:45 -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: 37633 Received: (qmail 21354 invoked from network); 15 Jan 2016 05:07:43 -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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID 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:from:date:message-id:subject:to :cc:content-type; bh=Gnnwon5TekU4ldKx8+58tzub5EcInIykEPN8/NcRfaA=; b=0gXJrqT0FIZ3NHcWC/pbPTChCZdD1vmEyjHHGS2EfaO4VNn+beH7Ux1/F99qd6DcI6 lumZCx6Xj0vo6qaGVOX7N4B1BX+NkbVQUkPqznOPtM5U67AgZ1APqPvbnGxQV2pmgON4 TnziyJNGUfS6uH2z5tU/qDrKhumrEgu7OvVJ5qZt5T9Ik6rLGBqdhMP5baSW08sY5UDK ZA5x/AEZ/WOm2jqPk5dx40CEtyJIxqzf4JyUf4BUaKBsYQ01HnmG+TrTt2dp61WIVSTS xtS30l0KeqwteGepet53mv+H775AJcBHUcCGjhdMDxDbAqKlhWLcxNlBOOTMjiIm6DK1 bmyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=Gnnwon5TekU4ldKx8+58tzub5EcInIykEPN8/NcRfaA=; b=f+5vFfzgOqKJ3JBPwAQv+Hz1sUjPj8IrURvX+2vCjup4HF22yjMme2shHaL75c/ibJ OMai1+erB2v1qpqEk1iSnGJwcohZ0sXPqGAj31Re4BCPSPUlArL7UYdefHsnjXFbRiEW g1yvlT3xph5hvefKGL3gNIsOBv/xCHpq/OSOlgy4L8H8hQJBeEl9ktdCy0KiJsNExnFY YMtJcIeJU5txZj82tiyS5BviLxLxg6nJGE1VnKAlGHFRZJ5YIhtj1KA2xx66BJFZf5Bp xo7oys8JSPaFJbBJd0bi7JL2uYALNHUqLheLytVKQyQrJQOocCjmhcqNG+INnthhQ3OD lFJA== X-Gm-Message-State: ALoCoQmG8u+5yd2reyl3rYfV/0q8EZ0XNCv2KV2Nl2su6eZhuQlNt9LK9VdXm4Kdz2vcZjq+shMY/AaEXWJt/BQWQ/hmYp0Nmw== X-Received: by 10.112.137.129 with SMTP id qi1mr2332974lbb.31.1452834458639; Thu, 14 Jan 2016 21:07:38 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <160114191809.ZM18372@torch.brasslantern.com> References: <160111161501.ZM5305@torch.brasslantern.com> <160112113928.ZM9065@torch.brasslantern.com> <20160113010147.GA4699@tarsus.local2> <160112180141.ZM9984@torch.brasslantern.com> <160113204847.ZM14158@torch.brasslantern.com> <160114191809.ZM18372@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Fri, 15 Jan 2016 06:07:19 +0100 Message-ID: Subject: Re: _history-complete-older problems with $( To: Bart Schaefer Cc: Zsh hackers list Content-Type: text/plain; charset=UTF-8 On 15 January 2016 at 04:18, Bart Schaefer wrote: > Sorry, Sebastian, but I lost interest in solving this problem about > three messages ago, and also have lost all tolerance for watching > screen capture movies and trying to match them to your descriptions > and log output. It's too difficult to tell from the animations what > keystrokes you're executing when, among other things. Out of the chaos I've isolated one thing. "ls " completes to "ls ls" and this is the same as when "$((" completes to "$(($((". All this is quite exhausting but I'm off for the whole day and taking zshcompwid.1 with me so I might learn required things. Sorry for my verbosity, I worked for whole day on this yesterday, didn't want to miss your insight which often help as when you came up with idea for fpath-clean plugins or with idea that PREFIX should be restored to value from before first compadd(), which I would rather miss as the PREFIX value doesn't change. Best regards, Sebastian Gniazdowski