Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Fix node references and menu (was Re: Yodl 4 required?)
- X-seq: zsh-workers 49844
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: dana <dana@xxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: PATCH: Fix node references and menu (was Re: Yodl 4 required?)
- Date: Sun, 13 Mar 2022 21:00:16 -0700
- Archived-at: <https://zsh.org/workers/49844>
- In-reply-to: <CAH+w=7Yd_Xk2_krs2qJb93im6jYSWGDseQEsB=8G506U+-2gkg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7aiLrV9bMHfzVq3i67+wVjuqdxt-QBXpSUO8HmPzmQQDw@mail.gmail.com> <7f1022ed-e3cf-463b-a19c-3e097406a0db@www.fastmail.com> <CAH+w=7Yd_Xk2_krs2qJb93im6jYSWGDseQEsB=8G506U+-2gkg@mail.gmail.com>
On Sun, Mar 13, 2022 at 8:34 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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.
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)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author