zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Sven Wischnowsky" <wischnow@informatik.hu-berlin.de>,
	<zsh-workers@sunsite.auc.dk>
Subject: RE: PATCH: Re: z(re)compile and deleted files
Date: Tue, 2 May 2000 16:16:20 +0400	[thread overview]
Message-ID: <001601bfb430$39486960$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <200005021131.NAA02737@beta.informatik.hu-berlin.de>

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

>
> This will make it recompile the zwc file if the number of files in it
> is different from the number of files that should go in it.
>

And if somebody adds one file while removing the other? O.K. new one
should be newer than wordcode file ... let's see.

> > BTW completion for zcompile does not list -t option (at least).
>
> Eh? From builtins.yo:
>

I said "completion" not "manual" :-) Patch follows. "examine wordcode
file" is not probably the best description - any takers?


[-- Attachment #2: _zcompile.diff --]
[-- Type: application/octet-stream, Size: 1057 bytes --]

--- Completion/Builtins/_zcompile.org	Tue Apr 11 12:59:19 2000
+++ Completion/Builtins/_zcompile	Tue May  2 16:07:29 2000
@@ -4,14 +4,15 @@
 typeset -A opt_args
 
 _arguments -s \
-    '(-c -m -a)-U[don'\''t expand aliases]' \
-    '(-M)-R[mark as read]' \
-    '(-R)-M[mark as mapped]' \
-    '(-c -z -m -a)-k[ksh-style autoloading]' \
-    '(-c -k -m -a)-z[zsh-style autoloading]' \
-    '(-U -z -k)-c[currently defined functions]' \
-    '(-U -z -k)-m[use names as patterns]' \
-    '(-U -z -k)-a[write autoload functions]' \
+    '(-t -c -m -a)-U[don'\''t expand aliases]' \
+    '(-t -M)-R[mark as read]' \
+    '(-t -R)-M[mark as mapped]' \
+    '(-t -c -z -m -a)-k[ksh-style autoloading]' \
+    '(-t -c -k -m -a)-z[zsh-style autoloading]' \
+    '(-t -U -z -k)-c[currently defined functions]' \
+    '(-t -U -z -k)-m[use names as patterns]' \
+    '(-t -U -z -k)-a[write autoload functions]' \
+    '(-M -R -U -z -k -a -c -m)-t[examine wordcode file]' \
     ':zwc file:_files' \
     '*:function:->function' && return 0
 

  reply	other threads:[~2000-05-02 12:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-02 11:31 Sven Wischnowsky
2000-05-02 12:16 ` Andrej Borsenkow [this message]
2000-05-03 12:17   ` Andrej Borsenkow
2000-05-02 17:44 ` Bart Schaefer
2000-05-03 12:27 Sven Wischnowsky

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='001601bfb430$39486960$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --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).