At 09:23 06/12/00 +0200, Ilpo Nyyssönen wrote:
I ran into this same bug and found out that automatic font-lock-mode
with that verbose thing on causes this.
You should be able to reproduce this by making the font-lock-mode with
that verbose thing on to come on automatically and then open few
buffers with that, for example foo1.c and foo2.c. Now the one you
opened last should be the rightmost and without that font-lock-mode's
verbose stuff it would be the leftmost.
This is hard to fix since ben changed the buffers tab code to update based
on redisplay. Thus the tabs get updated the first time before the loaded
file has been selected - hence the behaviour you see. There was however an
off-by-one error which meant you would see 7 buffers rather than 6 by
default - and 7 is almost always too big, exacerbating the problem. This
patch fixes.
andy
2001-01-10 Andy Piper <andy(a)xemacs.org>
* gutter-items.el (buffers-tab-items): correct off-by-one error
for buffers-tab-max-size.
--------------------------------------------------------------
Dr Andy Piper
Principal Consultant, BEA Systems Ltd