Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: older issues



> What does this mean?  "repeat N time ..." works fine; "time repeat N ..."
> works just as well as "time" works with any other builtin (which is to
> say, it doesn't time builtins at all).  There's no reason to record this
> _specific_ instance of "time" not working with a builtin.

Yes, sorry.  That should have referred to the general problem of not
being able to time builtins.

> I think zsh already does exactly the "cleaning up" that it means to.  I
> don't agree with what you think it "should" do.

Not my words.

> I'm not sure where to document the behavior; Invocation?  Jobs & Signals?
> (The "Signals" subsection is pretty brief.)

Actually, I think the Signals subsection is clear enough on this matter.
 
> That belongs on a TODO list, not in a BUGS file or the doc.

Index: Etc/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Etc/.distfiles,v
retrieving revision 1.2
diff -u -r1.2 .distfiles
--- Etc/.distfiles	15 Nov 2001 18:44:46 -0000	1.2
+++ Etc/.distfiles	21 Feb 2002 13:39:31 -0000
@@ -1,6 +1,6 @@
 DISTFILES_SRC='
     .cvsignore .distfiles Makefile.in
-    BUGS CONTRIBUTORS FAQ FAQ.yo FEATURES MACHINES NEWS STD-TODO
+    BUGS CONTRIBUTORS FAQ FAQ.yo FEATURES MACHINES NEWS STD-TODO TODO
     FTP-README pubring.pgp
     completion-style-guide zsh-development-guide
 '
Index: Etc/TODO
===================================================================
RCS file: Etc/TODO
diff -N Etc/TODO
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Etc/TODO	21 Feb 2002 13:39:31 -0000
@@ -0,0 +1,5 @@
+This file describes features to be implemented in the future.
+
+* support for multibyte characters, including UTF-8
+
+* programmable spell-correction



Messages sorted by: Reverse Date, Date, Thread, Author