<?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>EveryJoe &#187; editors</title>
	<atom:link href="http://www.everyjoe.com/tag/editors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Tue, 24 Nov 2009 21:25:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Many Cygwin Text Editors</title>
		<link>http://www.everyjoe.com/articles/many-cygwin-text-editors-2/</link>
		<comments>http://www.everyjoe.com/articles/many-cygwin-text-editors-2/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 12:45:35 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Cygwin & Unix]]></category>
		<category><![CDATA[ed]]></category>
		<category><![CDATA[Editor war]]></category>
		<category><![CDATA[editors]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[GUI editors]]></category>
		<category><![CDATA[Gvim]]></category>
		<category><![CDATA[Joe]]></category>
		<category><![CDATA[line editors]]></category>
		<category><![CDATA[Nano]]></category>
		<category><![CDATA[Nedit]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[Pico]]></category>
		<category><![CDATA[screen editors]]></category>
		<category><![CDATA[text editors]]></category>
		<category><![CDATA[Vi]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[Xemacs]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1117</guid>
		<description><![CDATA[One of the greatest advantages of using Cygwin is the vast array of softwares at your disposal. There is a lot of choice, perhaps too much of choice. And we will have to get used to that.
Take text editors for instance. A text editor is a very basic software and there has been such evolution in them. Line editors, text editors, GUI editors,… and with various advanced features.
ed is the GNU line editor. cat used to concatenate files can be seen as an editor as well.
Joe, Pico and Nano are screen editors with more features than the plain line editors. [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/many-cygwin-text-editors-2/">Many Cygwin Text Editors</a></p>
]]></description>
			<content:encoded><![CDATA[<p>One of the greatest advantages of using Cygwin is the vast array of softwares at your disposal. There is a lot of choice, perhaps too much of choice. And we will have to get used to that.</p>
<p>Take text editors for instance. A text editor is a very basic software and there has been such evolution in them. Line editors, text editors, GUI editors,… and with various advanced features.</p>
<p><strong>ed</strong> is the GNU line editor. <strong>cat</strong> used to concatenate files can be seen as an editor as well.</p>
<p><strong>Joe</strong>, <strong>Pico</strong> and <strong>Nano</strong> are screen editors with more features than the plain line editors. They allow one to jump to specified line and column numbers, search and replace strings, and allow quick, dirty editing.</p>
<p><strong>Vim</strong> (Vi Improved) and <strong>Emacs</strong> are two legendary editors, the followers of each of which inadvertently take part in the <a title="Editor War Wikipedia Page" href="http://en.wikipedia.org/wiki/Editor_war" target="_blank">Editor War</a> sometimes without even the knowledge that they are part of a rivalry larger than themselves. While diehard fans of Vim and Emacs claim that their editors are the most advanced and convenient, they are both capable of keeping new users at bay thanks to their apparent complexity which is supposed to contribute to their simplicity. Both of them are screen editors which are used by programmers to write programs in a number of languages. Gvim and Xemacs are the GUI counterparts of the editors. One thing I have noticed is that users of either software need a cheat sheet that has various key combinations that can be used in their daily usage. Let this not daunt you from using these, because they really are worth the struggle. You can get started with <a title="New Linux User: Vim Tutorial for Newbies on Linuxconfig" href="http://www.newlinuxuser.com/vim-tutorial-for-newbies-on-linuxconfig/" target="_blank">Vim</a> and <a title="An Introductory Tutorial to Emacs" href="http://www2.lib.uchicago.edu/keith/tcl-course/emacs-tutorial.html" target="_blank">Emacs</a> using tutorials and they are plenty of them.</p>
<p><strong>NEdit</strong>, short for Nice Editor, is a GUI text editor.</p>
<p>In case you already use a text editor that you are comfortable with, you can continue to use it from command line in Cygwin itself. Add your text editor with a <a title="That Damn PC: The .profile in Cygwin" href="http://www.everyjoe.com/articles/the-profile-in-cygwin-2/">custom alias in your .profile</a>:</p>
<p><span style="font-family: Lucida Console;">alias editor=&#8221;/c/\&#8221;Program Files/Editors &amp; Viewers\&#8221;/Notepad++/notepad++.exe&#8221;</span></p>
<p>I am a <strong>Notepad++</strong> fan and find it very resourceful. I have a feeling that it is inspired from Vim while keeping user-friendliness in mind.</p>
<p>For a greater choice than above, check out this <a title="Wikipedia: Comparison of Text Editors" href="http://en.wikipedia.org/wiki/Comparison_of_text_editors" target="_blank">comparison of text editors</a>.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/many-cygwin-text-editors-2/">Many Cygwin Text Editors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/many-cygwin-text-editors-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
