zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: dana <dana@dana.is>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: PATCH: Fix node references and menu (was Re: Yodl 4 required?)
Date: Sun, 13 Mar 2022 21:00:16 -0700	[thread overview]
Message-ID: <CAH+w=7b_X=TD05skkMdi0VPsbbeONTa9e6B48BpmKHf2FhwkcQ@mail.gmail.com> (raw)
In-Reply-To: <CAH+w=7Yd_Xk2_krs2qJb93im6jYSWGDseQEsB=8G506U+-2gkg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

On Sun, Mar 13, 2022 at 8:34 PM Bart Schaefer <schaefer@brasslantern.com> wrote:
>
> makeinfo (GNU texinfo) 4.8 fails
> texi2any (GNU texinfo) 6.7 works

This repairs the cross-references.  texi2any seems to be too
forgiving, because these really were wrong.

[-- Attachment #2: noderefs.txt --]
[-- Type: text/plain, Size: 1273 bytes --]

diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index c53ca645e..00cbbcd27 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1897,6 +1897,13 @@ The tt(PUSHD_MINUS)
 option exchanges the effects of `tt(~PLUS())' and `tt(~-)' where they are
 followed by a number.
 
+startmenu()
+menu(Dynamic named directories)
+menu(Static named directories)
+menu(`=' expansion)
+menu(Notes)
+endmenu()
+
 texinode(Dynamic named directories)(Static named directories)()(Filename Expansion)
 subsect(Dynamic named directories)
 cindex(directories, named, dynamic)
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index f0165c7c1..2d033a0a1 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -733,7 +733,7 @@ enditem()
 enditem()
 
 texinode(Zle Widgets)(User-Defined Widgets)(Zle Builtins)(Zsh Line Editor)
-sect(Widgets)
+sect(Zle Widgets)
 cindex(widgets)
 All actions in the editor are performed by `widgets'.  A widget's job is
 simply to perform some small action.  The ZLE commands that key sequences
@@ -2627,7 +2627,7 @@ argument, multiple words will be selected.
 )
 enditem()
 
-texinode(Character Highlighting)()(Zle Widgets)(Zsh Line Editor)
+texinode(Character Highlighting)()(Standard Widgets)(Zsh Line Editor)
 sect(Character Highlighting)
 
 vindex(zle_highlight, setting)

  reply	other threads:[~2022-03-14  4:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-13 21:22 Yodl 4 required? Bart Schaefer
2022-03-14  1:56 ` dana
2022-03-14  3:34   ` Bart Schaefer
2022-03-14  4:00     ` Bart Schaefer [this message]
2022-04-10 22:07       ` PATCH: Fix node references and menu (was Re: Yodl 4 required?) Daniel Shahaf
2022-04-21 21:34         ` Bart Schaefer

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='CAH+w=7b_X=TD05skkMdi0VPsbbeONTa9e6B48BpmKHf2FhwkcQ@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=dana@dana.is \
    --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).