zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: rename fake style?
Date: Wed, 11 Oct 2000 09:40:43 +0200 (MET DST)	[thread overview]
Message-ID: <200010110740.JAA26017@beta.informatik.hu-berlin.de> (raw)


I already asked if we should (and still can) rename the fake style to
fake-files, so this is mainly to ensure that I don't accidentally
delete or overwrite the patch...


Bye
 Sven

diff -u -r ../oz/Completion/Builtins/_zstyle ./Completion/Builtins/_zstyle
--- ../oz/Completion/Builtins/_zstyle	Tue Oct 10 21:19:55 2000
+++ ./Completion/Builtins/_zstyle	Tue Oct 10 21:35:56 2000
@@ -24,7 +24,7 @@
   disable-stat		 c:bool
   domains                c:
   expand		 c:
-  fake			 c:fake
+  fake			 c:fake-files
   fake-parameters	 c:fake-params
   file-patterns		 c:filepat
   file-sort              c:fsort
@@ -266,7 +266,7 @@
           compadd - menu single longer
       ;;
 
-    fake)
+    fake-files)
       _message 'prefix and names'
       ;;
 
diff -u -r ../oz/Completion/Core/_path_files ./Completion/Core/_path_files
--- ../oz/Completion/Core/_path_files	Tue Oct 10 21:19:55 2000
+++ ./Completion/Core/_path_files	Tue Oct 10 21:36:27 2000
@@ -142,7 +142,7 @@
     sopt=$sopt/
 
 zstyle -a ":completion:${curcontext}:files" accept-exact accex
-zstyle -a ":completion:${curcontext}:files" fake fake
+zstyle -a ":completion:${curcontext}:files" fake-files fake
 
 zstyle -s ":completion:${curcontext}:files" ignore-parents ignpar
 
diff -u -r ../oz/Doc/Zsh/compsys.yo ./Doc/Zsh/compsys.yo
--- ../oz/Doc/Zsh/compsys.yo	Tue Oct 10 21:19:48 2000
+++ ./Doc/Zsh/compsys.yo	Tue Oct 10 21:36:58 2000
@@ -1026,8 +1026,8 @@
 this will also cycle through the names of the files in pathname
 components after the first ambiguous one.
 )
-kindex(fake, completion style)
-item(tt(fake))(
+kindex(fake-files, completion style)
+item(tt(fake-files))(
 Currently, this style is only used when completing files and looked up 
 with the tag tt(files).  Its values are of the form
 `var(dir)tt(:)var(names...)'.  This will add the var(names) (strings

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


             reply	other threads:[~2000-10-11  7:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-11  7:40 Sven Wischnowsky [this message]
2000-10-11 14:55 ` Bart Schaefer
2000-10-12  7:06 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=200010110740.JAA26017@beta.informatik.hu-berlin.de \
    --to=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).