From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: setup emacs daemon in MacOSX Date: Sat, 1 Aug 2009 02:32:22 -0700 Message-ID: <3b9893450908010232i2f11c5l34ca51e8816f205f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249119191 23968 80.91.229.12 (1 Aug 2009 09:33:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2009 09:33:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 01 11:33:04 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 1MXAxb-0000bv-LX for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 11:33:03 +0200 Original-Received: from localhost ([127.0.0.1]:46451 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXAxa-00045X-PW for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 05:33:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXAwy-00045H-PB for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 05:32:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXAwx-000453-NN for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 05:32:24 -0400 Original-Received: from [199.232.76.173] (port=34148 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXAwx-000450-Gw for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 05:32:23 -0400 Original-Received: from qw-out-1920.google.com ([74.125.92.149]:55438) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXAwx-0001q7-8L for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 05:32:23 -0400 Original-Received: by qw-out-1920.google.com with SMTP id 5so1661049qwf.24 for ; Sat, 01 Aug 2009 02:32:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=iR4U9lqkTsT51HWmUHlictIDn9zSdBXW8+csXz/6R+A=; b=xu5FsSS6tcw74Vgo8QHeQoSHbS0NCXJw3GJolS7GxBnYcrBY5uvXtFlq730IhoA8sD IgVc45hgqQxNoh2vdBBeMGxF3S+pLAdudUKbd1p4wQ/NX14ze81gekvP+mumzCE2DzBC kyCbQ2wBVJQqZqZuPlXOgz+O5f2tPkHlINqw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=AAJQFscOsMELJUJcVmhDN10Nm+URj+iqvhJQZAFzCTd0oi06Vh8o/SmYvsXI53FItd h9O3BLYl0hfIDh+bnxVD/W7ikJk27UFmJkH8E8ygKR9TNz/7SX25usiyw4XBKZnjvTvI o9Vk3qrQgxY5x/gw1gXwnI+/G1++3LDqy1Tm4= Original-Received: by 10.229.80.73 with SMTP id s9mr659142qck.56.1249119142500; Sat, 01 Aug 2009 02:32:22 -0700 (PDT) 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:66616 Archived-At: Hi, I read this about emacs daemon new feature on MacOSX. http://emacs-fu.blogspot.com/2009/02/emacs-daemon.htm Can you please tell me how can l setup my MacOSX so that it start emacs daemon automatically every time I log in? Thank you.