zsh-workers
 help / color / mirror / code / Atom feed
From: Jun T <takimoto-j@kba.biglobe.ne.jp>
To: zsh-workers@zsh.org
Subject: Re: install.info failure
Date: Tue, 25 May 2021 13:00:10 +0900	[thread overview]
Message-ID: <5B5BB9D7-4EED-42C8-8A46-C6DE0DC233E0@kba.biglobe.ne.jp> (raw)
In-Reply-To: <20210524202230.GC5006@tarpaulin.shahaf.local2>


> 2021/05/25 5:22、Daniel Shahaf <d.s@daniel.shahaf.name>のメール:
> 
> Daniel Shahaf wrote on Sat, May 22, 2021 at 13:23:35 +0000:
>> Vin Shelton wrote on Sat, 22 May 2021 13:11 +00:00:
>>> tzsh.texi:37730: @ref reference to nonexistent node `Manipulating Hook Functions'
>> 
>> Regression from 48853, which added a noderef() to something that isn't
>> the argument of a texinode().

I was not following this thread, but 'make html' also fails after the commit.

@ref can refer only to a node or an anchor.
A simple fix is to add a new yodl macro 'anchor' and put an anchor at the
subsection 'Manipulating Hook Functions'.


diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index a972f08d6..12ad3198a 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -287,6 +287,7 @@ any prefix, even a single letter; thus tt(a) is the same as tt(aliases),
 tt(z) is the same as tt(zstyles), etc.
 enditem()
 
+anchor(Manipulating Hook Functions)
 subsect(Manipulating Hook Functions)
 cindex(hook function utility)
 
diff --git a/Doc/ztexi.yo b/Doc/ztexi.yo
index 50bae6d48..c22f71b2d 100644
--- a/Doc/ztexi.yo
+++ b/Doc/ztexi.yo
@@ -155,6 +155,7 @@ def(zmanref)(1)(manref(ARG1)(1))
 def(noderef)(1)(\
   NOTRANS(@ref{)ARG1+NOTRANS(})\
 )
+def(anchor)(1)(NOTRANS(@anchor{)ARG1+NOTRANS(}))
 
 COMMENT(--- lists ---)
 



  reply	other threads:[~2021-05-25  4:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 13:11 Vin Shelton
2021-05-22 13:23 ` Daniel Shahaf
2021-05-24 20:22   ` Daniel Shahaf
2021-05-25  4:00     ` Jun T [this message]
2021-05-25  6:48       ` Bart Schaefer
2021-05-25  8:25         ` Jun T
2021-05-25 16:00           ` Bart Schaefer
2021-05-25 16:47           ` Daniel Shahaf
2021-05-25 20:58     ` Marlon Richert
2021-05-25 21:54       ` Bart Schaefer
2021-05-25 22:16       ` dana
2021-05-27 18:26         ` Marlon Richert
2021-05-31 22:33           ` Bart Schaefer
2021-06-01 10:44             ` Marlon Richert
2021-06-02  6:33               ` Bart Schaefer
2021-06-04 21:49                 ` dana
2021-06-05 16:09                   ` Bart Schaefer
2021-06-13 18:23                     ` [PATCH] " Bart Schaefer
2021-06-05 10:47 Thomas Paulsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5B5BB9D7-4EED-42C8-8A46-C6DE0DC233E0@kba.biglobe.ne.jp \
    --to=takimoto-j@kba.biglobe.ne.jp \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).