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

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

bug#723: marked as done (23.0.60; query-on-exit-flag sometimes unexpect


From: Emacs bug Tracking System
Subject: bug#723: marked as done (23.0.60; query-on-exit-flag sometimes unexpectedly nil)
Date: Fri, 15 Aug 2008 13:20:03 -0700

Your message dated Fri, 15 Aug 2008 16:12:54 -0400
with message-id <87hc9mca0p.fsf@cyd.mit.edu>
and subject line Re: 23.0.60; query-on-exit-flag sometimes unexpectedly nil
has caused the Emacs bug report #723,
regarding 23.0.60; query-on-exit-flag sometimes unexpectedly nil
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
723: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=723
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; query-on-exit-flag sometimes unexpectedly nil Date: Fri, 15 Aug 2008 03:41:54 +0200 (CEST)
open.el consists of the form:

   (let ((h "www.fsf.org"))
     (setq p1 (make-network-process :name "p1" :host h :service 80))
     (setq p2 (make-network-process :name "p2" :host h :service 80))
     (setq p3 (make-network-process :name "p3" :host h :service 80))
     (setq t1 (make-network-process :name "t1" :host h :service 80))
     (delete-process t1)
     (setq p4 (make-network-process :name "p4" :host h :service 80))
     (setq p5 (make-network-process :name "p5" :host h :service 80))
     (setq t2 (make-network-process :name "t2" :host h :service 80))
     (delete-process t2)
     (setq p6 (make-network-process :name "p6" :host h :service 80))
     (setq p7 (make-network-process :name "p7" :host h :service 80))
     (setq p8 (make-network-process :name "p8" :host h :service 80))
     (setq p9 (make-network-process :name "p9" :host h :service 80))
     (setq p10 (make-network-process :name "p10" :host h :service 80))
     (list-processes t))

When I do "emacs -Q open.el -f eval-buffer", I expect the "*Process
List*" buffer to show the ten processes p1 to p10. Invariably, several
(varying) processes are missing from the list, and their query-on-exit
flag is nil. M-x list-processes shows all processes as expected.

In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, GTK+ Version 2.12.9)
 of 2008-08-08 on pnsgw1-client079.demo.tuwien.ac.at
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000
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: en.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t




--- End Message ---
--- Begin Message --- Subject: Re: 23.0.60; query-on-exit-flag sometimes unexpectedly nil Date: Fri, 15 Aug 2008 16:12:54 -0400
> When I do "emacs -Q open.el -f eval-buffer", I expect the "*Process
> List*" buffer to show the ten processes p1 to p10. Invariably, several
> (varying) processes are missing from the list, and their query-on-exit
> flag is nil. M-x list-processes shows all processes as expected.

I've checked in a fix.  Thanks.


--- End Message ---

reply via email to

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