[OS X Emacs] Accursed " *Minibuf-1*"
Ian Eure
ian at digg.com
Fri Oct 17 10:57:00 EDT 2008
On Oct 15, 2008, at 5:20 PM, Nathaniel Cunningham wrote:
>
> On Wed, Oct 15, 2008 at 5:49 PM, Ian Eure <ian at digg.com> wrote:
> I use iswitchb. Right now, every time I kill a buffer, then switch,
> the first buffer listed is " *Minibuf-1*" (not the leading space).
>
> I searched for "space" in iswitchb.el and found:
>
> iswitchb-buffer-ignore is a variable defined in `iswitchb.el'.
> Its value is ("^ ")
>
Yeah, I dug around and figured this out. Something I'm doing when
switching buffers is clobbering that var. The correct value is saved
in iswitchb-buffer-ignore-orig, so I just reset it from that, and I'm
happy.
Sure wish it would stop happening, though.
More information about the MacOSX-Emacs
mailing list