<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Serendip &#187; emacs</title>
	<atom:link href="http://www.serendip.ws/archives/tag/emacs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.serendip.ws</link>
	<description>Webデザイン・プログラミング</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:33:58 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>emacs で行の文字数を揃える</title>
		<link>http://www.serendip.ws/archives/1228</link>
		<comments>http://www.serendip.ws/archives/1228#comments</comments>
		<pubDate>Sat, 14 Feb 2009 06:16:45 +0000</pubDate>
		<dc:creator>iNo</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://www.serendip.ws/?p=1228</guid>
		<description><![CDATA[emacs で1行当たりの文字数を揃えて整形するメモ。 ここでは30文字に設定している。 まず、以下のコマンドを実行して設定を行う。 M-x set-variable Set variable: fill-column  [...]]]></description>
			<content:encoded><![CDATA[<p>emacs で1行当たりの文字数を揃えて整形するメモ。<br />
ここでは30文字に設定している。<br />
まず、以下のコマンドを実行して設定を行う。</p>
<pre>M-x set-variable
<span class="Statement">Set</span> variable: fill-column
<span class="Statement">Set</span> fill-column to value: <span class="Constant">30</span>
</pre>
<p>次に <code><kbd>M-q</kbd></code> で段落内のテキストが1行当たり30文字に揃えられる。</p>
<p>また、<code><kbd>M-s</kbd></code> で行をセンタリングできる。</p>
<p>メニューの Edit &gt; Text Propaties &gt; justification からも実行できる。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.serendip.ws/archives/1228/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

