zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: completion docs (mainly)
Date: 09 Sep 1999 23:25:04 +0900	[thread overview]
Message-ID: <rsqu2p4novz.fsf@crane.jaist.ac.jp> (raw)
In-Reply-To: Sven Wischnowsky's message of "Thu, 9 Sep 1999 16:06:49 +0200 (MET DST)"

In article <199909091406.QAA03064@beta.informatik.hu-berlin.de>,
  Sven Wischnowsky <wischnow@informatik.hu-berlin.de> writes:

> I also renamed the `_cvs_disable_stat' key to `cvs_disable_stat' --
> Tanaka, could you check if the description is ok?

Good. Thanks.

Also, I found that `_urls' has a compadd without "$@".

Index: Completion/User/_urls
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/_urls,v
retrieving revision 1.1.1.3
diff -u -F^( -r1.1.1.3 _urls
--- _urls	1999/09/06 09:05:17	1.1.1.3
+++ _urls	1999/09/09 14:21:06
@@ -24,6 +24,10 @@
 #      ... drwxr-xr-x ... 512 Sep  3 02:48 ./bookmark/zsh
 #      ... -rw-r--r-- ...  27 Sep  3 02:47 ./bookmark/zsh/home
 #      ... -rw-r--r-- ...  20 Sep  3 02:48 ./bookmark/zsh/meta
+#      % cat bookmark/zsh/home 
+#      http://sunsite.auc.dk/zsh/
+#      % cat bookmark/zsh/meta
+#      http://www.zsh.org/
 
 local ipre scheme dirs files
 
@@ -42,7 +46,7 @@
   scheme="${PREFIX%%:*}"
   compset -P "[-+.a-z0-9]#:"
 else
-  compadd -S '' http:// ftp:// bookmark:
+  compadd "$@" -S '' http:// ftp:// bookmark:
   return
 fi
 
Index: Completion/Core/_display
===================================================================
RCS file: /projects/zsh/zsh/Completion/Core/_display,v
retrieving revision 1.1.1.2
diff -u -F^( -r1.1.1.2 _display
--- _display	1999/09/09 09:28:10	1.1.1.2
+++ _display	1999/09/09 14:21:06
@@ -15,7 +15,7 @@
 # This function will also do the matching required to find out
 # which strings will be included in the list. All elements that
 # don't match will be removed from the array. This means that the
-# special parameters `PREFI' and `SUFFIX' have to be set up 
+# special parameters `PREFIX' and `SUFFIX' have to be set up 
 # correctly before this function is called.
 
 local _param="$1" _arr _len _i _tmp _simple
-- 
Tanaka Akira


      reply	other threads:[~1999-09-09 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-09 14:06 Sven Wischnowsky
1999-09-09 14:25 ` 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=rsqu2p4novz.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).