<?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: Gvim menu bar missing</title>
	<atom:link href="http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/</link>
	<description>Code and comments on web development, Django, Python and things (un)related.</description>
	<lastBuildDate>Wed, 16 May 2012 20:44:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ert</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-1105</link>
		<dc:creator>ert</dc:creator>
		<pubDate>Wed, 21 Mar 2012 18:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-1105</guid>
		<description>it is NOT 
:set guioptions+=m 
:set guioptions-=m 
like the first comment says but
:set guioptions=-m
:set guioptions=+m</description>
		<content:encoded><![CDATA[<p>it is NOT<br />
:set guioptions+=m<br />
:set guioptions-=m<br />
like the first comment says but<br />
:set guioptions=-m<br />
:set guioptions=+m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Storck</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-1091</link>
		<dc:creator>Ivan Storck</dc:creator>
		<pubDate>Tue, 14 Feb 2012 02:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-1091</guid>
		<description>I had to do both remove the ~/.gnome2/Vim file and also set guioptions=+m</description>
		<content:encoded><![CDATA[<p>I had to do both remove the ~/.gnome2/Vim file and also set guioptions=+m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-1087</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 07 Feb 2012 09:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-1087</guid>
		<description>I have this problem, and the workaround doesn&#039;t work :(
Using ubuntu 11.04 with the new ui (unity?)</description>
		<content:encoded><![CDATA[<p>I have this problem, and the workaround doesn&#8217;t work :(<br />
Using ubuntu 11.04 with the new ui (unity?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Estevez</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-1085</link>
		<dc:creator>James Estevez</dc:creator>
		<pubDate>Fri, 03 Feb 2012 14:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-1085</guid>
		<description>Looks like this happens to someone at least once a year. Thanks for this!</description>
		<content:encoded><![CDATA[<p>Looks like this happens to someone at least once a year. Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dign</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-965</link>
		<dc:creator>Dign</dc:creator>
		<pubDate>Sun, 09 Jan 2011 01:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-965</guid>
		<description>It works,
But, could someone explain why???
Thanks</description>
		<content:encoded><![CDATA[<p>It works,<br />
But, could someone explain why???<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David T</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-778</link>
		<dc:creator>David T</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-778</guid>
		<description>Saved me some hassle, thanks!</description>
		<content:encoded><![CDATA[<p>Saved me some hassle, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nara</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-751</link>
		<dc:creator>Nara</dc:creator>
		<pubDate>Sun, 20 Dec 2009 19:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-751</guid>
		<description>I had the same issue in Karmic with Vim 7.2.245, and the suggested fix ,namely:

rm ~/.gnome/Vim
rerun vim

worked for me. Thanks.</description>
		<content:encoded><![CDATA[<p>I had the same issue in Karmic with Vim 7.2.245, and the suggested fix ,namely:</p>
<p>rm ~/.gnome/Vim<br />
rerun vim</p>
<p>worked for me. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-679</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 06 Jun 2009 00:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-679</guid>
		<description>The comment above will work if your menu is turned of within Vim.
The real issue for this post is due to a problem with Gnome trying to dock the menu somewhere you cannot see it.  

Try turning the menu on in Vim.  If that doesn&#039;t work and you are using Gnome/Metacity, follow the directions in the post.  They are correct.</description>
		<content:encoded><![CDATA[<p>The comment above will work if your menu is turned of within Vim.<br />
The real issue for this post is due to a problem with Gnome trying to dock the menu somewhere you cannot see it.  </p>
<p>Try turning the menu on in Vim.  If that doesn&#8217;t work and you are using Gnome/Metacity, follow the directions in the post.  They are correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonçalo Ferreira</title>
		<link>http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/comment-page-1/#comment-667</link>
		<dc:creator>Gonçalo Ferreira</dc:creator>
		<pubDate>Wed, 13 May 2009 21:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2009/03/09/gvim-menu-bar-missing/#comment-667</guid>
		<description>:set guioptions+=m &quot; enables menubar
:set guioptions-=m &quot; disables menubar</description>
		<content:encoded><![CDATA[<p>:set guioptions+=m &#8221; enables menubar<br />
:set guioptions-=m &#8221; disables menubar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.210 seconds -->

