Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: alias not found
- X-seq: zsh-users 20862
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: alias not found
- Date: Thu, 29 Oct 2015 21:56:50 -0700
- 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=SRrCFXQJPKCdXDgG7z+/XMFv7yuiG1YVv8ni0JbS2Zg=; b=PUhOOQN2peQhRP/lJLTAM2ymeCyyCnPBJijqVPkmdz2OrGdqUsf0zeygqkpJT/J22S NEDsGpu14NL+lszkbSyomvKL5Y/VgB0/ezRYdoGmtgCvhaw10LJyv6FcGiX8BBRnRJeb RpB0+0dm2MHxWxo4bn4cf5AcvMsf5opaePVnSruZxI7lhi6eE+9kNxfXiRRomarPM5b2 wxSVyrBMQFhrdO7fRL98LCpdIX6+U5L30sCzxOTlLQW6FkA1MWCEBllN6Fn0EJ0ZL+o+ Z8CSnndWgn1SGbF0sp+I2j2OcWqDcoS13CTDWr3XEj0UrN3H2qHQJutbJx2NM5471fPq lpYw==
- In-reply-to: <5632E10F.5050301@eastlink.ca>
- 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: <56328272.40709@eastlink.ca> <151029165313.ZM18037@torch.brasslantern.com> <5632E10F.5050301@eastlink.ca>
On Oct 29, 8:16pm, Ray Andrews wrote:
}
} Ok, that's one of those little things that's easy to get wrong.
} I'm thinking of each command being finished and returned before
} the next one is even looked at. Is there some fix for that?
Well, no. That would be Gromit laying his railroad tracks.
} It seems this sort of thing is only a problem with aliases, or at
} least that I've seen so far.
Aliases are one of those things like "setopt interactive_comments"
that actually changes the parsing.
torch% setopt interactivecomments; echo # this is not a comment
# this is not a comment
Messages sorted by:
Reverse Date,
Date,
Thread,
Author