From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Liang Wang Newsgroups: gmane.emacs.bugs Subject: Re: server-running-p: not detect server running by other emacs instance Date: Sat, 5 Apr 2008 19:58:51 -0700 (PDT) Organization: http://groups.google.com 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=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207453221 10797 80.91.229.12 (6 Apr 2008 03:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Apr 2008 03:40:21 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Apr 06 05:40:53 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 1JiLkT-0006NK-2j for geb-bug-gnu-emacs@m.gmane.org; Sun, 06 Apr 2008 05:40:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiLjq-0002Rk-5y for geb-bug-gnu-emacs@m.gmane.org; Sat, 05 Apr 2008 23:40:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!a5g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 13 Original-NNTP-Posting-Host: 58.100.129.40 Original-X-Trace: posting.google.com 1207450731 9148 127.0.0.1 (6 Apr 2008 02:58:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 6 Apr 2008 02:58:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a5g2000prg.googlegroups.com; posting-host=58.100.129.40; posting-account=IOLthAoAAAC7SW_PJWY-3HJ-n3ooDuta User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.bug:44724 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:17809 Archived-At: On Apr 6, 1:55 am, Stefan Monnier wrote: > > 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 Thanks. I didn't check latest version carefully.