From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12938 invoked by alias); 12 Jul 2010 09:37:19 -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: 15165 Received: (qmail 15366 invoked from network); 12 Jul 2010 08:38:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Helmut Jarausch Cc: Zsh Users Subject: Re: Latest GIT version fails to build In-Reply-To: <1278917383.4647.0@numa-i> (Helmut Jarausch's message of "Mon, 12 Jul 2010 08:49:43 +0200") References: <1278917383.4647.0@numa-i> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Date: Mon, 12 Jul 2010 10:30:11 +0200 Message-ID: <87vd8lrtkc.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Df-Sender: 430444 Helmut Jarausch wrote: > since a few days I'm getting the error below when trying to build > ZSH > > /var/tmp/portage/app-shells/zsh-9999/work/zsh/Doc/infodir// > tzsh.texi:30462: Up reference to nonexistent node `User' (perhaps > incorrect sectioning?). This happens with "make info" only. With just "make" there's still a warning: contrib.yo:519: No macro: tmp(...) The following fixes the warning. Still need to look into the error. diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 73bbb52..a439b3a 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -511,7 +511,7 @@ item(tt(pattern:var(pattern)))( Gives a zsh pattern for directories that should not be added to the recent list (if not already there). This element can be repeated to add different patterns. For example, -tt('pattern:/tmp(|/*)') stops tt(/tmp) or its descendants from being +tt('pattern:/tmp+LPAR()|/*RPAR()') stops tt(/tmp) or its descendants from being added. The tt(EXTENDED_GLOB) option is always turned on for these patterns. )