From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Linum-mode + org-indent-mode gives strange graphical refresh bugs [7.4 (release_7.4.41.g96c70)] Date: Fri, 28 Jan 2011 15:50:24 +0100 Message-ID: References: <4D2E981C.2050607@gmail.com> <87tygzhgoq.wl%dmaus@ictsoc.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=54054 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PisZL-0007tr-OV for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 12:57:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PisZK-0001kX-Np for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 12:57:11 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:49648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PisZK-0001kP-Fe for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 12:57:10 -0500 Received: by bwz16 with SMTP id 16so3687358bwz.0 for ; Fri, 28 Jan 2011 09:57:08 -0800 (PST) In-Reply-To: <87tygzhgoq.wl%dmaus@ictsoc.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: Chris Barber , emacs-orgmode@gnu.org On Jan 23, 2011, at 2:51 PM, David Maus wrote: > At Thu, 13 Jan 2011 17:13:48 +1100, > Chris Barber wrote: >> >> Note: run using emacs -q as the bug was reproducible, and this will >> produce less settings that may complicate the report. >> Note: only a few months of unix and emacs usage >> >> When using org-indent-mode and linum-mode simultaneously, clicking on >> any line in an org-mode file will cause the cursor and text on the >> line >> to quickly shift back a few spaces, and the line number for that >> line to >> disappear, and then after a fraction of a second it will return to >> normal. >> >> Other issues: without linum-mode enabled, and with org-indent-mode, >> clicking on a line that has a link will cause the underline from the >> link to extend to the left margin temporarily, similar to the bug >> described above - however the text does not shift to the left like >> the >> previous situation. > > I can reproduce this with > > Org-mode version 7.4 (release_7.4.215.g1350) > > GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) > of 2010-12-11 on raven, modified by Debian Org-mode used line-profix properties to add indentation, and linum mode uses before-string properties of overlays to add line numbers. Both these features add text at display time, but apparently not in an entirely predictable way. I have no idea it it is possible to make both work without any gliches. If anything, this would be a bug report to Emacs, I think. The "other issue" is an artefact of Org using an idle time to update indentation properties. Here my suggestion would be to ignore the issue and live with it. - Carsten > > Best, > -- David > -- > OpenPGP... 0x99ADB83B5A4478E6 > Jabber.... dmjena@jabber.org > Email..... dmaus@ictsoc.de > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode