Grant Hollingworth
2007-Nov-21 20:41 UTC
[sup-talk] [PATCH] keep buffer-list-mode up-to-date
If you kill or create buffers, but leave buffer-list-mode open, the list of buffers will no longer be correct. If you then select a buffer that has been killed, Sup will crash at BufferManager.raise_to_front. This patch just reloads the buffer list every time you switch back to it. -------------- next part -------------- A non-text attachment was scrubbed... Name: sup-buffer-list-focus-reload.diff Type: application/octet-stream Size: 467 bytes Desc: not available Url : http://rubyforge.org/pipermail/sup-talk/attachments/20071121/24fcd1c0/attachment.obj
Excerpts from Grant Hollingworth''s message of Wed Nov 21 12:41:28 -0800 2007:> This patch just reloads the buffer list every time you switch back to > it.Applied, thanks! -- William <wmorgan-sup at masanjin.net>