<div class="gmail_quote">On Mon, Aug 23, 2010 at 1:59 AM, Vegard Øye <span dir="ltr"><<a href="mailto:vegard_oye@hotmail.com">vegard_oye@hotmail.com</a>></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>
> Is there an equivalent to Vim's 'hidden' option? Every time I use<br>
> C-^ to switch to the alternate buffer, I'm getting an annoying<br>
> message about "Buffer foo is modified. Discard changes? (yes or<br>
> no)". If I switch with :b or "C-x b", I don't get that message.<br>
<br>
</div>Unfortunately, this text is hard-coded into `ex-edit', 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 "C-^") (kbd ":b RET"))<br>
(define-key viper-vi-global-user-map (kbd "C-^") (kbd "C-x b RET"))</blockquote><div> </div><div>Thanks. It'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">
> Vimpulse (or Viper?) doesn't seem to work terribly well with<br>
> Aquamacs 2.1. They work a lot better with Emacs 23.2 from<br>
> <a href="http://emacsformacosx.com/" target="_blank">http://emacsformacosx.com/</a>.<br>
<br>
</div>I don't have a Mac, unfortunately, so I'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's certainly more Mac-ish out of the box. I haven'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'm probably better off with Emacs 23.</div>
<div><br></div><div>/George</div></div>