From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lionel Henry Subject: bug#18035: Linum-mode + org-indent-mode results in graphical bug Date: Sat, 26 Jul 2014 17:03:49 +0200 Message-ID: References: <14B03A2E-7F4C-4329-8E0F-70A31D9C28E6@gmail.com> <83sim16yz9.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XB3X3-0004Pf-IL for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 11:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XB3Ww-0002Fx-Ts for emacs-orgmode@gnu.org; Sat, 26 Jul 2014 11:05:09 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <83sim16yz9.fsf@gnu.org> 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: michael_heerdegen@web.de, 18035@debbugs.gnu.org Le 16 juil. 2014 =E0 18:38, Eli Zaretskii a =E9crit : >> From: Lionel Henry >> Date: Wed, 16 Jul 2014 15:39:04 +0200 >>=20 >> 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 >=20 > That discussion provides no reproducible recipe. OK I finally found a ROA First create a .org file and put the rainbow-delimiters package in your = load path. Then execute this : (progn (require 'rainbow-delimiters) (rainbow-delimiters-mode) (linum-mode) (org-indent-mode)) Then enter this in the org file : * head 1 ** head 2 line 1 line 2 Line 2 is important, without it the bug does not happens. Now modify = head 2. The linum number will disappear and the whole active line will shift to = the left. So it's an interaction between linum, org-indent-mode, and = rainbow-delimiters-mode. Lionel=