zsh-workers
 help / color / mirror / code / Atom feed
From: "stringfellow.n.d" <stringfe@rmcs.cran.ac.uk>
To: zsh-workers@math.gatech.edu
Subject: stty problem
Date: Fri, 03 Oct 1997 18:20:46 +0100	[thread overview]
Message-ID: <3435296E.7A2E@rmcs.cran.ac.uk> (raw)

Here's a small problem that I can't find any references to
in the FAQ or zsh-workers archives, that I hope someone 
could help me with.

I am currently using zsh version 3.1.2 beta under solaris 2.5.1
and sunos 4.1.3.

Whenever a process which has been running in the background
returns, it resets the stty settings. This particularly 
causes problems with resetting ^z as the suspend character.

e.g.

> zsh@fourier:<17:34:07>:[Doc]% stty susp \^z
> zsh@fourier:<17:34:19>:[Doc]% stty         
> speed 9600 baud; -parity 
> rows = 24; columns = 115; ypixels = 0; xpixels = 0;
> quit = <undef>; eof = ^a; swtch = <undef>; dsusp = <undef>; flush = <undef>; lnext = <undef>; 
> brkint -inpck -istrip inlcr icrnl -ixany imaxbel onlcr 
> echo echoe echok echoctl echoke iexten 
> zsh@fourier:<17:34:26>:[Doc]% emacs &
> [2] 18284
> zsh@fourier:<17:34:38>:[Doc]% 
> [2]  + 18284 done       emacs
> zsh@fourier:<17:34:51>:[Doc]% stty   
> speed 9600 baud; -parity 
> rows = 24; columns = 115; ypixels = 0; xpixels = 0;
> quit = <undef>; eof = ^a; swtch = <undef>; susp = <undef>; dsusp = <undef>; flush = <undef>; lnext = <undef>; 
> brkint -inpck -istrip inlcr icrnl -ixany imaxbel onlcr 
> echo echoe echok echoctl echoke iexten 
> zsh@fourier:<17:34:54>:[Doc]% 


Note the "susp = <undef>; " entry which has appeared
in the key definitions line after the emacs had returned.
(N.B. This happens with any background process, not just
emacs.)

A similar problem was encountered with SGIs in archive reference:

http://www.primenet.com.au/zsh/workers-1996-hyper/1724.html

Can anyone help ( have I built zsh incorrectly ) ?

Neil Stringfellow.


             reply	other threads:[~1997-10-03 17:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-03 17:20 stringfellow.n.d [this message]
1997-10-03 17:39 ` Andrew Main

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=3435296E.7A2E@rmcs.cran.ac.uk \
    --to=stringfe@rmcs.cran.ac.uk \
    --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).