<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Praise for the Humble gedit</title>
	<link>http://www.linux-mag.com/id/5982/</link>
	<description>Open Source, Open Standards</description>
	<pubDate>Sat, 22 Nov 2008 00:05:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: pstahle</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1207</link>
		<pubDate>Sat, 21 Jun 2008 03:36:39 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1207</guid>
					<description>Depending on what I am doing I use vim (full, non vi compatible) or I will use jEdit. On a rare occasion I will pull out nedit and use that. I am kind of weird in that if I am used to editing certain types of files with a certain editor that is what I will feel most comfortable doing. For instance I have spent many years doing console editing of perl code from vim and feel uncomfortable editing/writing perl any other way. One of my pet peeves is all the distros that default to vim minimal, and have a lot of the great features of vim turned off.... that is just plain irritating....</description>
		<content:encoded><![CDATA[<p>Depending on what I am doing I use vim (full, non vi compatible) or I will use jEdit. On a rare occasion I will pull out nedit and use that. I am kind of weird in that if I am used to editing certain types of files with a certain editor that is what I will feel most comfortable doing. For instance I have spent many years doing console editing of perl code from vim and feel uncomfortable editing/writing perl any other way. One of my pet peeves is all the distros that default to vim minimal, and have a lot of the great features of vim turned off&#8230;. that is just plain irritating&#8230;.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bryan Richard</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1113</link>
		<pubDate>Tue, 27 May 2008 16:17:41 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1113</guid>
					<description>Anyone having trouble with Vim's learning curve might want to try installing Cream -- it takes some of the sting out of the Vim command structure but doesn't lose any of its text processing power. We just posted an article about it: &lt;a href="http://www.linux-mag.com/id/6045" title="Sweeten Your Vim with Cream" rel="nofollow"&gt;Sweeten Your Vim with Cream&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Anyone having trouble with Vim&#8217;s learning curve might want to try installing Cream &#8212; it takes some of the sting out of the Vim command structure but doesn&#8217;t lose any of its text processing power. We just posted an article about it: <a href="http://www.linux-mag.com/id/6045" title="Sweeten Your Vim with Cream" rel="nofollow">Sweeten Your Vim with Cream</a>.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Soren Harder</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1111</link>
		<pubDate>Tue, 27 May 2008 13:10:24 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1111</guid>
					<description>Hi,

I have had to use Vi a couple of times and each time I am completely lost.

I use Emacs a lot for programming and sometimes even for writing mails and copying them into my mail-program (it tends to die when you send the mail). I do not understand that anyone find the learning curve steep; isn't this the Platonic ideal of an editor? ;-) You just have to start at a young age ;-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have had to use Vi a couple of times and each time I am completely lost.</p>
<p>I use Emacs a lot for programming and sometimes even for writing mails and copying them into my mail-program (it tends to die when you send the mail). I do not understand that anyone find the learning curve steep; isn&#8217;t this the Platonic ideal of an editor? ;-) You just have to start at a young age ;-)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dewfy</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1110</link>
		<pubDate>Mon, 26 May 2008 07:43:30 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1110</guid>
					<description>The only reason I hate emacs - is a scrolling policy of large text. When your eye expects shifting line up, you get centring of this line on screen. It strange but I never meet workaround.</description>
		<content:encoded><![CDATA[<p>The only reason I hate emacs - is a scrolling policy of large text. When your eye expects shifting line up, you get centring of this line on screen. It strange but I never meet workaround.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Corne Beerse</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1100</link>
		<pubDate>Fri, 23 May 2008 10:11:05 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1100</guid>
					<description>When I started with unix about 20 years ago, vi already was a steep learning curve but it was there on every unix machine. The alternative at that time was emacs, which had a more relax learning curve but a steep installation curve as it was (and stil is) not available on every installation...

Then `vi` has some more advantages: If you know vi, specially the : commands, then you know `ed` (which effectively is what you use with the : commands) and you know all ed's deriviates as `ex` and `sed`.

I see the regexp as available in ed is still unbeaten. It is the major reason why I keep comming back to the commandline to use vi.

btw: I've just seen a msWindows Powershell and W2008 presentation. I wonder if edlin is available, notepad still is there...</description>
		<content:encoded><![CDATA[<p>When I started with unix about 20 years ago, vi already was a steep learning curve but it was there on every unix machine. The alternative at that time was emacs, which had a more relax learning curve but a steep installation curve as it was (and stil is) not available on every installation&#8230;</p>
<p>Then `vi` has some more advantages: If you know vi, specially the : commands, then you know `ed` (which effectively is what you use with the : commands) and you know all ed&#8217;s deriviates as `ex` and `sed`.</p>
<p>I see the regexp as available in ed is still unbeaten. It is the major reason why I keep comming back to the commandline to use vi.</p>
<p>btw: I&#8217;ve just seen a msWindows Powershell and W2008 presentation. I wonder if edlin is available, notepad still is there&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bryan Richard</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1086</link>
		<pubDate>Fri, 16 May 2008 15:28:14 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1086</guid>
					<description>The old joke about &lt;a href="http://bash.org/?795779?" rel="nofollow"&gt;everyone's first vi session&lt;/a&gt; rings pretty true.  But after awhile you start to appreciate all of these ^'s (emacs) and :'s (vi).</description>
		<content:encoded><![CDATA[<p>The old joke about <a href="http://bash.org/?795779?" rel="nofollow">everyone&#8217;s first vi session</a> rings pretty true.  But after awhile you start to appreciate all of these ^&#8217;s (emacs) and :&#8217;s (vi).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bryan Richard</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1085</link>
		<pubDate>Fri, 16 May 2008 15:19:54 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1085</guid>
					<description>Yeah, that's what I mean. I used to be strictly KDE so I never had an opportunity use gedit until this week. I don't recall what the default editor was either in pre-2000 KDE. I'm pretty sure I just set the path to vi though.</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s what I mean. I used to be strictly KDE so I never had an opportunity use gedit until this week. I don&#8217;t recall what the default editor was either in pre-2000 KDE. I&#8217;m pretty sure I just set the path to vi though.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ageilers</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1084</link>
		<pubDate>Fri, 16 May 2008 15:09:51 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1084</guid>
					<description>"Having been a KDE guy back in the day, gedit falls under the former category."

Well, actually, gedit would go with GNOME. KDE currently would be Kate or Kwrite . I can't remember what editor came with KDE back when.</description>
		<content:encoded><![CDATA[<p>&#8220;Having been a KDE guy back in the day, gedit falls under the former category.&#8221;</p>
<p>Well, actually, gedit would go with GNOME. KDE currently would be Kate or Kwrite . I can&#8217;t remember what editor came with KDE back when.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Bayer</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1082</link>
		<pubDate>Fri, 16 May 2008 13:12:36 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1082</guid>
					<description>I'm one of those non-denominational text editors.

Vim has a bit of a learning curve, but with a cheat-sheet posted on my monitor I use it for all cli text editing.  In the gui I've used gedit for a while and like it pretty well.  Played with kate some, but don't use it very much (for no particular reason).  On Macs I use TextWrangler and on Windows I use PSPad.  I'm all about the free stuff...</description>
		<content:encoded><![CDATA[<p>I&#8217;m one of those non-denominational text editors.</p>
<p>Vim has a bit of a learning curve, but with a cheat-sheet posted on my monitor I use it for all cli text editing.  In the gui I&#8217;ve used gedit for a while and like it pretty well.  Played with kate some, but don&#8217;t use it very much (for no particular reason).  On Macs I use TextWrangler and on Windows I use PSPad.  I&#8217;m all about the free stuff&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: david Ford</title>
		<link>http://www.linux-mag.com/id/5982/#comment-1081</link>
		<pubDate>Fri, 16 May 2008 12:25:16 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/5982/#comment-1081</guid>
					<description>I agree with chavoux - Vi and EMACS are just too much hard work to use to edit a text file - I use 'joe'.
david</description>
		<content:encoded><![CDATA[<p>I agree with chavoux - Vi and EMACS are just too much hard work to use to edit a text file - I use &#8216;joe&#8217;.<br />
david
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
