From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: starting the emacs daemon using init.org? Date: Tue, 21 Jul 2015 14:17:35 +0100 Message-ID: <87wpxt4plc.fsf@robertthorpeconsulting.com> References: <874mky3a7d.fsf@skimble.plus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437484690 22961 80.91.229.3 (21 Jul 2015 13:18:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Jul 2015 13:18:10 +0000 (UTC) Cc: rustompmody@gmail.com, help-gnu-emacs@gnu.org To: Sharon Kimble Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 21 15:17:59 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZHXQj-00057h-Af for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2015 15:17:57 +0200 Original-Received: from localhost ([::1]:59366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHXQi-0006gP-ML for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2015 09:17:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHXQU-0006fE-Qp for help-gnu-emacs@gnu.org; Tue, 21 Jul 2015 09:17:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHXQQ-0001IV-Pm for help-gnu-emacs@gnu.org; Tue, 21 Jul 2015 09:17:42 -0400 Original-Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:43563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHXQQ-0001IJ-Jn for help-gnu-emacs@gnu.org; Tue, 21 Jul 2015 09:17:38 -0400 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp04.blacknight.com (Postfix) with ESMTPS id 93B2598F45 for ; Tue, 21 Jul 2015 13:17:36 +0000 (UTC) Original-Received: (qmail 28612 invoked from network); 21 Jul 2015 13:17:36 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.79.209.56]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 21 Jul 2015 13:17:36 -0000 In-Reply-To: <874mky3a7d.fsf@skimble.plus.com> (message from Sharon Kimble on Mon, 20 Jul 2015 20:23:02 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.35 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105898 Archived-At: Sharon Kimble writes: >>> > Usually when I'm writing in latex, and suddenly, in the blink of an eye, >>> > its gone! So far I haven't lost any data on restarting. but it is an >>> > annoyance. >> >> I suggest (as a debugging device) to give up on server daemon etc, >> just start emacs normally from a shell until it 'crashes'. >> When it does is there any shell message? > > Will do. As others have said, you seem to have found a bug in a LaTeX mode. That's the core problem. Using Emacs' daemon mode is unlikely to help. By the way, you mention the possibility that emacsclient tried to contact Emacs and Emacs isn't there. That's the situation that ALTERNATE_EDITOR and the emacsclient switch --alternate-editor are for. Look those up in the manual. BR, Robert Thorpe