zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] zshguide typo (was: how to use tags in zsh completion system)
       [not found] <CAHAhJwJdcSYaftAkfOyv2v63LW-SdwV+34LZh0i-E3GUJzZv1g@mail.gmail.com>
@ 2020-08-28  3:16 ` Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2020-08-28  3:16 UTC (permalink / raw)
  To: zsh-workers; +Cc: Ahmad Ismail

Ahmad Ismail wrote on Wed, 26 Aug 2020 14:59 +0600:
>   [1]: http://zsh.sourceforge.net/Guide/zshguide06.html#l155

Incidentally, there's a mistake in there, a few screenfuls down:

diff --git a/Guide/zshguide/c6.yo b/Guide/zshguide/c6.yo
index 115ba40..4067917 100644
--- a/Guide/zshguide/c6.yo
+++ b/Guide/zshguide/c6.yo
@@ -909,7 +909,7 @@ The most powerful way of using tt(zstyle) is with the option tt(-e).  This
 says that the words you supply are to be evaluated as if as arguments to
 tt(eval).  This should set the array tt($reply) to the words to be used.
 So
-verb(  zstyle '*' days 'Monday Tuesday')
+verb(  zstyle '*' days Monday Tuesday)
 and
 verb(  zstyle -e '*' days 'reply=(Monday Tuesday)')
 are equivalent --- but the intention, of course, is that in the second case

I haven't tried to regenerate the latex and html with that change.
I don't really have time to figure it out, so I might cheat and
propagate the change by hand…

Cheers,

Daniel


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-28  3:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAHAhJwJdcSYaftAkfOyv2v63LW-SdwV+34LZh0i-E3GUJzZv1g@mail.gmail.com>
2020-08-28  3:16 ` [PATCH] zshguide typo (was: how to use tags in zsh completion system) Daniel Shahaf

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).