zsh-workers
 help / color / mirror / code / Atom feed
From: Richard Coleman <coleman@math.gatech.edu>
To: zsh-workers@math.gatech.edu
Subject: forwarded mail
Date: Tue, 03 Sep 1996 11:39:18 -0400	[thread overview]
Message-ID: <199609031539.LAA18065@redwood.skiles.gatech.edu> (raw)


------- Forwarded Message

From: hoh@approve.se (Goran Larsson)
Subject: Bugs in 3.0.0
To: zsh-workers-request@math.gatech.edu

Hello.

I've found the following bugs in 3.0.0:

1)
	$ asdf
	zsh: correct 'asdf' to 'adb' [nyae]? _

	If a key other than nyae is pressed then a beep is
	heard and the key is erased. This, however, is broken
	when a control key or DEL is used, they leave a ^
	for each key pressed, like so:

	zsh: correct 'asdf' to 'adb' [nyae]? ^^^^^

	This simple patch fixes this:

- ---->8-------->8-------->8-------->8-------->8-------->8-------->8----
*** utils.c,DIST	Wed Aug 14 18:18:34 1996
- --- utils.c	Sun Sep  1 22:55:08 1996
***************
*** 1150,1155 ****
- --- 1150,1157 ----
  	    break;
  	}
  	feep();
+ 	if (icntrl(c))
+ 	    write(2, "\b \b", 3);
  	write(2, "\b \b", 3);
      }
      if (isem) {
- ---->8-------->8-------->8-------->8-------->8-------->8-------->8----

2)
	$ PROMPT=AAA
	AAA_
	AAAPROMPT=AA
	AA_
	AAPROMPT=A
	 _
	 APROMPT='$'
	 APROMPT='$ '
	$ _

	Note that any one character prompt is replaced by a space.

3)
	Sometimes filename completion acts up. It is kind of hard
	to reproduce, but it goes something like this:

	$ setopt menu_complete
	$ setopt markdirs
	$ unsetopt autolist
	$ cd /a/path/x		(press TAB)
	$ cd /a/path/x1/	(notice beep, press ^D)
	x1 x2
	$ cd /a/path/x1/	(press space and ^H)
				(press TAB)
	$ cd /a/paty1		(press RETURN)
	cd: no such file or directory: /a/paty1
	$ 

	The first file in x1 overwrote part of the already
	completed path, the expected result should have been
	 cd /a/path/x1/y1
	but the result is
	 cd /a/paty1
	I have been unable to create a testcase, but if the info
	hear is not enough to find the problem, I'll try harder.

- -- 
 Goran Larsson                        mailto:hoh@approve.se
 I was an atheist,                    http://home1.swipnet.se/%7Ew-12153
 until I found out I was God.


------- End of Forwarded Message


             reply	other threads:[~1996-09-03 15:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-09-03 15:39 Richard Coleman [this message]
1996-09-03 18:54 ` bugs found Geoff Wing

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=199609031539.LAA18065@redwood.skiles.gatech.edu \
    --to=coleman@math.gatech.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).