From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: Daemon mode wishlist Date: Thu, 02 Oct 2008 20:05:07 +0200 Organization: orebokech dot com Message-ID: <87iqsadga4.fsf@elegiac.orebokech.com> References: <87zllug0gn.fsf@elegiac.orebokech.com> <200809262027.m8QKRn8q029499@mothra.ics.uci.edu> <87r675gbgc.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222970723 22952 80.91.229.12 (2 Oct 2008 18:05:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2008 18:05:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 02 20:06:22 2008 connect(): Connection refused 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 1KlSZB-0001jO-Eg for ged-emacs-devel@m.gmane.org; Thu, 02 Oct 2008 20:06:21 +0200 Original-Received: from localhost ([127.0.0.1]:58185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlSY8-0004SF-EU for ged-emacs-devel@m.gmane.org; Thu, 02 Oct 2008 14:05:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlSY5-0004Ry-6J for emacs-devel@gnu.org; Thu, 02 Oct 2008 14:05:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlSY3-0004Rk-KU for emacs-devel@gnu.org; Thu, 02 Oct 2008 14:05:12 -0400 Original-Received: from [199.232.76.173] (port=57638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlSY3-0004Rh-Hs for emacs-devel@gnu.org; Thu, 02 Oct 2008 14:05:11 -0400 Original-Received: from smtp4-g19.free.fr ([212.27.42.30]:35264) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KlSY3-0006p8-1A for emacs-devel@gnu.org; Thu, 02 Oct 2008 14:05:11 -0400 Original-Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 1BEAF3EA184; Thu, 2 Oct 2008 20:05:09 +0200 (CEST) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp4-g19.free.fr (Postfix) with ESMTP id 40D3A3EA185; Thu, 2 Oct 2008 20:05:08 +0200 (CEST) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id EFA2F3B1DF; Thu, 2 Oct 2008 20:05:07 +0200 (CEST) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM (Stefan Monnier's message of "Sat, 27 Sep 2008 08:27:37 -0400") X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:104308 Archived-At: Stefan Monnier writes: > All of these new features will have to wait. The only thing we > should do at this stage is move the (server-start) to after > processing .emacs and --eval. Unfortunately this causes a problem if .emacs prompts the user for something, as `desktop-read' does if a stale lock exists for the desktop file. It calls `y-or-n-p' but the user cannot see nor answer the question because there is no initial frame, and the server is not yet started. :( Any suggestions on how we should handle this? Should desktop.el be changed to not prompt?