zsh-users
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier+lists/zsh/users/news/@TEQUILA.SYSTEMSZ.CS.YALE.EDU>
To: zsh-users@math.gatech.edu
Subject: tty settings
Date: 26 Apr 1998 19:48:06 -0400	[thread overview]
Message-ID: <5l1zukkuvd.fsf@tequila.systemsz.cs.yale.edu> (raw)


When I use zsh inside an Emacs shell buffer, I get all kinds of ugly
^M's and echoing of the command.  By experimenting with other shells
I came to the conclusion that it's zsh's fault in that it changes the
tty settings (like 'echo').

Better yet, it seems that zsh resets the `echo' setting whenever a prompt is
displayed (and even if ttyctl is unfrozen):

    % ttyctl -u; stty -echo; stty -a | grep echo
    isig icanon iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke
    % stty -a | grep echo
    isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke
    % ttyctl
    tty is not frozen
    % 

How can I convince zsh (3.0.5) not to mess around with the tty settings
in Emacs shells buffers (TERM=dumb) ?


	Stefan


             reply	other threads:[~1998-04-26 23:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-26 23:48 Stefan Monnier [this message]
1998-09-09 13:27 Vincent Lefevre
1998-09-09 11:46 ` TGAPE!

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=5l1zukkuvd.fsf@tequila.systemsz.cs.yale.edu \
    --to=monnier+lists/zsh/users/news/@tequila.systemsz.cs.yale.edu \
    --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).