Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Value of $0
- X-seq: zsh-workers 15595
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Value of $0
- Date: Tue, 7 Aug 2001 18:03:20 +0000
- In-reply-to: <3B702A64.F7D8A448@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1010806144633.ZM7876@xxxxxxxxxxxxxxxxxxxxxxx> <3B6EB81D.B0612E7B@xxxxxxxxxxxxx> <1010807161625.ZM9619@xxxxxxxxxxxxxxxxxxxxxxx> <3B702A64.F7D8A448@xxxxxxxxxxx>
On Aug 7, 6:50pm, Oliver Kiddle wrote:
}
} > It's actually worse than that. (Emulation does setopt nocorrect, or at
} > least does not setopt correct.) The special meanings of "nocorrect" and
} > "noglob" should be disabled in emulation.
}
} ok, so emulate should disable noglob and nocorrect then.
The problem there is that almost everything else done by "emulate" can be
undone with "setopt". (There are a couple of exceptions, I know.)
} I just noticed a silly bug in _enable which was my fault some while ago
} so fix is below.
}
} I'll also just add `_value:DISPLAY() _x_display' in _value.
Shouldn't that be
_value:DISPLAY() { _x_display "$@" }
just so we don't need to edit _value in case _x_display starts paying
attention to its positionals?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author