all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: enami tsugutomo <tsugutomo.enami@jp.sony.com>
Cc: 6649@debbugs.gnu.org
Subject: bug#6649: 24.0.50; C-g doesn't work since emacs 23.1 on BSD
Date: Sat, 24 Jul 2010 09:18:59 +0200	[thread overview]
Message-ID: <m239v9jqjg.fsf@igel.home> (raw)
In-Reply-To: <20100716070811.3CD845742@memory-leak.sm.sony.co.jp> (enami tsugutomo's message of "Fri, 16 Jul 2010 16:08:11 +0900 (JST)")

enami tsugutomo <tsugutomo.enami@jp.sony.com> writes:

> @@ -1042,7 +1043,8 @@
>        tty.main.c_cflag &= ~PARENB;/* Don't check parity */
>      }
>  #endif
> -  if (tty_out->input == stdin)
> +  XSETTERMINAL(terminal, tty_out->terminal);
> +  if (!NILP (Fcontrolling_tty_p (terminal)))

Perhaps it should just test fileno (tty_out->input) == 0 instead?

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





  parent reply	other threads:[~2010-07-24  7:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-16  7:08 bug#6649: 24.0.50; C-g doesn't work since emacs 23.1 on BSD enami tsugutomo
2010-07-24  5:20 ` Dan Nicolaescu
2010-07-30  0:39   ` enami tsugutomo
2010-07-30  4:55     ` Dan Nicolaescu
2010-07-24  7:18 ` Andreas Schwab [this message]
2011-10-25  4:29 ` Chong Yidong
2011-10-25 16:41 ` Paul Eggert

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=m239v9jqjg.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=6649@debbugs.gnu.org \
    --cc=tsugutomo.enami@jp.sony.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.