bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19886: 24.3.1; "Blinking Line Numbers"


From: RJD
Subject: bug#19886: 24.3.1; "Blinking Line Numbers"
Date: Tue, 17 Feb 2015 12:05:46 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I have tried both linum-mode and nlinum-mode.

This seems to be fine until I use the vc-mode checkin.

Let us say I have made a change to some source file:

C-x v v 
; input comments
C-c C-c

My source file will auto-regenerate (global-auto-revert-mode 1)

Now (at some relatively small time after), I have the line number (on both
linum/nlinum) flashing at a particular line. I also have a "|" character
separating the line number and the source line.

Eg, line 777

=======EXAMPLE=======
777 | return 0;

; at some intermittent time after:

      return 0;

; at some intermittent time after:

777 | return 0;

; at some intermittent time after:

      return 0;

=======END EXAMPLE===

BUT, it is not tied to a particular line number, as I move down/up the
buffer with C-v/M-v the line number in the same place as before will now
start to flicker.

It seems hard to reproduce, and it was happening before I introduced the "|"
character. But if someone, at some points, can turn on linum mode and make a
checkin with VC mode.. perhaps it is (global-auto-revert-mode 1) that causes
the issue. Either way it is a bug imo.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]