From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex =?utf-8?Q?Benn=C3=A9e?= Newsgroups: gmane.emacs.devel Subject: src/temacs --daemon fails Date: Thu, 30 Jan 2014 14:10:45 +0000 Message-ID: <87bnyt5zmi.fsf@linaro.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1391091062 24291 80.91.229.3 (30 Jan 2014 14:11:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 14:11:02 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 30 15:11:10 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W8sKf-00009o-Pq for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 15:11:05 +0100 Original-Received: from localhost ([::1]:50053 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8sKf-0006LG-Ac for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 09:11:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8sKY-0006LB-Dk for emacs-devel@gnu.org; Thu, 30 Jan 2014 09:11:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8sKT-0007tc-Nt for emacs-devel@gnu.org; Thu, 30 Jan 2014 09:10:58 -0500 Original-Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:55740 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8sKT-0007sj-Ha for emacs-devel@gnu.org; Thu, 30 Jan 2014 09:10:53 -0500 Original-Received: from localhost ([127.0.0.1]) by socrates.bennee.com with esmtp (Exim 4.80) (envelope-from ) id 1W8sNO-0008SQ-QM for emacs-devel@gnu.org; Thu, 30 Jan 2014 15:13:54 +0100 User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.1 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: kernel-hacker@bennee.com X-SA-Exim-Scanned: No (on socrates.bennee.com); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 88.198.71.155 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169241 Archived-At: Hi, In an unrelated issue I found that I can't start src/temacs with the --daemon option which works with the dumped version src/emacs. With both: host-dbus host-x11 src/temacs --daemon host-dbus host-x11 src/temacs -Q --daemon I get a window popping up and when I execute (daemonp) I get nill. When I C-x C-c the rather terse message: Error: server did not start correctly Is left on the terminal. The host-* functions are simply functions to ensure the environment variables are set-up for my crouton in ChromeOS shell to use the host X11 server. Cheers, -- Alex Bennée http://www.bennee.com/~alex