Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Can zsh `else` reserved keyword command be aliased and the lexem itself be repurposed as `fi` keyword command?
- X-seq: zsh-users 23029
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Can zsh `else` reserved keyword command be aliased and the lexem itself be repurposed as `fi` keyword command?
- Date: Fri, 29 Dec 2017 17:07:03 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=0yvVwutpYln4eA7Tarq7Xq6UV8G1U/yC6fuBRmumnGs=; b=zz6q2N/12r8UrrpY9sWXRP0hl/crZpVDpf9emh3LxuepwpB6GqTgOMQH4t+SQZ3uuX V1VBI8Gg2fLT/go/KQYIjrmBp6bkFfAPrLxtsxosMDzhSjkjboOlSS4n9hY2JxcBufK4 LC3NmMKg95iOVMEFDUu//0m3WNGKUzZpAXTi3fBUzJllOW3EpOs4tHRjs+U62aUSd5S7 /17+GjGa13Yda+SbLxcbyp/TR/xdoyLdWP7ydTOg8D7jf11MdHT5g1OLWZu5Cq1D36Sf ilk9wGAQ+EFCUPYHY0ZDN0aBrfz2XW8DdBAEGKyPKJZxKQmjj+7BCQS0p3I1TkOsSk0x Ywwg==
- In-reply-to: <CAH+w=7ar+MYVEHXPuFOMAQp0N4sr4N9JS4YXRz1707OPMQ4FMQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <ecebd27c-08ad-7cb3-50a9-d6ba56e288ef@epopia.com> <ef2c2e74-8f03-bfcb-1dd9-bfb1594c8b40@culture-libre.org> <CAH+w=7Ynbar1=vZsNkBK6Ae1HXN2jJRNTVd9Ce=1JyUsZepqLA@mail.gmail.com> <71ef7896-39f8-66fe-f8f8-c7c81b11e2ce@culture-libre.org> <CAH+w=7b=0c4Vd4SuNXX=czcp8KBOev6vZTUjpm2qokk4oCE6cA@mail.gmail.com> <918acbfa-b637-1d13-816b-c6edee0afa5c@culture-libre.org> <CAH+w=7a4otey0NRRORXmqceZ242rnQ3C4=qYY76wh1R-XgUvcQ@mail.gmail.com> <81beaeae-6507-c961-b6fd-5831ba58e045@eastlink.ca> <CAH+w=7ar+MYVEHXPuFOMAQp0N4sr4N9JS4YXRz1707OPMQ4FMQ@mail.gmail.com>
On Fri, Dec 29, 2017 at 3:45 PM, Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
> Mathieu wants execution to begin as soon as there is
> some code in the buffer, without waiting for the final keyword to
> appear.
Not-so-incidentally, the fact that zsh does NOT do this is one of the
primary reasons that zsh exists at all. Paul Falstad found it
distasteful that csh DOES that, and set out to create a shell that had
the interactive advantages of csh while preserving the separation of
parse and execution as found in sh and ksh.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author