zsh-workers
 help / color / mirror / code / Atom feed
From: Huy Le <huyle@ugcs.caltech.edu>
To: zsh-workers@math.gatech.edu
Subject: zsh 2.6-beta13 bug report
Date: Sat, 17 Feb 1996 13:52:22 -0800	[thread overview]
Message-ID: <199602172152.NAA12631@envy.ugcs.caltech.edu> (raw)

zsh v. 2.6-beta13 on HP-UX A.09.01

1. The following binding doesn't work
  bindkey -v
  bindkey -a ':' execute-named-cmd

when I do <ESCAPE> and then ':', the named-cmd prompt is frozen.

2. Completion bug
  compctl -g '*' -S '\#' -x 'n[1,\\#]' -g '*' -- a

The completion on the second file is off by a character. I guess the
\\ is counted as two characters in the n[1,\\#] argument instead of one.

For instance, if there is a file called bozo in the current directory,
the following happens:

a bo<TAB>
    which completes to:  a bozo\#
a bozo\#<TAB>
    which doesn't do anything
a bozo\#zbo<TAB>
    which completes to:  a bozo\#zbozo

instead of
a bo<TAB>
    which completes to:  a bozo\#
a bozo\#bo<TAB>
    which completes to:  a bozo\#bozo

- Huy


             reply	other threads:[~1996-02-17 22:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-17 21:52 Huy Le [this message]
1996-02-18 18:02 ` Zefram
1996-02-19 22:06 Huy Le
1996-02-20  0:04 ` Zefram
1996-02-21  9:26 Huy Le
1996-02-23  7:13 Huy Le
1996-03-03 20:43 Huy Le

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=199602172152.NAA12631@envy.ugcs.caltech.edu \
    --to=huyle@ugcs.caltech.edu \
    --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).