Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
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
         :content-type;
        bh=gOdM31HEYvxjoYJm+Vj6CsAJp86hhJpWUbjF5MTgDLE=;
        b=b40sgZcgQMJTl/hrRVEIb90XQaLPvW6QDP6wULv6kpUzCISesJKkfW/wAtCBDiZ0nn
         YHnJH815bX35wZxOOwbWE1D5GM7Q0gd3UyaB9n2yd5xxnBCttuIyuam7buZsc/+bSy7U
         jU3X2OV+g6tX/BfkG+pfBpip5f/NhQaYnlcfxCL/R1t+6YhRUt3psJZ5rCZcVn0LYKzm
         sb3Joj3Q0Tj4ntNr8mbpDp8JgVvwVx72Lo7JEO2JoUvDiCCum1aUHUxrtEZEr5S3XnFh
         mKPUswyBw0Vsp4X41gVyKDCizDjnHX8B84qH2u30Ewl5Qv5FXBeA1FOjOe2oSyi1bRtg
         i4pQ==
X-Received: by 10.25.83.209 with SMTP id h200mr28854483lfb.129.1452529291439;
 Mon, 11 Jan 2016 08:21:31 -0800 (PST)
MIME-Version: 1.0
In-Reply-To: <CAKc7PVCnEX1rEhNqhtx7spyUVKCWukz4Tzkqr27-OV9+4hVciQ@mail.gmail.com>
References: <CAKc7PVCnEX1rEhNqhtx7spyUVKCWukz4Tzkqr27-OV9+4hVciQ@mail.gmail.com>
From: Sebastian Gniazdowski <sgniazdowski@gmail.com>
Date: Mon, 11 Jan 2016 17:21:12 +0100
Message-ID: <CAKc7PVDVR=B8SWX+gSiNvtODWZ-25LtDz7jXVDH8BtrcxMnjXQ@mail.gmail.com>
Subject: Re: _history-complete-older problems with $(
To: Zsh hackers list <zsh-workers@zsh.org>
Content-Type: text/plain; charset=UTF-8
X-Seq: zsh-workers 37564

Hello
on IRC it came up that $( is a start of a subshell and that it makes
completion start over at this place. Seems that $(( works in the same
way. Is there any possibility to change that? Even at level of C code?
So that completion sees $( as a string? I know chances are low but who
knows, maybe it's a really basic change.

Best regards,
Sebastian Gniazdowski

