Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Unreferenced node 'Completion System Variables'
- X-seq: zsh-workers 39297
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: Re: Unreferenced node 'Completion System Variables'
- Date: Mon, 12 Sep 2016 09:44:16 -0700
- 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==
- In-reply-to: <CACeGjnV_dF7gpk_m06UedqMr8pqKgyVzpTTsCa+bf11tj26H3Q@mail.gmail.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: <CACeGjnV_dF7gpk_m06UedqMr8pqKgyVzpTTsCa+bf11tj26H3Q@mail.gmail.com>
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)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author