From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#18035: Linum-mode + org-indent-mode results in graphical bug Date: Thu, 17 Jul 2014 18:21:33 +0300 Message-ID: <83fvi06mf6.fsf@gnu.org> References: <14B03A2E-7F4C-4329-8E0F-70A31D9C28E6@gmail.com> <83sim16yz9.fsf@gnu.org> <87lhrtrxl1.fsf@web.de> <87ha2hrx0p.fsf@web.de> Reply-To: Eli Zaretskii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7nVZ-0001mJ-BJ for emacs-orgmode@gnu.org; Thu, 17 Jul 2014 11:22:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7nVS-0002AA-MG for emacs-orgmode@gnu.org; Thu, 17 Jul 2014 11:22:09 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87ha2hrx0p.fsf@web.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Heerdegen Cc: 18035@debbugs.gnu.org, lionel.hry@gmail.com > From: Michael Heerdegen > Cc: 18035@debbugs.gnu.org, Lionel Henry > Date: Wed, 16 Jul 2014 20:14:46 +0200 > > Michael Heerdegen writes: > > > > > Activating both linum-mode and org-indent-mode will cause several > > > > graphical glitches in the current line. > > > > See > > > > http://lists.gnu.org/archive/html/emacs-orgmode/2011-01/msg01204.html > > > > > > That discussion provides no reproducible recipe. > > But I think I found something that is related (before-string overlays > vs. text properties) and is reproducible for emacs -Q: It's specific to invisible property, not just any property, and also requires that another text property starts exactly where the invisible property ends. I'm not sure this is the same problem as reported by the OP, so it probably should have been reported as a separate bug (merging them later is easy). > - visit a file under version control (I tried a git controlled file here) > - M-x vc-annotate > - v (i.e. vc-annotate-toggle-annotation-visibility) > - M-x linum-mode > > ==> all lines but one loose their coloring. Those lines that are still > colored loose their line number. > > nlinum-mode behaves similarly. Fixed in revision 117382 on the emacs-24 branch.