zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>,
	zsh-workers@sunsite.auc.dk
Subject: PATCH: "wordcode" (Re: PATCH: "User Contributions" manual, & misc.)
Date: Wed, 6 Sep 2000 15:38:02 +0000	[thread overview]
Message-ID: <1000906153803.ZM22579@candle.brasslantern.com> (raw)
In-Reply-To: <200009061315.PAA01023@beta.informatik.hu-berlin.de>

On Sep 6,  3:15pm, Sven Wischnowsky wrote:
} Subject: Re: PATCH: "User Contributions" manual, & misc.
}
} 
} Just two more comments...
} 
} - Somehow I thought we agreed to avoid the word `wordcode'

That's from cut'n'pasting the comments out of zrecompile.  Change follows.

} - My super-brand-new yodl 1.31 turns the ``interesting'' into
}   "interesting'' in the info file. Looks kinda weird (and is used in
}   other places, too).

Ah; we already have macros to handle '', but we didn't do ``.  Hmm, I see
Andrej has already made the change I was about to make.

Index: Doc/Zsh/contrib.yo
===================================================================
@@ -90,14 +90,14 @@
 findex(zrecompile)
 xitem(tt(zrecompile) [ tt(-qt) ] [ var(name) ... ])
 item(tt(zrecompile) [ tt(-qt) ] tt(-p) var(args) [ tt(-)tt(-) var(args) ... ])(
-This tries to find wordcode files and automatically re-compile them if at
-least one of the original files is newer than the wordcode file.  This
-works only if the names stored in the wordcode files are full paths or are
-relative to the directory that contains the wordcode file.
-
-In the first form, each var(name) is the name of a wordcode file or a
-directory containing wordcode files that should be checked. If no
-arguments are given, the directories and wordcode files in $fpath are
+This tries to find tt(*.zwc) files and automatically re-compile them if at
+least one of the original files is newer than the compiled file.  This
+works only if the names stored in the compiled files are full paths or are
+relative to the directory that contains the tt(.zwc) file.
+
+In the first form, each var(name) is the name of a compiled file or a
+directory containing tt(*.zwc) files that should be checked.  If no
+arguments are given, the directories and tt(*.zwc) files in tt(fpath) are
 used.
 
 When tt(-t) is given, no compilation is performed, but a return status of
@@ -105,9 +105,9 @@
 non-zero (false) otherwise.  The tt(-q) option quiets the chatty output
 that describes what tt(zrecompile) is doing.
 
-Without the tt(-t) option, the return status is zero if all wordcode files
-that needed re-compilation could be compiled and non-zero if compilation
-for at least one of the files failed.
+Without the tt(-t) option, the return status is zero if all files that
+needed re-compilation could be compiled and non-zero if compilation for at
+least one of the files failed.
 
 If the tt(-p) option is given, the var(args) are interepted as one
 or more sets of arguments for tt(zcompile), separated by `tt(-)tt(-)'.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  parent reply	other threads:[~2000-09-06 15:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-06 13:15 PATCH: "User Contributions" manual, & misc Sven Wischnowsky
2000-09-06 13:28 ` Andrej Borsenkow
2000-09-06 14:38 ` PATCH: " Andrej Borsenkow
2000-09-06 15:38 ` Bart Schaefer [this message]
2000-09-06 15:48   ` PATCH: "wordcode" (Re: PATCH: "User Contributions" manual, & misc.) Bart Schaefer

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=1000906153803.ZM22579@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@sunsite.auc.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).