I've set up emacs to display line numbers (global-linum-mode 1)
, and it works until I start enlarging the text via text-scale-adjust
The line numbers column starts to shrink, and disappears entirely after a few increments.
When it has fully disappeared, further increments have no more effect on the left edge.
Is this a know issue? Is there a workaround?
Using GNU Emacs 23.1.1 in Ubuntu 10.04.
text-scale-adjust
with a positive argument). This looks like a bug in the implementation of theleft-margin
text property. I haven't investigated further. – Gilles 'SO- stop being evil' Feb 16 '11 at 22:18