zsh-workers
 help / color / mirror / code / Atom feed
* rename fake style?
@ 2000-10-11  7:40 Sven Wischnowsky
  2000-10-11 14:55 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Wischnowsky @ 2000-10-11  7:40 UTC (permalink / raw)
  To: zsh-workers


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rename fake style?
  2000-10-11  7:40 rename fake style? Sven Wischnowsky
@ 2000-10-11 14:55 ` Bart Schaefer
  0 siblings, 0 replies; 3+ messages in thread
From: Bart Schaefer @ 2000-10-11 14:55 UTC (permalink / raw)
  To: zsh-workers

On Oct 11,  9:40am, Sven Wischnowsky wrote:
} 
} 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...

I think that's a fine idea, but is this hunk really right?

} @@ -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

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rename fake style?
@ 2000-10-12  7:06 Sven Wischnowsky
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Wischnowsky @ 2000-10-12  7:06 UTC (permalink / raw)
  To: zsh-workers


Bart Schaefer wrote:

> On Oct 11,  9:40am, Sven Wischnowsky wrote:
> } 
> } 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...
> 
> I think that's a fine idea, but is this hunk really right?
> 
> } @@ -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

Hrmpf. Not really.

I'll commit an improved version.

Bye
 Sven


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-10-12  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-11  7:40 rename fake style? Sven Wischnowsky
2000-10-11 14:55 ` Bart Schaefer
2000-10-12  7:06 Sven Wischnowsky

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).