[Conkeror] [PATCH] A `bury-buffer' command
Christoph Ruegge
cruegge at gmx.de
Wed Aug 27 06:39:07 PDT 2008
David House <dmhouse <at> gmail.com> writes:
>
> So I had a little go at hacking on conkeror today, and thought I'd
> start fairly simply: I've added a `bury-buffer' command which moves
> the current buffer to the end of the buffer list, so as to make it the
> least likely buffer to get selected by `switch-to-buffer'.
>
> It might be helpful to bind this to `q' in special buffers like
> *bindings*, but I'm not yet aware of how to do this. I'll do a little
> more research and probably post a followup patch, unless someone else
> does it first.
>
> Comments welcome! This is my first (not completely trivial) bit of
> code for conkeror, so I don't doubt I've got something wrong.
>
Hi,
the function does not update the mode-line properly. I think this might be fixed
by adding select_buffer_hook.run(new_buffer) after switching.
--
Christoph
More information about the Conkeror
mailing list