Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Writing code that works with emulate zsh and emulate csh
- X-seq: zsh-users 21253
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: Writing code that works with emulate zsh and emulate csh
- Date: Mon, 8 Feb 2016 18:45:49 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- 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=NCAELCuA+XHVJFbMkgR9l1/KbOoF3RyWb/41X/PCyts=; b=XgSrSygFqwLoaJoPUYmtUaXKpRrNuCihjjCOPOprvsazr6cBAMWFQGZrJdvYAFClhw qYSKtVJt6D22/6wSsM6H4Ho3nkVWEN2fWEZUfl+RbroRHBUgX+Vnt8rfj88VLakX+8nR FG9rdr4OKGoSe7R34+vCvI4aK0MV/UeiJ/J6VVKWJrmv/XluUcL6/IXiZ6a7Rld6nxbX bSytPWzJSdVK4Leon6tG0dfqXHXAPrfk+ctf2E9zXP474D1TIqOYrfYfZuMTSZWSt9qL 18Je1FGz4hENnrtlxj84wZAjrvZFT2NRU19fvDeNFsxotE0QMoo9HhAjHqOhmLc0iW+u c1nw==
- In-reply-to: <20160208105255.41caf0c6@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVByd9jN+7svQ6FbA_0EPYp3O9Jnzz-YxLsbbJNoPZ94zg@mail.gmail.com> <20160208105255.41caf0c6@pwslap01u.europe.root.pri>
It turns out that only a single option, CSH_JUNKIE_QUOTES, makes the
error message that I receive:
./zplugin.zsh:34: unmatched "
Earlier I was trying to remove parts, part by part, of beginning of
the zplugin.zsh file, waiting for the error message to change. *It
didn't* (besides languorous movements in line number, after like 5
deletions of large blocks of code; very stable line number) so I then
looked at the Wikipedia page and thought that emulate csh enables
completely different language syntax. Now it might revealed that it
just sets CSH_JUNKIE_QUOTES. Maybe it could be possible to
adapt zplugin.zsh to that option? What in this file can trigger the
message?
https://github.com/psprint/zplugin/blob/master/zplugin.zsh
I might not be able to target emulate csh, but maybe I could target
CSH_JUNKIE_QUOTES. All other CSH* options do not cause problems.
Best regards,
Sebastian Gniazdowski
Attachment:
zplugin.zsh
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author