<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: add a goto-line command to emacs</title>
	<atom:link href="http://desk.stinkpot.org/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/</link>
	<description>tricks!</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Gandalf</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-12322</link>
		<dc:creator>Gandalf</dc:creator>
		<pubDate>Tue, 19 Oct 2010 10:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-12322</guid>
		<description>@meepo:
yes, this is a very important feature - open file at line N.

While in vim you type

$ vim somefile +27

in emacs it must be[1]:

$ emacs +27 somefile

(in case of more files it should go BEFORE every filename you want to have opened at a specific line.

[1] (source: man emacs)</description>
		<content:encoded><![CDATA[<p>@meepo:<br />
yes, this is a very important feature &#8211; open file at line N.</p>
<p>While in vim you type</p>
<p>$ vim somefile +27</p>
<p>in emacs it must be[1]:</p>
<p>$ emacs +27 somefile</p>
<p>(in case of more files it should go BEFORE every filename you want to have opened at a specific line.</p>
<p>[1] (source: man emacs)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meepo</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-12048</link>
		<dc:creator>meepo</dc:creator>
		<pubDate>Mon, 12 Jul 2010 15:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-12048</guid>
		<description>does anyone know how to open a file from command promt with emacs (or better, emacsclient) and directly go to line N? with vim you can open a file like this and the cursor will be set at the beginning of line 127.

% vim somefile +127

any help appreciated</description>
		<content:encoded><![CDATA[<p>does anyone know how to open a file from command promt with emacs (or better, emacsclient) and directly go to line N? with vim you can open a file like this and the cursor will be set at the beginning of line 127.</p>
<p>% vim somefile +127</p>
<p>any help appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-11838</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-11838</guid>
		<description>If ever you think an emacs function doesn&#039;t have an associated key chord the following will help. And will keep you from overriding other useful commands like you&#039;ve shown above.

M-x describe-function 

OR

C-h f  [ENTER]

which would expand to:

C-h f goto-line [ENTER]



This will show you all sorts of information related to the function, including what key combinations are bound to it.</description>
		<content:encoded><![CDATA[<p>If ever you think an emacs function doesn&#8217;t have an associated key chord the following will help. And will keep you from overriding other useful commands like you&#8217;ve shown above.</p>
<p>M-x describe-function </p>
<p>OR</p>
<p>C-h f  [ENTER]</p>
<p>which would expand to:</p>
<p>C-h f goto-line [ENTER]</p>
<p>This will show you all sorts of information related to the function, including what key combinations are bound to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieta</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-11811</link>
		<dc:creator>Pieta</dc:creator>
		<pubDate>Mon, 22 Feb 2010 11:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-11811</guid>
		<description>Thanks, little tips presented clearly like this are what make googling for help so useful!!</description>
		<content:encoded><![CDATA[<p>Thanks, little tips presented clearly like this are what make googling for help so useful!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Ati</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-11524</link>
		<dc:creator>Alex Ati</dc:creator>
		<pubDate>Wed, 30 Sep 2009 09:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-11524</guid>
		<description>In fact, Lawrence, if you type M-x goto-line a couple of times, Emacs automatically suggests you M-G G!</description>
		<content:encoded><![CDATA[<p>In fact, Lawrence, if you type M-x goto-line a couple of times, Emacs automatically suggests you M-G G!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-1054</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 30 Jan 2007 04:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-1054</guid>
		<description>Try M-G G type the line number and hit enter. The cursor instantly moves to the line. Emacs is so eady...</description>
		<content:encoded><![CDATA[<p>Try M-G G type the line number and hit enter. The cursor instantly moves to the line. Emacs is so eady&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence David</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-44</link>
		<dc:creator>Lawrence David</dc:creator>
		<pubDate>Thu, 05 Oct 2006 05:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-44</guid>
		<description>yea, but M-x goto-line gets really tired really fast.</description>
		<content:encoded><![CDATA[<p>yea, but M-x goto-line gets really tired really fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johngalt</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-43</link>
		<dc:creator>johngalt</dc:creator>
		<pubDate>Thu, 05 Oct 2006 05:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-43</guid>
		<description>what about M-x goto-line?

just hit enter and then type the line number.</description>
		<content:encoded><![CDATA[<p>what about M-x goto-line?</p>
<p>just hit enter and then type the line number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence David</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-19</link>
		<dc:creator>Lawrence David</dc:creator>
		<pubDate>Mon, 03 Jul 2006 17:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-19</guid>
		<description>you vim lovers make me sick :)

insert mode?  it&#039;s a freakin&#039; text editor - why do you need extra commands just to edit text?!</description>
		<content:encoded><![CDATA[<p>you vim lovers make me sick <img src='http://desk.stinkpot.org:8080/tricks/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>insert mode?  it&#8217;s a freakin&#8217; text editor &#8211; why do you need extra commands just to edit text?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://desk.stinkpot.org:8080/tricks/index.php/2006/01/add-a-goto-line-command-to-emacs/comment-page-1/#comment-18</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 03 Jul 2006 16:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://stinkpot.afraid.org:8080/tricks/?p=16#comment-18</guid>
		<description>heh, 7 months later...

in vi or vim, simply type [line number]G when not in insert mode. 

hey, it&#039;s a slow day at work today :)

-Andrew</description>
		<content:encoded><![CDATA[<p>heh, 7 months later&#8230;</p>
<p>in vi or vim, simply type [line number]G when not in insert mode. </p>
<p>hey, it&#8217;s a slow day at work today <img src='http://desk.stinkpot.org:8080/tricks/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>

