From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noorul Islam Newsgroups: gmane.emacs.devel Subject: Re: emacs --daemon and emacsclient issue Date: Tue, 1 Mar 2011 16:06:15 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1298975791 6166 80.91.229.12 (1 Mar 2011 10:36:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2011 10:36:31 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 01 11:36:26 2011 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.69) (envelope-from ) id 1PuMwL-0002Ao-7P for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2011 11:36:25 +0100 Original-Received: from localhost ([127.0.0.1]:56698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuMwK-0005Fx-Pw for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2011 05:36:24 -0500 Original-Received: from [140.186.70.92] (port=42315 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuMwE-0005Eu-B1 for emacs-devel@gnu.org; Tue, 01 Mar 2011 05:36:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuMwC-0002cf-K3 for emacs-devel@gnu.org; Tue, 01 Mar 2011 05:36:18 -0500 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:51523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuMwC-0002cQ-E9 for emacs-devel@gnu.org; Tue, 01 Mar 2011 05:36:16 -0500 Original-Received: by yib2 with SMTP id 2so2430645yib.0 for ; Tue, 01 Mar 2011 02:36:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=noorul.com; s=google; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=23mhnTLAIGiThBUqwLTwGbKXsSYiNn0fN9rMTBak2cE=; b=ZHicopESJUoMvMXe3YWZvK494W59B1H4NA+qcxujMj1DL88CXtmIvAgwzRy2czd6zI uuEOo0tdXwk+N/9dRtRCvGXlvxg2TjzlL2tXUAm04XJ22onCGKxkN43EIi5Jb6Xr3+kn xXHwnabQYxAnPrhzlSECg2xLTyvCb7fuhplCs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=noorul.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gYw+W4z2Z3tDnk9WpYSfu0zsL6PzXKNDa2sMrHajq24MLxIH9BWj4xa3DSW3TGLXHj VA1yU3WtNfK+8U4Azgd+uWBCSqlkcWtlssZTLzbG+H1r6ie572N+KH0HtjWddmqtc/8E xMHU1dMcCxldRDVZFPTG39+HL3EJH1YZNUauA= Original-Received: by 10.150.50.9 with SMTP id x9mr8861584ybx.88.1298975775319; Tue, 01 Mar 2011 02:36:15 -0800 (PST) Original-Received: by 10.151.147.2 with HTTP; Tue, 1 Mar 2011 02:36:15 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.41 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:136649 Archived-At: On Mon, Feb 28, 2011 at 2:46 PM, Noorul Islam wrote: > With last weeks trunk build "emacs --daemon" is behaving in a strange > manner. I usually run "emacs --daemon" and then use "emacsclient -c" > to have any number of frames. But now what happens is, when I lock my > screen, after certain period my frames get closed automatically. But > "emacs --daemon" process is still running. If I try "emacsclient -c" > again, I get socket not found error asking me to start server again. > Anyone else facing similar problem? Since I no longer able to > communicate with the server I could not figure out for what reason it > broke. strace on the daemon is also not helping. > > Thanks and Regards > Noorul > Please ignore this. It is because of my configuration. I think this is not an emacs bug. Thanks and Regards Noorul