all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 23.0.50; accept-process-output on OSX
@ 2007-11-10  3:10 Markus Triska
  0 siblings, 0 replies; only message in thread
From: Markus Triska @ 2007-11-10  3:10 UTC (permalink / raw)
  To: emacs-pretest-bug


Evaluating the form:

   (let ((p (start-process "p" (current-buffer) "bash")))
     (accept-process-output p)
     (kill-process p))

should yield inserted text similar to:

   host:~ user$ 
   Process p killed

However, with latest CVS on OSX 10.4.10 (NOT using the deprecated Carbon
port, but X only), the cursor turns to "waiting" and Emacs is blocked
until I press C-g. A version based on the Unicode2-branch from September
(i.e., before multi-tty was merged) works correctly. From git bisect on
the git repository, I can confirm that the problem is between commits

   14e35740aab7e3532973e37aa7fc52ea5b1b5008 (good)   and
   88a3d732392da6e0d9f333c373de3a53b3d9f080 (bad)

Between those, Emacs does not compile on my platform. After configuring
with the flags found below, I installed Emacs with:

   $ export LIBS=-lresolv; make bootstrap; sudo make install

After M-x toggle-debug-on-quit and quitting with C-g, I get:

   Debugger entered--Lisp error: (quit)
     accept-process-output(#<process p<1>>)
     (let ((p ...)) (accept-process-output p) (kill-process p))
     eval((let ((p ...)) (accept-process-output p) (kill-process p)))
     eval-last-sexp-1(nil)
     eval-last-sexp(nil)
     call-interactively(eval-last-sexp)

Thanks.

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

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: 
  locale-coding-system: nil
  default-enable-multibyte-characters: t

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-10  3:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-10  3:10 23.0.50; accept-process-output on OSX Markus Triska

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.