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

Re: PATCH: FAQ acceptable to yodl 1.31



On Oct 28,  6:02am, Tanaka Akira wrote:
} Subject: Re: PATCH: FAQ acceptable to yodl 1.31
}
} I removed XXenumcounter from FAQ.yo.
} This seems to work with Yodl 1.22 and 1.31.16.

I just applied this patch by hand, and no, it doesn't work; the numbers
on the paragraphs are missing:

--- ../../zsh-3.1.6/Etc/FAQ.old Wed Oct 27 12:12:10 1999
+++ ../../zsh-3.1.6/Etc/FAQ     Wed Oct 27 21:09:07 1999
@@ -387,19 +387,19 @@
 
   As a summary of the status:
 
-  1) because of all the options it is not safe to assume a general
+  ) because of all the options it is not safe to assume a general
      zsh run by a user will behave as if sh or ksh compatible;
-  2) invoking zsh as sh or ksh (or if either is a symbolic link to
+  ) invoking zsh as sh or ksh (or if either is a symbolic link to
      zsh) sets appropriate options and improves compatibility (from
      within zsh itself, calling `ARGV0=sh zsh' will also work);
-  3) from version 3.0 onward the degree of compatibility with sh
+  ) from version 3.0 onward the degree of compatibility with sh
      under these circumstances is very high:  zsh can now be used
      with GNU configure or perl's Configure, for example;
-  4) the degree of compatibility with ksh is also high, but a few
+  ) the degree of compatibility with ksh is also high, but a few
      things are missing:  for example the more sophisticated
      pattern-matching expressions are different for versions before
      3.1.3 --- see the detailed list below;
-  5) also from 3.0, the command `emulate' is available: `emulate
+  ) also from 3.0, the command `emulate' is available: `emulate
      ksh' and `emulate sh' set various options as well as changing the
      effect of single-letter option flags as if the shell had been
      invoked with the appropriate name.  Including the commands

(and so on for other hunks).

I'm afraid this is just a case of "you have to be running the latest yodl."

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



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