zsh-workers
 help / color / mirror / code / Atom feed
* Unreferenced node 'Completion System Variables'
@ 2016-09-11 20:48 Vin Shelton
  2016-09-12 16:44 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Vin Shelton @ 2016-09-11 20:48 UTC (permalink / raw)
  To: Zsh Hackers' List


[-- Attachment #1.1: Type: text/plain, Size: 478 bytes --]

Without the attached patch I get the following error on 'make install.info':

tzsh.texi:25324: warning: unreferenced node `Completion System Variables'
tzsh.texi:19532: node `Completion System' lacks menu item for `Completion
System Variables' despite being its Up target
Makefile:494: recipe for target 'install.info' failed
make[1]: *** [install.info] Error 1

I don't think I have commit privileges since we moved to git, so if this
looks OK, please apply it.

Thanks,
  Vin

[-- Attachment #1.2: Type: text/html, Size: 758 bytes --]

[-- Attachment #2: diffs --]
[-- Type: application/octet-stream, Size: 993 bytes --]

diff --git a/ChangeLog b/ChangeLog
index 78931ad..f120d24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-11  Vin Shelton  <ethersoft@gmail.com>
+
+	* Doc/Zsh/compsys.yo:
+	Added Completion System Variables as a menu item
+
 2016-09-11  Oliver Kiddle  <opk@zsh.org>
 
 	* 39261 (tweaked cf. Daniel: 39275): Doc/Zsh/compsys.yo:
@@ -17,6 +22,7 @@
 
 	* 39252: Src/Zle/compcore.c, Src/Zle/compctl.c,
 	Src/Zle/computil.c, Src/Zle/zle_misc.c, Src/Zle/zle_tricky.c,
+
 	Src/builtin.c, Src/subst.c, Src/text.c, Src/utils.c: internal:
 	quotestring: Drop the 'e' parameter, which no caller uses.
 
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index bc036ad..87be0fc 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -91,6 +91,7 @@ menu(Control Functions)
 menu(Bindable Commands)
 menu(Completion Functions)
 menu(Completion Directories)
+menu(Completion System Variables)
 endmenu()
 
 texinode(Initialization)(Completion System Configuration)()(Completion System)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Unreferenced node 'Completion System Variables'
  2016-09-11 20:48 Unreferenced node 'Completion System Variables' Vin Shelton
@ 2016-09-12 16:44 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2016-09-12 16:44 UTC (permalink / raw)
  To: Zsh Hackers' List

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)
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-12 16:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-11 20:48 Unreferenced node 'Completion System Variables' Vin Shelton
2016-09-12 16:44 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).