<?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>Linux and Virtualization &#187; emacs</title>
	<atom:link href="http://fclose.com/b/linux/tag/emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://fclose.com/b/linux</link>
	<description>Clear solutions, tutorials and tips on Linux and virtualization from the author&#039;s experience with clusters.</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:49:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My Vim Emacs Configuration Files</title>
		<link>http://fclose.com/b/linux/398/my-vim-emacs-configuration-files/</link>
		<comments>http://fclose.com/b/linux/398/my-vim-emacs-configuration-files/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 19:54:26 +0000</pubDate>
		<dc:creator>Zhiqiang Ma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Client config]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://zhiqiangma.info/my-vim-emacs-configuration-files/</guid>
		<description><![CDATA[My .vimrc .emacc files can be downloaded from here: http://github.com/zma/config_files My text editors are especially configured for source code such as C/C++/shell editing. I prefer to use spaces instead of tab. And my favourite tab size is 4. Some vimrc parameters and the comments are listed here. Details and the updated configuration files please refer [...]]]></description>
			<content:encoded><![CDATA[<p>My .vimrc .emacc files can be downloaded from here:<br />
<a href="http://github.com/zma/config_files">http://github.com/zma/config_files</a></p>
<p>My text editors are especially configured for source code such as C/C++/shell editing. I prefer to use spaces instead of tab. And my favourite tab size is 4.</p>
<p>Some vimrc parameters and the comments are listed here. Details and the updated configuration files please refer to the git repository.</p>
<p>The .vimrc:</p>
<pre>set number " show line number

set backup " keep a backup file
set backupdir=~/.vibackup " keep all backup files in one central dir
set backupcopy=yes

set tabstop=4
set shiftwidth=4
set expandtab

set autoindent " always set autoindenting on
set cindent " indent c code
syntax on

set incsearch " do incremental searching
set hlsearch " high light the search content

set history=50 " keep 50 lines of command line history
set ruler " show the cursor position all the time
set showcmd " display incomplete commands</pre>
]]></content:encoded>
			<wfw:commentRss>http://fclose.com/b/linux/398/my-vim-emacs-configuration-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs Remove ^M From Files</title>
		<link>http://fclose.com/b/linux/251/emacs-remove-m-from-files/</link>
		<comments>http://fclose.com/b/linux/251/emacs-remove-m-from-files/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:37:54 +0000</pubDate>
		<dc:creator>Zhiqiang Ma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://zhiqiangma.info/emacs-remove-m-from-files/</guid>
		<description><![CDATA[Fir go to top of buffer, then: M-x replace-string C-q C-m RET Here, M-% can be used for M-x replace-string . The control-q will allow typing control characters into the input buffer.]]></description>
			<content:encoded><![CDATA[<p>Fir go to top of buffer, then:</p>
<pre>M-x replace-string C-q C-m RET</pre>
<p>Here,
<pre>M-%</pre>
<p> can be used for
<pre>M-x replace-string</pre>
<p>.</p>
<p>The control-q will allow typing control characters into the input buffer.</p>
]]></content:encoded>
			<wfw:commentRss>http://fclose.com/b/linux/251/emacs-remove-m-from-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs Write to Read-only Files</title>
		<link>http://fclose.com/b/linux/249/emacs-write-to-read-only-files/</link>
		<comments>http://fclose.com/b/linux/249/emacs-write-to-read-only-files/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:35:50 +0000</pubDate>
		<dc:creator>Zhiqiang Ma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://zhiqiangma.info/emacs-write-to-read-only-files/</guid>
		<description><![CDATA[We can clear the buffer text&#8217;s read-only flag with C-x C-q.]]></description>
			<content:encoded><![CDATA[<p>We can clear the buffer text&#8217;s read-only flag with C-x C-q.</p>
]]></content:encoded>
			<wfw:commentRss>http://fclose.com/b/linux/249/emacs-write-to-read-only-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>emacs中中文出现乱码</title>
		<link>http://fclose.com/b/linux/128/emacs%e4%b8%ad%e4%b8%ad%e6%96%87%e5%87%ba%e7%8e%b0%e4%b9%b1%e7%a0%81/</link>
		<comments>http://fclose.com/b/linux/128/emacs%e4%b8%ad%e4%b8%ad%e6%96%87%e5%87%ba%e7%8e%b0%e4%b9%b1%e7%a0%81/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 06:49:00 +0000</pubDate>
		<dc:creator>Zhiqiang Ma</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Chinese]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://zhiqiangma.info/emacs%e4%b8%ad%e4%b8%ad%e6%96%87%e5%87%ba%e7%8e%b0%e4%b9%b1%e7%a0%81/</guid>
		<description><![CDATA[可以试试设定set-language-environment参数之后再打开文件： M-x set-language-environment Chinese-GB]]></description>
			<content:encoded><![CDATA[<p>可以试试设定set-language-environment参数之后再打开文件：</p>
<p>M-x set-language-environment Chinese-GB</p>
]]></content:encoded>
			<wfw:commentRss>http://fclose.com/b/linux/128/emacs%e4%b8%ad%e4%b8%ad%e6%96%87%e5%87%ba%e7%8e%b0%e4%b9%b1%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

