all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 23.0.60; OSX: isatty
@ 2007-11-16 21:31 Markus Triska
  2007-11-16 22:22 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Markus Triska @ 2007-11-16 21:31 UTC (permalink / raw)
  To: emacs-pretest-bug


This narrows down the report regarding accept-process-output a bit: I've
built Emacs CVS against X11 only (no Carbon) on OSX 10.4.10. The
following C program provides a simple test case:

   #include <stdio.h>
   #include <unistd.h>
   int main() { printf("isatty(stdin): %d\n", isatty(fileno(stdin)));
                fflush(stdout); return 0; }

When I run this program from within Emacs with M-x comint-run, I get
different outputs in the buffer, depending on the Emacs version:

   *) Before multi-tty merge:

      isatty(stdin): 1

   *) After multi-tty merge (current CVS):

      isatty(stdin): 0

For this reason, some programs stop showing prompts. M-x shell, for
example, does not show any prompt, but the (bash) shell is there, and I
can enter and execute commands in the buffer.


In GNU Emacs 23.0.60.1 (i386-apple-darwin8.10.1, X toolkit)
 of 2007-11-12 on mt-computer.local
Windowing system distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure  '--without-carbon' '--with-x' '--without-gif' '--without-tiff' '--enable-font-backend' 'LIBS=-lresolv''

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-11-23  4:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-16 21:31 23.0.60; OSX: isatty Markus Triska
2007-11-16 22:22 ` Stefan Monnier
2007-11-16 22:22   ` Markus Triska
2007-11-17  4:26     ` Stefan Monnier
2007-11-17 11:07       ` Markus Triska
2007-11-17 15:27       ` Markus Triska
2007-11-19 10:17       ` [patch] " Markus Triska
2007-11-23  4:18         ` Stefan Monnier

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.