From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Newsgroups: gmane.emacs.bugs Subject: bug#18705: 24.3.93; Hang in ns_select -> [NSApp run] -> oo Date: Thu, 16 Oct 2014 07:44:04 +0200 Message-ID: <42C70C7F-A6E9-4CD0-AC13-FD9580281401@swipnet.se> References: <20141013071339.GA29064@home.blackbean.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1413438326 3413 80.91.229.3 (16 Oct 2014 05:45:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2014 05:45:26 +0000 (UTC) Cc: Jim Radford , 18705@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 16 07:45:18 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XedsD-0002XI-S3 for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Oct 2014 07:45:17 +0200 Original-Received: from localhost ([::1]:48415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XedsD-0003WJ-BP for geb-bug-gnu-emacs@m.gmane.org; Thu, 16 Oct 2014 01:45:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xeds4-0003Te-IE for bug-gnu-emacs@gnu.org; Thu, 16 Oct 2014 01:45:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xedry-0003Pz-Ly for bug-gnu-emacs@gnu.org; Thu, 16 Oct 2014 01:45:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xedry-0003OS-I0 for bug-gnu-emacs@gnu.org; Thu, 16 Oct 2014 01:45:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xedrx-0000PK-PM for bug-gnu-emacs@gnu.org; Thu, 16 Oct 2014 01:45:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 16 Oct 2014 05:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18705 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18705-submit@debbugs.gnu.org id=B18705.14134382491467 (code B ref 18705); Thu, 16 Oct 2014 05:45:01 +0000 Original-Received: (at 18705) by debbugs.gnu.org; 16 Oct 2014 05:44:09 +0000 Original-Received: from localhost ([127.0.0.1]:45136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xedr6-0000NY-QZ for submit@debbugs.gnu.org; Thu, 16 Oct 2014 01:44:09 -0400 Original-Received: from mailfe07.swip.net ([212.247.154.193]:54190 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xedr4-0000NQ-Rm for 18705@debbugs.gnu.org; Thu, 16 Oct 2014 01:44:07 -0400 X-T2-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_40 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 539509051; Thu, 16 Oct 2014 07:44:05 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1878.6) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94577 Hello. 15 okt 2014 kl. 21:21 skrev Stefan Monnier : >> Cocoa does not allow you to disconnect and connect the GUI like X = can. >=20 > Would it make sense to never disconnect (when in daemon), then? > Kind of like what we do for Gtk to try and circumvent the infamous = problem, The original report was short on details, so we don't know the commands = he did w.r.t. GUI frames or -nw frames. Its mixing those that can get = you into trouble. AFAIK, the NS port never disconnects. If the NSApp run loop has been = entered once, it will always be used. Jan D.