From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Run 23 in the background in GNOME? Date: Mon, 01 Sep 2008 22:45:02 -0400 Message-ID: References: <877i9vy4px.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220323525 30019 80.91.229.12 (2 Sep 2008 02:45:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2008 02:45:25 +0000 (UTC) Cc: Marc Schwartz , emacs-devel@gnu.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 02 04:46:20 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KaLuL-0001H7-1B for ged-emacs-devel@m.gmane.org; Tue, 02 Sep 2008 04:46:17 +0200 Original-Received: from localhost ([127.0.0.1]:35602 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaLtL-0001pb-Cu for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2008 22:45:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaLtH-0001pW-JE for emacs-devel@gnu.org; Mon, 01 Sep 2008 22:45:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaLtF-0001oW-6M for emacs-devel@gnu.org; Mon, 01 Sep 2008 22:45:10 -0400 Original-Received: from [199.232.76.173] (port=33019 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaLtE-0001oP-Tb for emacs-devel@gnu.org; Mon, 01 Sep 2008 22:45:08 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:23064 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaLtE-0006OD-4M for emacs-devel@gnu.org; Mon, 01 Sep 2008 22:45:08 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuYEAIxFvEhFxJrH/2dsb2JhbACBZbEOgWmBBw X-IronPort-AV: E=Sophos;i="4.32,312,1217822400"; d="scan'208";a="26207328" Original-Received: from 69-196-154-199.dsl.teksavvy.com (HELO pastel.home) ([69.196.154.199]) by ironport2-out.teksavvy.com with ESMTP; 01 Sep 2008 22:45:05 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id CA16F7FF1; Mon, 1 Sep 2008 22:45:02 -0400 (EDT) In-Reply-To: <877i9vy4px.fsf@gmx.de> (Sven Joachim's message of "Mon, 01 Sep 2008 22:46:18 +0200") 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: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103407 Archived-At: >> Try (server-running-p). > BTW, why is this function interactive? It does not give any feedback > when invoked with M-x, nor does it seem a particularly useful command. Probably a left over from when I was testing it. Stefan