From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: server-running-p: not detect server running by other emacs instance Date: Sat, 05 Apr 2008 13:55:54 -0400 Message-ID: References: <38db448b-c6e9-45b5-a76e-73cee4ea053d@z24g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207418180 24165 80.91.229.12 (5 Apr 2008 17:56:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Apr 2008 17:56:20 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Liang Wang Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Apr 05 19:56:52 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JiCd9-0006nl-Lf for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Apr 2008 19:56:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiCcW-0002i6-Mu for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Apr 2008 13:56:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiCcQ-0002hX-R7 for bug-gnu-emacs@gnu.org; Sat, 05 Apr 2008 13:55:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiCcO-0002gq-Vl for bug-gnu-emacs@gnu.org; Sat, 05 Apr 2008 13:55:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiCcO-0002gn-Qe for bug-gnu-emacs@gnu.org; Sat, 05 Apr 2008 13:55:56 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiCcP-0003zw-6w for bug-gnu-emacs@gnu.org; Sat, 05 Apr 2008 13:55:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq0BAA5a90fO+J/WdGdsb2JhbACBXI94ASqYQQ X-IronPort-AV: E=Sophos;i="4.25,609,1199682000"; d="scan'208";a="17871134" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 05 Apr 2008 13:55:54 -0400 Original-Received: from pastel.home ([206.248.159.214]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id LVI86054; Sat, 05 Apr 2008 13:55:54 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9928F7F85; Sat, 5 Apr 2008 13:55:54 -0400 (EDT) In-Reply-To: <38db448b-c6e9-45b5-a76e-73cee4ea053d@z24g2000prf.googlegroups.com> (Liang Wang's message of "Sat, 5 Apr 2008 05:29:52 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17807 Archived-At: > I modify server-running-p in server.el to make it to detect server > running by other emacs instance. With this modification, server > started by first emacs instance won't be killed by successive > instances. If I understand correctly, you're reporting a bug that server-running-p doesn't work if you haven't called server-start before. I believe I've just fixed it in the trunk, Stefan