<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Emacs Daemon! Hell Yes!</title>
	<atom:link href="http://www.xmonk.org/2008/09/29/emacs-daemon-hell-yes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xmonk.org/2008/09/29/emacs-daemon-hell-yes/</link>
	<description>Not much, not less</description>
	<lastBuildDate>Mon, 09 Mar 2009 13:23:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: xmonk</title>
		<link>http://www.xmonk.org/2008/09/29/emacs-daemon-hell-yes/comment-page-1/#comment-447</link>
		<dc:creator>xmonk</dc:creator>
		<pubDate>Sat, 25 Oct 2008 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.xmonk.org/?p=70#comment-447</guid>
		<description>Eduardo, I assume you did emacs --daemon  and didn&#039;t get any error, if so, the command you are looking for is: emacsclient -c 
not emacs -c.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Eduardo, I assume you did emacs &#8211;daemon  and didn&#8217;t get any error, if so, the command you are looking for is: emacsclient -c<br />
not emacs -c.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Padoan</title>
		<link>http://www.xmonk.org/2008/09/29/emacs-daemon-hell-yes/comment-page-1/#comment-446</link>
		<dc:creator>Eduardo Padoan</dc:creator>
		<pubDate>Sat, 25 Oct 2008 17:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.xmonk.org/?p=70#comment-446</guid>
		<description>I tried using with Ubuntu&#039;s emacs-snapshot, but when I do &#039;emacs -c something&#039;, I get a debugging message saying that there is no tty Fontset.</description>
		<content:encoded><![CDATA[<p>I tried using with Ubuntu&#8217;s emacs-snapshot, but when I do &#8216;emacs -c something&#8217;, I get a debugging message saying that there is no tty Fontset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xmonk</title>
		<link>http://www.xmonk.org/2008/09/29/emacs-daemon-hell-yes/comment-page-1/#comment-445</link>
		<dc:creator>xmonk</dc:creator>
		<pubDate>Tue, 14 Oct 2008 22:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.xmonk.org/?p=70#comment-445</guid>
		<description>Ricardo, it&#039;s a different thing, yes you can start an emacs server, with M-x server-start, also you can start it from the command line with emacs --eval &#039;server-start&#039; or emacs -f &#039;server-start&#039;, but that will bring up emacs with a frame. The emacs daemon instead is a headless instance of emacs, no frame. 

I truly suggest you give emacs23 a try, it&#039;s quite stable, and you&#039;ll be able to appreciate the difference.</description>
		<content:encoded><![CDATA[<p>Ricardo, it&#8217;s a different thing, yes you can start an emacs server, with M-x server-start, also you can start it from the command line with emacs &#8211;eval &#8216;server-start&#8217; or emacs -f &#8216;server-start&#8217;, but that will bring up emacs with a frame. The emacs daemon instead is a headless instance of emacs, no frame. </p>
<p>I truly suggest you give emacs23 a try, it&#8217;s quite stable, and you&#8217;ll be able to appreciate the difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Restituyo</title>
		<link>http://www.xmonk.org/2008/09/29/emacs-daemon-hell-yes/comment-page-1/#comment-444</link>
		<dc:creator>Ricardo Restituyo</dc:creator>
		<pubDate>Tue, 14 Oct 2008 14:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xmonk.org/?p=70#comment-444</guid>
		<description>It seems to be supported in the 22 version too

Just do alt-x server-start and you can use emacsclient .

Check:

http://www.emacswiki.org/cgi-bin/wiki/EmacsClient

Pretty interesting.</description>
		<content:encoded><![CDATA[<p>It seems to be supported in the 22 version too</p>
<p>Just do alt-x server-start and you can use emacsclient .</p>
<p>Check:</p>
<p><a href="http://www.emacswiki.org/cgi-bin/wiki/EmacsClient" rel="nofollow">http://www.emacswiki.org/cgi-bin/wiki/EmacsClient</a></p>
<p>Pretty interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xmonk</title>
		<link>http://www.xmonk.org/2008/09/29/emacs-daemon-hell-yes/comment-page-1/#comment-443</link>
		<dc:creator>xmonk</dc:creator>
		<pubDate>Sat, 11 Oct 2008 16:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.xmonk.org/?p=70#comment-443</guid>
		<description>There is no correct way, at least not yet. What I would recommend, is to do close all your emacs instances, and then do a pkill -TERM emacs.

In my case I only do this, when updating my emacs to the latest CVS version.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>There is no correct way, at least not yet. What I would recommend, is to do close all your emacs instances, and then do a pkill -TERM emacs.</p>
<p>In my case I only do this, when updating my emacs to the latest CVS version.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://www.xmonk.org/2008/09/29/emacs-daemon-hell-yes/comment-page-1/#comment-442</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Sat, 11 Oct 2008 14:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.xmonk.org/?p=70#comment-442</guid>
		<description>Do you know how to correctly shut down the daemon?</description>
		<content:encoded><![CDATA[<p>Do you know how to correctly shut down the daemon?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
