zsh-workers
 help / color / mirror / code / Atom feed
* zsh on Cygwin?
@ 2000-01-25 15:49 Jun-ichi Takimoto
  0 siblings, 0 replies; only message in thread
From: Jun-ichi Takimoto @ 2000-01-25 15:49 UTC (permalink / raw)
  To: zsh-workers

Hi,
I'm new to this list, and although I have checked the archive
of this list, forgive me if this is a FAQ...

I have tried to build zsh3.1.6 on Cygwin (on WinNT4).
With the (well known) fix to builtin.c (__CYGWIN ==> __CYGWIN__),
zsh.exe can be build but does not function well.

The problem is:

Suppose I have a file 'junk.dat' and want to remove it.
If I type

	zsh% rm -i jun<TAB>

then zsh completes the line to

	zsh% rm -i junk.dat

Now I type <RETURN>, and rm command asks

	rm: remove `junk.dat'?

but the console does not accept any key input.

Not only 'y' or 'n', but any of ^C, ^Z, ^M, ... do nothing.
The only thing I can do is to kill the console window (and zsh).

If I do not use the filename completion, and type the whole
command line 'rm -i junk.dat' by myself, then there is no
problem except for that the next prompt from zsh does not
go to the next line but overwrite the 'rm: remove ...?' line.

Does anybody experience the same problem?

I built the zsh3.1.6 with gcc.2.95.2 on Cygwin-b20.1
by just typing ./configure and make.
Invoking zsh as 'zsh -f' not helps.
-----------------------------------------------------
Jun-ichi TAKIMOTO <takimoto@dip.yz.yamagata-u.ac.jp>
Dept. of Materials Sci. & Engr., Yamagata University
tel: +81-238-26-3056  fax: +81-238-26-3411


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-01-25 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-25 15:49 zsh on Cygwin? Jun-ichi Takimoto

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).