<?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: Learning Emacs, part 1</title>
	<atom:link href="http://4.flowsnake.org/archives/68/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org/archives/68</link>
	<description>A Pythoneer's adventures with Chicken Scheme. ^_^ And more.</description>
	<pubDate>Tue, 06 Jan 2009 21:47:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: creidiki</title>
		<link>http://4.flowsnake.org/archives/68#comment-124</link>
		<dc:creator>creidiki</dc:creator>
		<pubDate>Mon, 18 Feb 2008 11:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://4.flowsnake.org/archives/68#comment-124</guid>
		<description>Shift-Arrow select can be done - Its part of the CUA-mode (customization group: CUA) package, but can be enabled separately from C-c copy C-v paste and the rest.

You can also set the font without X11 fontspecs using default-frame-alist (at least in emacs 23):
(add-to-list 'default-frame-alist '(font . "DejaVuSansMono-12"))

I only found this out yesterday, I'll admit :)</description>
		<content:encoded><![CDATA[<p>Shift-Arrow select can be done - Its part of the CUA-mode (customization group: CUA) package, but can be enabled separately from C-c copy C-v paste and the rest.</p>
<p>You can also set the font without X11 fontspecs using default-frame-alist (at least in emacs 23):<br />
(add-to-list 'default-frame-alist '(font . "DejaVuSansMono-12"))</p>
<p>I only found this out yesterday, I'll admit :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
