From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mwnn Newsgroups: gmane.emacs.help Subject: emacs --daemon does not seem to work for me Date: Thu, 06 Aug 2009 09:16:34 +0530 Message-ID: <4A7A521A.1080900@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249530458 4705 80.91.229.12 (6 Aug 2009 03:47:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 03:47:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 06 05:47:31 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MYtww-0008Ga-Of for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Aug 2009 05:47:31 +0200 Original-Received: from localhost ([127.0.0.1]:36120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYtww-0005Qw-7d for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Aug 2009 23:47:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYtwR-0005I2-LZ for help-gnu-emacs@gnu.org; Wed, 05 Aug 2009 23:46:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYtwM-0005FG-P5 for help-gnu-emacs@gnu.org; Wed, 05 Aug 2009 23:46:59 -0400 Original-Received: from [199.232.76.173] (port=53226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYtwM-0005FD-Lj for help-gnu-emacs@gnu.org; Wed, 05 Aug 2009 23:46:54 -0400 Original-Received: from wf-out-1314.google.com ([209.85.200.173]:35023) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYtwM-0004eI-Ax for help-gnu-emacs@gnu.org; Wed, 05 Aug 2009 23:46:54 -0400 Original-Received: by wf-out-1314.google.com with SMTP id 23so189640wfg.24 for ; Wed, 05 Aug 2009 20:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=+j8kyi2WekS/+aQgq2X2X5C/LwvuJLkqgFFFz+9Ghmg=; b=nrYGQ8UNak5jo8pIZflyxBOxWSA+FrqQ4zA0jo+rUvi2yu0AP88WhJWrle3in//P0L rxT3oJMqbBnxyzwO1KrwX0F+vrSmVfjSdTsiTNmqFkTmlbj+wVGlGU4gHo8ljRx3aA4X EPzbRvXM6Ni1tGg8IxCvtZCa5ZOb0P5IpPe1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=qhEfIPxhj9LFv/xushwrHJl8d86QM3eHf6oUCa0Uux4PvmIpiJUIs79dq2QvW91bbm dEmk0K7dvT8kyWfV+v/uf7k3vMkKeNllk6MI2+w+TdZBr3qli0q3on/W8mfN3XIb2OyQ caiBjfuK5Dj7reU2fPidqKEwA/KVuiQb+JWOU= Original-Received: by 10.142.191.14 with SMTP id o14mr1016420wff.6.1249530412681; Wed, 05 Aug 2009 20:46:52 -0700 (PDT) Original-Received: from ?192.168.1.10? ([59.92.168.87]) by mx.google.com with ESMTPS id 22sm6345168wfg.27.2009.08.05.20.46.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Aug 2009 20:46:51 -0700 (PDT) User-Agent: Thunderbird 2.0.0.22 (X11/20090605) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66824 Archived-At: Hi, I am using GNU Emacs 23.1. I start the emacs daemon by executing the following command: $ emacs --daemon Then when i execute the following command: $ emacsclient -c An emacs frame appears and goes away in a jiffy! Can somebody tell me what is the fix for this? Regards, mwnn