From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5452 invoked by alias); 12 Sep 2016 16:44:14 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39297 Received: (qmail 84 invoked from network); 12 Sep 2016 16:44:14 -0000 X-Qmail-Scanner-Diagnostics: from mail-pa0-f65.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.220.65):SA:0(0.0/5.0):. Processed in 0.558296 secs); 12 Sep 2016 16:44:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=9W/ZDxYFHyRTVN2/vEL262dtn+SC0eMxyT7nVhMEDLw=; b=xr7P91XhJXiTzBUfuT5210L41P3i6QvzgGJBVF35Ox1amLep1uNGkR9MhWFj/rgyZa 0wnS0WISEuiCv9nXb4WWfZQRc4wgEbp8TExr0zinWmzlr/NLbc8xpw3UWxRY1vVETZUf mVozylNnfndot9QY7BSfKR2FDoH/WojvdniKEqSEGaZWrXvfUz4ZiufYTpJFb73LJLqm 9GN0sEI/5TDzcoxqcPK/+MDxhHib+zm1NGasjF3mDTZAL+zLCWZlOhGgkUrJIVXx7fzD qL3R8d4WLUVJALzCPycVc/gRsqUz8uz3BA/OqYlMixcw9lGVzM4lfoX/jnrVbpealVsZ vLOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=9W/ZDxYFHyRTVN2/vEL262dtn+SC0eMxyT7nVhMEDLw=; b=cAqY1vovbIektPYAdbQZEBSlX5b55BerJTL/cYuOAO8bcfMF49ZNjvXlcJiE30+ShA rXpA+NzBHQKdrDxGICdw8nn0hEQOPKgmkJzQ2Uc2TUWaiViAgvStGg/0dBYtqzKyciTD UR/j3JOW580E7tvoictG7CWUZWVZEGWKiUSl3Rjh2nM2FmQWM5zLs8M92+/UCbo5qD9L 4czVMPf+5C1u6C+aiJgUd77wBjsy24GcPxUtaClj8UZ4rBwIvYCl2h/GJkZbKndZqWSr yOBJFk53RY0br1/IHoqMF9U85VOCptR/3YPJbyXgKtCdJaNb6WeBhamccVCJxZDh3SeV AolQ== X-Gm-Message-State: AE9vXwPjqX1PU24G3zwwIu5FKVZzPR7AFiFGeuMKDE73Wo2OxK84/c2ap8qNWCXpqyZb4w== X-Received: by 10.66.11.167 with SMTP id r7mr31333581pab.136.1473698648847; Mon, 12 Sep 2016 09:44:08 -0700 (PDT) From: Bart Schaefer Message-Id: <160912094416.ZM24551@torch.brasslantern.com> Date: Mon, 12 Sep 2016 09:44:16 -0700 In-Reply-To: Comments: In reply to Vin Shelton "Unreferenced node 'Completion System Variables'" (Sep 11, 4:48pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: Unreferenced node 'Completion System Variables' MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 11, 4:48pm, Vin Shelton wrote: } } Without the attached patch I get the following error on 'make install.info': } } tzsh.texi:25324: warning: unreferenced node `Completion System Variables' Even with the patch, I get this: Doc/zsh.texi:25327: Prev field of node `Completion System Variables' not pointed to. Doc/zsh.texi:23436: This node (Completion Functions) has the bad Next. Doc/zsh.texi:23436: Next field of node `Completion Functions' not pointed to (perhaps incorrect sectioning?). Doc/zsh.texi:25368: This node (Completion Directories) has the bad Prev. Fixing the "bad Next" resolves the "bad Prev". diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 87be0fc..cab665b 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3468,7 +3468,7 @@ emacs and vi respectively. ) enditem() -texinode(Completion Functions)(Completion Directories)(Bindable Commands)(Completion System) +texinode(Completion Functions)(Completion System Variables)(Bindable Commands)(Completion System) sect(Utility Functions) cindex(completion system, utility functions)