zsh-workers
 help / color / mirror / code / Atom feed
From: "Jun T." <takimoto-j@kba.biglobe.ne.jp>
To: zsh-workers@sunsite.dk
Subject: Re: PATCH: add -t <fmt> option to history
Date: Tue, 3 Mar 2009 18:42:03 +0900	[thread overview]
Message-ID: <a0600102bc5d2a967ae37@kba.biglobe.ne.jp> (raw)
In-Reply-To: <20090226171549.209b2e0d@news01>

At 17:15 +0000 09.2.26, Peter Stephenson wrote:
>Index: Doc/Zsh/prompt.yo
>===================================================================
...
>+characters are provided to tt(strftime()) with any leading `tt(-)',

It seems this causes the following error during making zshmisc.1

prompt.yo:191: No macro: strftime(...)

The following will fix this, but I'm not familiar with yodl
and not sure whether this is the best fix.

Index: Doc/Zsh/prompt.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/prompt.yo,v
retrieving revision 1.17
diff -u -r1.17 prompt.yo
--- Doc/Zsh/prompt.yo	2 Mar 2009 10:12:15 -0000	1.17
+++ Doc/Zsh/prompt.yo	3 Mar 2009 09:38:49 -0000
@@ -185,7 +185,7 @@
 format character causes a leading zero or space to be stripped
 is handled directly by the shell for the format characters tt(d), tt(f),
 tt(H), tt(k), tt(l), tt(m), tt(M), tt(S) and tt(y); any other format
-characters are provided to tt(strftime()) with any leading `tt(-)',
+characters are provided to tt(strftime+LPAR()RPAR()) with any leading `tt(-)',
 present, so the handling is system dependent.  Further GNU
 extensions are not supported at present.
 )


  parent reply	other threads:[~2009-03-03  9:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-26 15:52 Peter Stephenson
     [not found] ` <20090226163512.GA5181@sc.homeunix.net>
2009-02-26 17:15   ` Peter Stephenson
2009-02-26 17:31     ` Peter Stephenson
2009-03-03  9:42     ` Jun T. [this message]
2009-03-03  9:50       ` Peter Stephenson

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=a0600102bc5d2a967ae37@kba.biglobe.ne.jp \
    --to=takimoto-j@kba.biglobe.ne.jp \
    --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).