bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6074: 24.0.50; accept-process-output on listening sockets not incorr


From: Helmut Eller
Subject: bug#6074: 24.0.50; accept-process-output on listening sockets not incorruptible
Date: Sun, 02 May 2010 00:15:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

With this code Emacs seems to be stuck in an endless loop and is not
incorruptible with C-g:

(let ((proc (make-network-process :name "foo" :server t :noquery t 
                                  :family 'local :service "/tmp/foo.socket")))
  (accept-process-output proc))







reply via email to

[Prev in Thread] Current Thread [Next in Thread]