<?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: Emacs Fixes</title>
	<atom:link href="http://nflath.com/2009/09/emacs-fixes/feed/" rel="self" type="application/rss+xml" />
	<link>http://nflath.com/2009/09/emacs-fixes/</link>
	<description>Technology-related ideas, mainly involving Emacs</description>
	<pubDate>Sun, 05 Feb 2012 18:25:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cezar</title>
		<link>http://nflath.com/2009/09/emacs-fixes/comment-page-1/#comment-388</link>
		<dc:creator>Cezar</dc:creator>
		<pubDate>Sun, 04 Oct 2009 18:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=392#comment-388</guid>
		<description>I also get this error in a ruby buffer while trying ido-goto-symbol:

goto-char: Wrong type argument: overlayp, 961</description>
		<content:encoded><![CDATA[<p>I also get this error in a ruby buffer while trying ido-goto-symbol:</p>
<p>goto-char: Wrong type argument: overlayp, 961</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qwerty</title>
		<link>http://nflath.com/2009/09/emacs-fixes/comment-page-1/#comment-348</link>
		<dc:creator>qwerty</dc:creator>
		<pubDate>Wed, 30 Sep 2009 05:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=392#comment-348</guid>
		<description>The turning minor mode on / off long standing problem has been fixed in emacs CVS.</description>
		<content:encoded><![CDATA[<p>The turning minor mode on / off long standing problem has been fixed in emacs CVS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nflath</title>
		<link>http://nflath.com/2009/09/emacs-fixes/comment-page-1/#comment-344</link>
		<dc:creator>nflath</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=392#comment-344</guid>
		<description>In text-mode-hook especially, I had problems where visual line mode was being turned on then off in the hooks.</description>
		<content:encoded><![CDATA[<p>In text-mode-hook especially, I had problems where visual line mode was being turned on then off in the hooks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nflath</title>
		<link>http://nflath.com/2009/09/emacs-fixes/comment-page-1/#comment-343</link>
		<dc:creator>nflath</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=392#comment-343</guid>
		<description>I know about that command for goto-line; I just thought it should be shorter.</description>
		<content:encoded><![CDATA[<p>I know about that command for goto-line; I just thought it should be shorter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://nflath.com/2009/09/emacs-fixes/comment-page-1/#comment-339</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Tue, 29 Sep 2009 08:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=392#comment-339</guid>
		<description>Maybe I'm beeing stupid but why don't you just use
(add-hook 'dired-mode-hook 'auto-revert-mode)
(add-hook 'text-mode-hook 'visual-line-mode)?
Or maybe I'm just not getting your point...
cheers, s</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m beeing stupid but why don&#8217;t you just use<br />
(add-hook &#8216;dired-mode-hook &#8216;auto-revert-mode)<br />
(add-hook &#8216;text-mode-hook &#8216;visual-line-mode)?<br />
Or maybe I&#8217;m just not getting your point&#8230;<br />
cheers, s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cycojesus</title>
		<link>http://nflath.com/2009/09/emacs-fixes/comment-page-1/#comment-338</link>
		<dc:creator>cycojesus</dc:creator>
		<pubDate>Tue, 29 Sep 2009 07:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=392#comment-338</guid>
		<description>goto-line is already mapped to a very similar shortcut :
"""
M-g M-g runs the command goto-line, which is an interactive compiled
Lisp function in `simple.el'.

It is bound to M-g g, M-g M-g,    .


[...]
"""</description>
		<content:encoded><![CDATA[<p>goto-line is already mapped to a very similar shortcut :<br />
&#8220;&#8221;"<br />
M-g M-g runs the command goto-line, which is an interactive compiled<br />
Lisp function in `simple.el&#8217;.</p>
<p>It is bound to M-g g, M-g M-g,    .</p>
<p>[...]<br />
&#8220;&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgeny</title>
		<link>http://nflath.com/2009/09/emacs-fixes/comment-page-1/#comment-335</link>
		<dc:creator>Evgeny</dc:creator>
		<pubDate>Mon, 28 Sep 2009 20:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://nflath.com/?p=392#comment-335</guid>
		<description>Liked the ido-goto-symbol very useful !!!
strangely in emacs23
I think the last line is wrong

[[(if (markerp position)
            (goto-char position) (goto-char (overlay-start position)))]]

the overlay start position doesn't work in python mode for example
so why not just make the  (goto-char position) without the if ?</description>
		<content:encoded><![CDATA[<p>Liked the ido-goto-symbol very useful !!!<br />
strangely in emacs23<br />
I think the last line is wrong</p>
<p>[[(if (markerp position)<br />
            (goto-char position) (goto-char (overlay-start position)))]]</p>
<p>the overlay start position doesn&#8217;t work in python mode for example<br />
so why not just make the  (goto-char position) without the if ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

