From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Heerdegen Subject: bug#18035: Linum-mode + org-indent-mode results in graphical bug Date: Wed, 16 Jul 2014 20:14:46 +0200 Message-ID: <87ha2hrx0p.fsf@web.de> References: <14B03A2E-7F4C-4329-8E0F-70A31D9C28E6@gmail.com> <83sim16yz9.fsf@gnu.org> <87lhrtrxl1.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7TkO-0002vA-Vi for emacs-orgmode@gnu.org; Wed, 16 Jul 2014 14:16:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7TkI-0000uP-F7 for emacs-orgmode@gnu.org; Wed, 16 Jul 2014 14:16:08 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lhrtrxl1.fsf@web.de> (Michael Heerdegen's message of "Wed, 16 Jul 2014 20:02:34 +0200") 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: Eli Zaretskii Cc: 18035@debbugs.gnu.org, Lionel Henry 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: - 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. Michael.