<div dir="ltr"><br>On Wed, Oct 15, 2008 at 5:49 PM, Ian Eure <span dir="ltr"><<a href="mailto:ian@digg.com">ian@digg.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I use iswitchb. Right now, every time I kill a buffer, then switch, the first buffer listed is " *Minibuf-1*" (not the leading space).</blockquote><div><br>I searched for "space" in iswitchb.el and found:<br>
<br><div style="margin-left: 40px;">iswitchb-buffer-ignore is a variable defined in `iswitchb.el'.<br>Its value is ("^ ")<br><br>Documentation:<br>*List of regexps or functions matching buffer names to ignore.<br>
For example, traditional behavior is not to list buffers whose names begin<br>with a space, for which the regexp is `^ '.  See the source file for<br>example functions that filter buffer names<br></div><br>I tried (setq iswitchb-buffer-ignore nil) and got the same behavior you report.  I put it right again using<br>
(setq iswitchb-buffer-ignore '("^ "))<br> <br>Check your value:<br>C-h v iswitch-buffer-ignore<br></div></div>and set the value if needed.<br><br>--Nathaniel<br></div>