zsh-users
 help / color / mirror / code / Atom feed
From: Zefram <zefram@tao.co.uk>
To: ric.hotchkiss@sdrc.com (ric hotchkiss)
Cc: zsh-users@math.gatech.edu
Subject: Re: WinNT zsh, minor problems
Date: Wed, 10 Jun 1998 09:25:48 +0100 (BST)	[thread overview]
Message-ID: <199806100825.JAA09419@taos.demon.co.uk> (raw)
In-Reply-To: <357D95BA.4D8375BD@sdrc.com> from "ric hotchkiss" at Jun 9, 98 04:06:18 pm

ric hotchkiss wrote:
>1. When using the read I get no echo of the characters typed in.
>   Is there a way to get the characters echoed as they are typed?

Under Unix, that's the tty's job, not the shell.  Does NT not have such
a device?

>2. When running awk/gawk double quotes inside a single quoted script get
>removed
>   unless quoted with backslash. I am trying to write code for both WinNT and 
>   UNIX, \" does not work on UNIX and " does not work for WinNT.

Unless the zsh port in question has been modified to do this, it seems
most likely that it is the command in question, rather than zsh, that is
fiddling with the quoting.  I'm not familiar with NT, but I do know that
under DOS and Win95 it is up to each program to handle quoting of its
own arguments.  Throwing a Unix-convention program into that environment
is unsurprisingly problematic.  If this is the case then the execve()
syscall should be modified to add quoting.

-zefram


      reply	other threads:[~1998-06-10  8:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-09 20:06 ric hotchkiss
1998-06-10  8:25 ` Zefram [this message]

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=199806100825.JAA09419@taos.demon.co.uk \
    --to=zefram@tao.co.uk \
    --cc=ric.hotchkiss@sdrc.com \
    --cc=zsh-users@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).