Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: fc -l doesn't match %h number?
- X-seq: zsh-workers 25800
- From: "Rocky Bernstein" <rocky.bernstein@xxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: fc -l doesn't match %h number?
- Date: Thu, 2 Oct 2008 04:38:57 -0400
- Cc: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- 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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=DF5Z1/310QvAco3h2lhhl/30pg16jZa+l7+WAD5C7Ao=; b=TcPBJt+WaeMAAlT/NOC3hBK7wT8h7Y3RjMLNMKsRp5R8glA8HcTEuePwyyfQ0SLx6d TAUGclo7IYg6329ie3MBTG1kkEpo3DhHtnuJbz7KCYyR7UdKYy3e6kwiSGDIYGI/3fBP 8F4TfxPU7hB0HKQAAkY4fJiVH2+beebnY49mo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=dB8vZRZS4QTrgd8gIzPOV7505JSXBr2V3YThJCV1ECgN1LIiuG+vAqtVMT9Mc+39f0 s+CKrdXEqHBh3ZFVQyHAnvs6pKlK7ipOijbYDMQkcLRhaQ8i51F1L1DWMWugnx8v44hC BHufDob4GTgUk1ni01cF9zSn+k6acRHnXq4e8=
- In-reply-to: <081001232100.ZM13474@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <6cd6de210810010854y37b51e98wc10e5008cf89423c@xxxxxxxxxxxxxx> <081001232100.ZM13474@xxxxxxxxxxxxxxxxxxxxxx>
On Thu, Oct 2, 2008 at 2:21 AM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Oct 1, 11:54am, Rocky Bernstein wrote:
...
> Note that everything that happened at "level: 1" has vanished, including
> the value shown by %h, when we get back to "level: 0".
I didn't mention this because I expect this. This is how subshells
work in general and if you look at the full debugger, this part in
fact is handled both here and in the more general case (aside from
bugs in my code).
I don't expect %h and the number of entries in fc -l to be inconsistent though.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author