zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@thelonious.new.ox.ac.uk>
To: zsh workers mailing list <zsh-workers@math.gatech.edu>
Subject: Miscellaneous buglettes
Date: Sun, 5 Sep 1999 22:45:40 +0100	[thread overview]
Message-ID: <19990905224540.A7557@thelonious.new.ox.ac.uk> (raw)

I've been building a list of bugs (I think) I've discovered with
3.1.6.  Ideally I would like to have checked they haven't already been
fixed before reporting them, but you guys work so damn fast that I
can't keep up with all your patches.  I don't think I've seen any of
these mentioned recently, but to this end if someone gets around to
providing anonymous CVS, I'd be enormously grateful.  In the meantime,
realistically the best I can manage is patches to pws-2.

  - HIST_FIND_NO_DUPS option not documented (or NEWS is wrong, one of
    the two)

  - Minor bugs in the info pages (fixed by patch below).  For future
    reference, is it necessary to include patches to zsh.texi when
    patch *.yo?

  - Try ls \ <enter>, then press C-d repeatedly.

  - In the Completion System/Completion Functions section of the
    info page, the bit describing _long_options refers to -help
    where it should refer to --help.  This is odd, because the
    corresponding .yo file refers to --help AFAICS.  I've no idea
    how to fix this.

  - zle -R foo from the command line prints garbage.

  - _history_complete_word only works on recent history, not saved
    history AFAICS.  This is a problem specifically with compgen -H, I
    presume.

Hope this is of use, and I hope you don't wince too much at the
newbie-ness which must be self-evident in this post :-)

By the way, I took a .spec file from an old 3.1.5 source rpm floating
around, and cleaned it up and got it working with 3.1.6-pws-2.  It
takes advantage of that new DESTDIR patch too.  If anyone would like
to see it, let me know.

Adam

--- ./Doc/Zsh/options.yo.orig	Sun Sep  5 20:33:15 1999
+++ ./Doc/Zsh/options.yo	Sun Sep  5 20:33:21 1999
@@ -480,15 +480,15 @@
 Remove the tt(history) (tt(fc -l)) command from
 the history when invoked.
 )
-pindex(HIST_SAVE_NO_DUPS)
-item(tt(HIST_SAVE_NO_DUPS))(
-When writing out the history file, older commands that duplicate
-newer ones are omitted.
-)
 pindex(HIST_REDUCE_BLANKS)
 item(tt(HIST_REDUCE_BLANKS))(
 Remove superfluous blanks from each command line
 being added to the history list.
+)
+pindex(HIST_SAVE_NO_DUPS)
+item(tt(HIST_SAVE_NO_DUPS))(
+When writing out the history file, older commands that duplicate
+newer ones are omitted.
 )
 pindex(HIST_VERIFY)
 cindex(history, verifying substitution)
--- ./Doc/Zsh/params.yo.orig	Sun Sep  5 20:37:06 1999
+++ ./Doc/Zsh/params.yo	Sun Sep  5 20:37:11 1999
@@ -146,7 +146,7 @@
 key found is used.
 )
 item(tt(I))(
-like `tt(i), but gives the index of the last match, or all possible
+like `tt(i)', but gives the index of the last match, or all possible
 matching keys in an associative array.
 )
 item(tt(n:)var(expr)tt(:))(
--- ./Doc/zsh.texi.orig	Tue Aug 31 01:57:30 1999
+++ ./Doc/zsh.texi	Sun Sep  5 20:34:59 1999
@@ -4164,7 +4164,7 @@
 key found is used.
 
 @item @t{I}
-like `@t{i}, but gives the index of the last match, or all possible
+like `@t{i}', but gives the index of the last match, or all possible
 matching keys in an associative array.
 
 @item @t{n:}@var{expr}@t{:}
@@ -5450,15 +5450,15 @@
 Remove the @t{history} (@t{fc -l}) command from
 the history when invoked.
 
-@pindex HIST_SAVE_NO_DUPS
-@item @t{HIST_SAVE_NO_DUPS}
-When writing out the history file, older commands that duplicate
-newer ones are omitted.
-
 @pindex HIST_REDUCE_BLANKS
 @item @t{HIST_REDUCE_BLANKS}
 Remove superfluous blanks from each command line
 being added to the history list.
+
+@pindex HIST_SAVE_NO_DUPS
+@item @t{HIST_SAVE_NO_DUPS}
+When writing out the history file, older commands that duplicate
+newer ones are omitted.
 
 @pindex HIST_VERIFY
 @cindex history, verifying substitution


             reply	other threads:[~1999-09-05 21:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-05 21:45 Adam Spiers [this message]
1999-09-06  9:01 ` Peter Stephenson
1999-09-06 10:27   ` Adam Spiers
1999-09-06 18:55 ` Tanaka Akira
1999-09-06  9:34 Sven Wischnowsky
1999-09-06  9:39 Sven Wischnowsky
1999-09-06  9:55 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=19990905224540.A7557@thelonious.new.ox.ac.uk \
    --to=adam@thelonious.new.ox.ac.uk \
    --cc=adam@spiers.net \
    --cc=zsh-workers@math.gatech.edu \
    /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).