<div class="gmail_quote">On Mon, Aug 23, 2010 at 1:59 AM, Vegard Øye <span dir="ltr">&lt;<a href="mailto:vegard_oye@hotmail.com">vegard_oye@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 2010-08-22 00:30, George V. Reilly wrote:<br>
<br>
&gt; Is there an equivalent to Vim&#39;s &#39;hidden&#39; option? Every time I use<br>
&gt; C-^ to switch to the alternate buffer, I&#39;m getting an annoying<br>
&gt; message about &quot;Buffer foo is modified. Discard changes? (yes or<br>
&gt; no)&quot;. If I switch with :b or &quot;C-x b&quot;, I don&#39;t get that message.<br>
<br>
</div>Unfortunately, this text is hard-coded into `ex-edit&#39;, which is called<br>
when you invoke :e# or C-^. However, you may rebind C-^ with one of<br>
<br>
    (define-key viper-vi-global-user-map (kbd &quot;C-^&quot;) (kbd &quot;:b RET&quot;))<br>
    (define-key viper-vi-global-user-map (kbd &quot;C-^&quot;) (kbd &quot;C-x b RET&quot;))</blockquote><div> </div><div>Thanks. It&#39;s all about the muscle memory.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
&gt; Vimpulse (or Viper?) doesn&#39;t seem to work terribly well with<br>
&gt; Aquamacs 2.1. They work a lot better with Emacs 23.2 from<br>
&gt; <a href="http://emacsformacosx.com/" target="_blank">http://emacsformacosx.com/</a>.<br>
<br>
</div>I don&#39;t have a Mac, unfortunately, so I&#39;m unable to test with Aquamacs.<br>
<br>
Are there any benefits to using Aquamacs now that Cocoa integration<br>
is part of GNU Emacs 23?</blockquote><div><br></div><div>The Aquamacs say there is. It&#39;s certainly more Mac-ish out of the box. I haven&#39;t really spent long enough with either Aquamacs or Emacs 23 to have a strong feeling about it. And I spend a good deal of time on Windows and Linux too, so I&#39;m probably better off with Emacs 23.</div>
<div><br></div><div>/George</div></div>