zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: expn.yo
@ 2000-05-10 17:24 Tanaka Akira
  2000-05-10 17:31 ` Tanaka Akira
  0 siblings, 1 reply; 2+ messages in thread
From: Tanaka Akira @ 2000-05-10 17:24 UTC (permalink / raw)
  To: zsh-workers

Z(4):akr@serein% make zshexpn.1
case zshexpn.1 in \
  */*) target=zshexpn.1 ;; \
  *) target=./zshexpn.1 ;; \
esac; \
case 'yodl' in :*) ;; *) \
    yodl -I. -w zman.yo version.yo zshexpn.yo | sed -e '1s/\\-/-/g' -e '/^\.'\''/d' > $target \
;; esac; \
test -f $target
Zsh Yodl-to-man converter
Including file Zsh/expn.yo
Zsh/expn.yo: 114: manref
Zsh/expn.yo: 114: ( expected
Zsh/expn.yo: 114: last parsed symbol: `ifnzman'
Z(4):akr@serein% 

Hm.

Index: Doc/Zsh/expn.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/expn.yo,v
retrieving revision 1.12
diff -u -r1.12 expn.yo
--- Doc/Zsh/expn.yo	2000/05/08 08:58:37	1.12
+++ Doc/Zsh/expn.yo	2000/05/10 17:15:55
@@ -111,7 +111,7 @@
 If the shell encounters the character sequence `tt(!")'
 in the input, the history mechanism is temporarily disabled until
 the current list (see
-ifzman(manref(zshmisc))\
+ifzman(manref(zshmisc)(1))\
 ifnzman(noderef(Shell Grammar))\
 ) is fully parsed.  The `tt(!")' is removed from the input, and any
 subsequent `tt(!)' characters have no special significance.
-- 
Tanaka Akira


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

* Re: PATCH: expn.yo
  2000-05-10 17:24 PATCH: expn.yo Tanaka Akira
@ 2000-05-10 17:31 ` Tanaka Akira
  0 siblings, 0 replies; 2+ messages in thread
From: Tanaka Akira @ 2000-05-10 17:31 UTC (permalink / raw)
  To: zsh-workers

In article <hvog0rqjp2u.fsf@serein.m17n.org>,
  Tanaka Akira <akr@m17n.org> writes:

> -ifzman(manref(zshmisc))\
> +ifzman(manref(zshmisc)(1))\

Oops.  I found zmanref.

Index: Doc/Zsh/expn.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/expn.yo,v
retrieving revision 1.13
diff -u -r1.13 expn.yo
--- Doc/Zsh/expn.yo	2000/05/10 17:24:55	1.13
+++ Doc/Zsh/expn.yo	2000/05/10 17:28:38
@@ -111,7 +111,7 @@
 If the shell encounters the character sequence `tt(!")'
 in the input, the history mechanism is temporarily disabled until
 the current list (see
-ifzman(manref(zshmisc)(1))\
+ifzman(zmanref(zshmisc))\
 ifnzman(noderef(Shell Grammar))\
 ) is fully parsed.  The `tt(!")' is removed from the input, and any
 subsequent `tt(!)' characters have no special significance.
-- 
Tanaka Akira


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

end of thread, other threads:[~2000-05-10 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-10 17:24 PATCH: expn.yo Tanaka Akira
2000-05-10 17:31 ` Tanaka Akira

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