Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] more doubles
- X-seq: zsh-workers 29311
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] more doubles
- Date: Wed, 18 May 2011 00:32:11 +0200
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NINAPyilcF/+DZSEb+p2RzXcZc32IMh286VepBWKLzg=; b=KaZZHRkW2uAT3yKgcV0tx7sKPMvlOfQ7rjpKiYBdoimPLHUx1zrYnXK4vTU85yNQES MxJOlU3QMobbT/7L5j3ACIBpIp7RsZ7/tbLLhbyg5zHaFWiNkICM8bItTy38PVnBig2K ZicH+mkR7QdmqEBDvtRuQD8H1womhKmM+8LwA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=etGeAzuKeAGXhUxa7eV1wH6kT5yfirKfw5vx62k4amYgtgoKZ3F+0ikvniB40ihLcV K4P5xEf7eIvT4sfj8zYQkAvK2Y5KzPam22//8g4Q89F2eyhSUGVnKwEN589/VTfMf99w it6DclsOS+YDb6zn+Nnntz38AdyxVvj7BkFJw=
- In-reply-to: <20110517222614.GC34082@dan.emsphone.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1305660179-30039-1-git-send-email-mikachu@gmail.com> <20110517222614.GC34082@dan.emsphone.com>
On 18 May 2011 00:26, Dan Nelson <dnelson@xxxxxxxxxxxxxxx> wrote:
> In the last episode (May 17), Mikael Magnusson said:
>> Realized I should just search for any doubled word instead of trying to
>> think up examples. I hope nobody minds I didn't reflow comments. :)
>>
>> --- a/Doc/Zsh/builtins.yo
>> +++ b/Doc/Zsh/builtins.yo
>> @@ -406,7 +406,7 @@ with emulations to be set to their values in tt(sh). tt(fni) then
>> calls tt(fno); because tt(fno) is also marked for sticky tt(sh)
>> emulation, no option changes take place on entry to or exit from it.
>> Hence the option tt(cshnullglob), turned off by tt(sh) emulation, will
>> -be turned on within tt(fni) and remain on on return to tt(fno). On exit
>> +be turned on within tt(fni) and remain on return to tt(fno). On exit
>> from tt(fno), the emulation mode and all options will be restored to the
>> state they were in before entry to the temporary emulation.
>
> With my "Mister Grammar Person" hat on, I think the original was correct
> here. The first "on" being the state of cshnullglob, the second "on" being
> part of the phrase "on return to fno". The rest of the changes look good.
Aha, thanks. There were a couple of these cases to filter out,
especially "that that", but this one I missed.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author