Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange parsing bug(?)
- X-seq: zsh-workers 25785
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Re: Strange parsing bug(?)
- Date: Wed, 1 Oct 2008 03:05:49 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=MzAyo8NdfVkxCOf5eO5xee1ELvMxVYRyAVlxbeqNsnM=; b=M0IRAZR/og3aSmzI3SID0E7VU1PVBg6vP8b/mv7/nUdL2DDKZMCH0ghtTeOM1RdQFU KyD6d2kH0XUXbWbmPEaprcQJSp9428AhjDYp3pj1Yr05Nl/4/nb1JIkU1efeoHfdcCWL M6x0UmkcDvnNFLs9YYXtft71KdW/qkucukFH0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=XrfkRki4H3Ze1E5x8AmwtUqX/nrSQcZ7cwUNkb9UbUMdu8d5byUrl9Fjtim+AIeXkY zyZW43AxH/MLvAfagyju8S+591yxLdDn2zZHICUBpLvdfS3cxc0OLgU3Pj+36UvVbwcx 4e0AfTljO1f73XXSrUM1obR/EY2RwTyAYoHag=
- In-reply-to: <2d460de70809301756j71effaa9waa6b1a1d0736d9b9@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70809301756j71effaa9waa6b1a1d0736d9b9@xxxxxxxxxxxxxx>
On Wed, Oct 1, 2008 at 02:56, Richard Hartmann
<richih.mailinglist@xxxxxxxxx> wrote:
> [crap]
Of course, the second I hit enter, I realize what the actual issue is.
I.e. the second I mentally step back from the problem, I realize it's
not actually a string I want to echo, any more. This _is_ an
interactive session, after all. The shell _has_ to act the way it does.
I blame my cold & headache ;)
Sorry for the noise,
Richard
PS: Of course, the man page was there to tell me about it, all
along
PPS: Whoever chose !" in the mists of time made a rather
annoying mistake. It's not as if an exclamation mark followed
by a string delimiter is rare..
PPPS: Is there any sane way to write code including !" that
will behave the same way in interactive & batch mode? And no,
using ! " does not count ;)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author