From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6107 invoked by alias); 27 Sep 2015 18:49:16 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20658 Received: (qmail 24743 invoked from network); 27 Sep 2015 18:49:15 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1443379393; bh=VyZLdBQnzIREUZYtwMdOUqg/ZIQE+OqOJWzBZTxGzAc=; h=From:To:In-Reply-To:References:Subject:Date; b=BHFbzNAG3HRdj8tDWLgKXkM/uMqgpt+l0k3GXFX6XHn2b5sI7pTNAteCcWwIsvwrG RsgVJg+Ueq6LHoT9Ty6d5OH/zneE1UX2nibKhdihSuEYb1RQGY33kafrhDC7Gcup4j JP7w+ZJ4V8b5uw/QBRaJP9K7ry2mju/9sFmYqlis= From: ZyX To: Ray Andrews , "zsh-users@zsh.org" In-Reply-To: <5608358A.6040500@eastlink.ca> References: <20150926101839.GA14021@gmail.com> <20150926180827.GA2617@gmail.com> <20150926185710.GA3981@gmail.com> <56070A12.7090907@eastlink.ca> <150926143404.ZM17641@torch.brasslantern.com> <560715DA.3010405@eastlink.ca> <150927095846.ZM27742@torch.brasslantern.com> <5608358A.6040500@eastlink.ca> Subject: Re: question about parameter expansion MIME-Version: 1.0 Message-Id: <445811443379392@web6j.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sun, 27 Sep 2015 21:43:12 +0300 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r 27.09.2015, 21:30, "Ray Andrews" : > On 09/27/2015 09:58 AM, Bart Schaefer wrote: >> šBy process of elimination I've determined, in spite of you not answering >> šmy question, > > I glossed over it because in the doc there seems to be nothing that > indicates > the ability to be case sensitive or not. The index seems to just be > what it is. >> šthat you're looking at the HTML documentation, probably on >> šwww.zsh.org. > > Yup. I take it on faith that that would be the most current. I expect > that when > modifications take place, it's there first and thence it makes it's way > into > releases. There has to be a master somewhere, no? >> šLast modified: 2014-01-07 >> >> šIt's puzzling that the "Concept Index" pages haven't been updated since >> šJanuary 2014 given that the rest of the manual was supposedly rebuilt >> šlast October, but either way it's a year or more out of date. You might >> štry using the manuals that go with your local build. > > Nuts I had no idea there was any such thing. I've man pages of course > but no HTML. > Where is it to be found? Depends on the distribution, it may choose to remove them. If it did not, most likely somewhere in /usr/share/doc I think. Gentoo has this in /usr/share/doc/zsh-{version}/html assuming zsh built with USE=doc.