zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk
Subject: Re: New yodl warnings with CVS
Date: Fri, 14 Dec 2007 11:24:29 +0000	[thread overview]
Message-ID: <20071214112429.43b0c855@news01> (raw)
In-Reply-To: <200712140043.17001.ismail@pardus.org.tr>

On Fri, 14 Dec 2007 00:43:16 +0200
Ismail Dönmez <ismail@pardus.org.tr> wrote:
> Hi all,
> 
> I am getting these warning from yodl lately,
> 
> expn.yo:1065: No macro: time(...)
> calsys.yo:494: No macro: timeNL(...)
> calsys.yo:494: No macro: warntimeNL(...)
> calsys.yo:494: No macro: warnstrNL(...)
> calsys.yo:494: No macro: rpttimeNL(...)
> calsys.yo:494: No macro: rptstrNL(...)
> 
> Any ideas?

I've been seeing these intermittently, but every time I look more closely
they go away, so I haven't been very sedulous in their pursuit.

I *think* the answer is the following.  The macro has always been slackly
defined (c.f. the definition of sitem in zman.yo) but it's only recently
been used in a way that makes that obvious.

Index: Doc/ztexi.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/ztexi.yo,v
retrieving revision 1.5
diff -u -r1.5 ztexi.yo
--- Doc/ztexi.yo	20 Mar 2006 11:06:24 -0000	1.5
+++ Doc/ztexi.yo	14 Dec 2007 11:22:06 -0000
@@ -183,7 +183,7 @@
   enditem()\
 )
 def(sitem)(2)(\
-  item(ARG1)(NL()ARG2)\
+  item(ARG1)(+NL()ARG2)\
 )
 def(sxitem)(1)(\
   xitem(ARG1)\



-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


  reply	other threads:[~2007-12-14 11:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-13 22:43 Ismail Dönmez
2007-12-14 11:24 ` Peter Stephenson [this message]
2007-12-14 19:47   ` Ismail Dönmez
2007-12-16 16:37     ` Ismail Dönmez

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=20071214112429.43b0c855@news01 \
    --to=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /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).