From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Chengqi(Lars) Song" Newsgroups: gmane.emacs.help Subject: "emacs --daemon" does not load init file Date: Tue, 25 Nov 2008 16:51:17 +0800 Message-ID: <20081125085117.GA23291@lars-x200s> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227617398 19484 80.91.229.12 (25 Nov 2008 12:49:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2008 12:49:58 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 25 13:51:02 2008 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 1L4xNd-00036g-91 for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2008 13:51:01 +0100 Original-Received: from localhost ([127.0.0.1]:60002 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4xMT-0007Zn-TK for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2008 07:49:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4tdb-0008Vd-78 for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 03:51:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4tdY-0008SQ-JY for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 03:51:13 -0500 Original-Received: from [199.232.76.173] (port=36507 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4tdY-0008SM-H0 for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 03:51:12 -0500 Original-Received: from ti-out-0910.google.com ([209.85.142.186]:39812) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4tdY-0007f4-Ha for help-gnu-emacs@gnu.org; Tue, 25 Nov 2008 03:51:12 -0500 Original-Received: by ti-out-0910.google.com with SMTP id u5so1527954tia.10 for ; Tue, 25 Nov 2008 00:51:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=ez+dXCXrVlhiAiFhhWawqPYv1ga+eGXrsmO0KkHnE3I=; b=O/hNbDMHr1Rm7PPf/z1thp3DvPx67dzsQ/mPpzO6RHnEJTdInRNm4+GaYuVQWlJ5u/ 9CS+7c+juim+v50+nOmwVixDRV531LYqsjYf7KWydQCDGaAfZfA/YW8qoFVpoYKZMXb7 MN3eRkDK5mAgyDGSLoCYz7y2zguALSigGdvF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=JNiMdx3lstoovAzqbc780EpILHEdKRgguL3ZJQdNp3wLN0JVWhWncLsS/G2cTM3bHC 3v5HAxAi8AOV/FEOGwujH97VQ/57tBYikRTrBlkSXd9U5z/0DhPH14TjPN81BnBj5Xn0 97Tsc3IoKvO37n/vui3dy4mxKIQPkWt/IJjGM= Original-Received: by 10.110.43.18 with SMTP id q18mr6341089tiq.14.1227603069097; Tue, 25 Nov 2008 00:51:09 -0800 (PST) Original-Received: from localhost ([143.89.167.199]) by mx.google.com with ESMTPS id y5sm94451tia.13.2008.11.25.00.51.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 25 Nov 2008 00:51:08 -0800 (PST) Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 25 Nov 2008 07:43:21 -0500 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:60082 Archived-At: Hi, I'm using emacs23 snapshot, now it has a fancy function "emacs --daemon" to run emacs in background. But when I use "emacsclient -c" to connect to the daemon, I found that my ~/.emacs is not loaded. That's so bad, is there anyone experienced in emacs daemon? Thanks. best lars