Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _history-complete-older problems with $(
- X-seq: zsh-workers 37597
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: _history-complete-older problems with $(
- Date: Tue, 12 Jan 2016 18:01:41 -0800
- 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:content-type; bh=4zQcWupUfE3fjJO7BqI3kXIGSyQlj+rABrVQeMdwpM8=; b=bWgmBT/+Q1v3ZuAY54KFcmuNa5laCDG8+mUZpJPXH3iiSqqh1DDc076mSvIwi9jPxe xF01HgJHF8nf1A3wKYx5DEwwFtjVh/EKxRqTrnfORLU7DaXdyzVAoHJH+PZr5LOSR4DY dj8po+bJTjAbMvrokuYUyoqKN+7oEksyn2Q7QQSWp95vMleqREBRGO4UtUcHixQCT4bU KSaW1oQYE13o3jYJtkFODKedA4Yo3StiIwkt9k5Z8Trm6x7SJfP0T11mhOJO1OJPqQ0l o/tEWtCV5flEyDUWvl/e04NqfCp9vNuGvcBR5h4BX7J0TtRy+nQNz3CF6fniG6Xwfm85 /a/A==
- In-reply-to: <20160113010147.GA4699@tarsus.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: <CAKc7PVCnEX1rEhNqhtx7spyUVKCWukz4Tzkqr27-OV9+4hVciQ@mail.gmail.com> <CAKc7PVDVR=B8SWX+gSiNvtODWZ-25LtDz7jXVDH8BtrcxMnjXQ@mail.gmail.com> <160111161501.ZM5305@torch.brasslantern.com> <CAKc7PVBCEM=46YmgmhPR==Rq+pSfY+hgr8bcOMLV=zLFm6THBg@mail.gmail.com> <160112113928.ZM9065@torch.brasslantern.com> <20160113010147.GA4699@tarsus.local2>
On Jan 13, 1:01am, Daniel Shahaf wrote:
} Subject: Re: _history-complete-older problems with $(
}
} Bart Schaefer wrote on Tue, Jan 12, 2016 at 11:39:28 -0800:
} > So now we need to remove "$(" from the
} > values in $found to get the actual string to insert to finish the word,
} > i.e., "(1+2))". Similarly we would need to remove $SUFFIX (taken from
} > $right) from the end of the values if there were one.
}
} That seems to always behave as though COMPLETE_IN_WORD is set,
} regardless of the value of the option.
True. Anyone who wants to fix these issues and post an update is more
than welcome. I already spent way more time on it than I intended.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author