<?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"
	>
<channel>
	<title>Comments on: Pretty Emacs Reloaded</title>
	<atom:link href="http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/</link>
	<description>Random Computer Musings</description>
	<pubDate>Mon, 06 Oct 2008 19:53:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jwickers</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-537</link>
		<dc:creator>jwickers</dc:creator>
		<pubDate>Sun, 05 Oct 2008 18:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-537</guid>
		<description>&lt;p&gt;I have the same issue as you Guillaume on today CVS version on Gentoo, so the problem is probably not in you configuration, but your workaround works for me too, so thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have the same issue as you Guillaume on today CVS version on Gentoo, so the problem is probably not in you configuration, but your workaround works for me too, so thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Peng</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-507</link>
		<dc:creator>Peng</dc:creator>
		<pubDate>Thu, 25 Sep 2008 15:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-507</guid>
		<description>&lt;p&gt;Hi Alex, when will the build for 8.10 Intrepid be available?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Alex, when will the build for 8.10 Intrepid be available?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tecosystems &#187; My Arsenal</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-241</link>
		<dc:creator>tecosystems &#187; My Arsenal</dc:creator>
		<pubDate>Thu, 12 Jun 2008 15:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-241</guid>
		<description>&lt;p&gt;[...] Emacs (writing) - I use the &#8220;pretty&#8221; build [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Emacs (writing) - I use the &#8220;pretty&#8221; build [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-240</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 10 Jun 2008 21:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-240</guid>
		<description>&lt;p&gt;I wonder if you have code completion working for c/c++, python, etc?&lt;/p&gt;

&lt;p&gt;I've tried to find packages for this and most of it seems to be broken in one way or another.  I'm trying to get http://ecb.sourceforge.net/ working, without much luck.  Any tips on how to build this for emacs-snapshot-gtk?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I wonder if you have code completion working for c/c++, python, etc?</p>

<p>I&#8217;ve tried to find packages for this and most of it seems to be broken in one way or another.  I&#8217;m trying to get <a href="http://ecb.sourceforge.net/" rel="nofollow">http://ecb.sourceforge.net/</a> working, without much luck.  Any tips on how to build this for emacs-snapshot-gtk?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-239</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Tue, 10 Jun 2008 10:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-239</guid>
		<description>&lt;p&gt;Alexandre, I used those lines but new frames didn't show antialiased fonts.
The workaround I mentioned works just fine.&lt;/p&gt;

&lt;p&gt;Is it enough for you to specify the set-default-font variable, and then C-x 5-2 displays a new antialiased frame ? In this case I have a major config pb on my box (may be the case).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alexandre, I used those lines but new frames didn&#8217;t show antialiased fonts.
The workaround I mentioned works just fine.</p>

<p>Is it enough for you to specify the set-default-font variable, and then C-x 5-2 displays a new antialiased frame ? In this case I have a major config pb on my box (may be the case).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-238</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Sat, 07 Jun 2008 19:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-238</guid>
		<description>&lt;p&gt;Mike, you probably have an "alternatives" conflict. The fix is:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo update-alternatives --set emacs-snapshot /usr/bin/emacs-snapshot-gtk
sudo aptitude reinstall emacs-snapshot&lt;/pre&gt;

&lt;p&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Note that Ubuntu 8.04 has the "Pretty Emacs" package in the Universe component. So, you can install the Ubuntu one instead of mine.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mike, you probably have an &#8220;alternatives&#8221; conflict. The fix is:</p>

<pre><code>sudo update-alternatives --set emacs-snapshot /usr/bin/emacs-snapshot-gtk
sudo aptitude reinstall emacs-snapshot</code></pre>

<p></p>

<p>Note that Ubuntu 8.04 has the &#8220;Pretty Emacs&#8221; package in the Universe component. So, you can install the Ubuntu one instead of mine.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-237</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Sat, 07 Jun 2008 19:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-237</guid>
		<description>&lt;p&gt;Guillaume, try to use:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;(if (&gt;= emacs-major-version 23)
  (set-default-font "DejaVu Sans Mono-9"))&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Guillaume, try to use:</p>

<pre><code>(if (>= emacs-major-version 23)
  (set-default-font "DejaVu Sans Mono-9"))</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-236</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 05 Jun 2008 01:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-236</guid>
		<description>&lt;p&gt;It seems that I get an "!! Byte-compilation for emacs-snapshot failed!" error when installing in Ubuntu 8.04 unless I first disable the Universe repo so as to prevent a conflict with the emacs-snapshot packages there, just as a heads up.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It seems that I get an &#8220;!! Byte-compilation for emacs-snapshot failed!&#8221; error when installing in Ubuntu 8.04 unless I first disable the Universe repo so as to prevent a conflict with the emacs-snapshot packages there, just as a heads up.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-231</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Mon, 02 Jun 2008 09:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-231</guid>
		<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I encountered a problem when opening new frames (C-x 5 2) : the font felt back to the non antialiased one. I fixed it with the following lines in my .emacs:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
(if (&#62;= emacs-major-version 23)
    (progn
      (set-frame-font "DejaVu Sans Mono-9")
      (add-to-list 'default-frame-alist
                   '(font ."DejaVu Sans Mono-9"))))
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I'm not an expert, I compiled informations found on the net, so it may not apply to your needs ^^. BTW, thanks a lot for your package.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello,</p>

<p>I encountered a problem when opening new frames (C-x 5 2) : the font felt back to the non antialiased one. I fixed it with the following lines in my .emacs:</p>

<p><code>
(if (&gt;= emacs-major-version 23)
    (progn
      (set-frame-font "DejaVu Sans Mono-9")
      (add-to-list 'default-frame-alist
                   '(font ."DejaVu Sans Mono-9"))))
</code></p>

<p>I&#8217;m not an expert, I compiled informations found on the net, so it may not apply to your needs ^^. BTW, thanks a lot for your package.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre</title>
		<link>http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-229</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Wed, 28 May 2008 21:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-229</guid>
		<description>&lt;p&gt;Timothy, see &lt;a href="http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-193" rel="nofollow"&gt;my answer&lt;/a&gt; to Bo Lu and Felipe, who asked me the same thing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Timothy, see <a href="http://peadrop.com/blog/2007/09/17/pretty-emacs-reloaded/#comment-193" rel="nofollow">my answer</a> to Bo Lu and Felipe, who asked me the same thing.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.325 seconds -->
