From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26542 invoked from network); 11 Oct 2000 07:41:28 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Oct 2000 07:41:28 -0000 Received: (qmail 24674 invoked by alias); 11 Oct 2000 07:40:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12954 Received: (qmail 24667 invoked from network); 11 Oct 2000 07:40:45 -0000 Date: Wed, 11 Oct 2000 09:40:43 +0200 (MET DST) Message-Id: <200010110740.JAA26017@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: rename fake style? 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