zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: regexparse
Date: 29 Dec 1999 22:13:43 +0900	[thread overview]
Message-ID: <rsqemc5ga9k.fsf@crane.jaist.ac.jp> (raw)
In-Reply-To: Tanaka Akira's message of "25 Dec 1999 09:41:08 +0900"

In article <rsqiu1nj1i3.fsf@crane.jaist.ac.jp>,
  Tanaka Akira <akr@jaist.ac.jp> writes:

> Finally, I re-implemented most of `_regex_arguments' in C.

This patch removes cache-path tag from documents and _zstyle since it
is not used now.

Index: Completion/Builtins/_zstyle
===================================================================
RCS file: /projects/zsh/zsh/Completion/Builtins/_zstyle,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 _zstyle
--- Completion/Builtins/_zstyle	1999/12/23 22:09:28	1.1.1.1
+++ Completion/Builtins/_zstyle	1999/12/29 13:06:37
@@ -11,7 +11,6 @@
   accept-exact		 c:bool
   arguments		 c:
   auto-description	 c:
-  cache-path		 'c:_path_files -/'
   completer		 c:completer
   completions		 c:
   condition		 c:
Index: Doc/Zsh/compsys.yo
===================================================================
RCS file: /projects/zsh/zsh/Doc/Zsh/compsys.yo,v
retrieving revision 1.1.1.103
diff -u -r1.1.1.103 compsys.yo
--- Doc/Zsh/compsys.yo	1999/12/23 23:01:41	1.1.1.103
+++ Doc/Zsh/compsys.yo	1999/12/29 13:06:39
@@ -571,9 +571,6 @@
 item(tt(ps))(
 used to look up the tt(arguments) and tt(list-arguments) styles
 )
-item(tt(regex))(
-used to look up tt(cache-path) style
-)
 item(tt(sequences))(
 for sequences (e.g. tt(mh) sequences)
 )
@@ -650,13 +647,6 @@
 the description for this argument. Depending on personal preferences,
 it may be useful to set this style to something like `tt(specify: %d)'. 
 Note that this may not work for some commands.
-)
-item(tt(cache-path))(
-The tt(_regex_arguments) utility function used by some completion
-functions creates shell functions on the fly. If this style is set to
-a non-empty string, the value is taken as the name of a directory
-where to store these functions so that they don't have to be created
-anew when the completion function is used in another shell.
 )
 item(tt(completer))(
 The strings given as the value of this style give the names of the
Index: Doc/Zsh/mod_zutil.yo
===================================================================
RCS file: /projects/zsh/zsh/Doc/Zsh/mod_zutil.yo,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 mod_zutil.yo
--- Doc/Zsh/mod_zutil.yo	1999/12/20 11:24:39	1.1.1.6
+++ Doc/Zsh/mod_zutil.yo	1999/12/29 13:06:39
@@ -108,4 +108,7 @@
 are not used to determine how the other strings have to be aligned.
 The resulting strings are stored in the var(array).
 )
+item(tt(zregexparse))(
+This implements the internals of the `tt(_regex_arguments)'.
+)
 enditem()
-- 
Tanaka Akira


      parent reply	other threads:[~1999-12-29 13:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-25  0:41 Tanaka Akira
1999-12-25 11:37 ` Tanaka Akira
1999-12-28 12:01   ` Peter Stephenson
1999-12-29 13:13 ` Tanaka Akira [this message]

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=rsqemc5ga9k.fsf@crane.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --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).