From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: Run 23 in the background in GNOME? Date: Mon, 01 Sep 2008 22:46:18 +0200 Message-ID: <877i9vy4px.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220302005 11433 80.91.229.12 (1 Sep 2008 20:46:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2008 20:46:45 +0000 (UTC) Cc: Marc Schwartz , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 01 22:47:39 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 1KaGJF-0005XX-UH for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2008 22:47:38 +0200 Original-Received: from localhost ([127.0.0.1]:39278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaGIG-0006mJ-NE for ged-emacs-devel@m.gmane.org; Mon, 01 Sep 2008 16:46:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaGIC-0006lj-7N for emacs-devel@gnu.org; Mon, 01 Sep 2008 16:46:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaGIA-0006lE-Rz for emacs-devel@gnu.org; Mon, 01 Sep 2008 16:46:31 -0400 Original-Received: from [199.232.76.173] (port=37396 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaGIA-0006lB-Lu for emacs-devel@gnu.org; Mon, 01 Sep 2008 16:46:30 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:50129) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KaGIA-00018l-23 for emacs-devel@gnu.org; Mon, 01 Sep 2008 16:46:30 -0400 Original-Received: (qmail invoked by alias); 01 Sep 2008 20:46:26 -0000 Original-Received: from p548639DC.dip.t-dialin.net (EHLO debian) [84.134.57.220] by mail.gmx.net (mp054) with SMTP; 01 Sep 2008 22:46:26 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX19sIVoUafZstbhc+lX1d5kjKzy0w2fHCaP+MSn0CC 3UK0C/SikvQcc0 In-Reply-To: (Stefan Monnier's message of "Mon, 01 Sep 2008 14:28:40 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.73 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:103394 Archived-At: On 2008-09-01 20:28 +0200, Stefan Monnier wrote: > 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. Sven