From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16677 invoked by alias); 7 Feb 2015 21:13:56 -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: 19831 Received: (qmail 8856 invoked from network); 7 Feb 2015 21:13:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=N4iERgLwoSFr6QmkUhPwqgD4+yyGFtvVQzxXPoQH4Ug=; b=J6kiimeqsfRXzh7eIK4HcbDiGaUMf7Twpr2UZvXchdeG6bkSHIZIhFhKNCNQq9xwe7 CMyqp2xUCeK8kgqT/AH8I9mbb4TETurkW7UbZJ4jo2qudABo7xv5Atyttb5+cjJZmR6N ewadtsODPEnS6h6fugobJ1rm2WTnlavFPm1lxWueEoBET/S0czKytto+u0UMuPfjZZXQ sGfFXdOg9uwANr2xrElQpcEl5Oh1LwDX8slxkUB7VL6AYHthUM5REbAqn2qbIB81ovKM EwrK4XBRk9GFN1Lo6arlCNgTSPIepL0gL126BHpVmWA9MijWoo2oP+cJB7kbsQD0aTVB R8GQ== X-Received: by 10.194.80.193 with SMTP id t1mr23866965wjx.8.1423343626908; Sat, 07 Feb 2015 13:13:46 -0800 (PST) Date: Sat, 7 Feb 2015 21:13:45 +0000 From: Stephane Chazelas To: Bart Schaefer Cc: zsh-users@zsh.org Subject: Re: How to link to zsh manual section? Message-ID: <20150207211345.GA8278@chaz.gmail.com> Mail-Followup-To: Bart Schaefer , zsh-users@zsh.org References: <150207120056.ZM10752__13292.4999263652$1423339408$gmane$org@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <150207120056.ZM10752__13292.4999263652$1423339408$gmane$org@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) 2015-02-07 12:00:56 -0800, Bart Schaefer: > On Feb 6, 11:23pm, zzapper wrote: > } > } A few tips on negotiating the zsh manuals please > > In addition to what Mikael said about the PDF, using the "info" reader > (or emacs itself if that's your editor of choice) to browse the texinfo > documentation is probably the best interactive method for finding a > specific section, command, or topic. It's the source for the PDF so > has all the same indices, and has one-keystroke commands for jumping > to the top of the current section or back to the last place you were > reading, etc. > > If you have a build tree and have installed yodl, you can read the doc > for your most recent rebuild with: > > make info > info -f Doc/zsh.info > > Otherwise "info zsh" should pull up the doc for the installed zsh package. And for age: info --index-search=age zsh (or in info zsh, press i to get the index (with completion)). IMO, info is several orders of magnitude better for browsing the zsh manual than bash. On Debian and derivatives, install the zsh-doc package to get it. -- Stephane