all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lionel Henry <lionel.hry@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: michael_heerdegen@web.de, 18035@debbugs.gnu.org
Subject: bug#18035: Linum-mode + org-indent-mode results in graphical bug
Date: Sat, 26 Jul 2014 17:03:49 +0200	[thread overview]
Message-ID: <AAFE2358-C3A2-4294-AAA6-4A604F2B706C@gmail.com> (raw)
In-Reply-To: <83sim16yz9.fsf@gnu.org>


Le 16 juil. 2014 à 18:38, Eli Zaretskii <eliz@gnu.org> a écrit :

>> From: Lionel Henry <lionel.hry@gmail.com>
>> Date: Wed, 16 Jul 2014 15:39:04 +0200
>> 
>> 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.

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




  parent reply	other threads:[~2014-07-26 15:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-16 13:39 bug#18035: Linum-mode + org-indent-mode results in graphical bug Lionel Henry
2014-07-16 16:38 ` Eli Zaretskii
2014-07-16 16:38 ` Eli Zaretskii
2014-07-16 17:16   ` Lionel Henry
2014-07-16 17:16   ` Lionel Henry
2014-07-16 18:02   ` Michael Heerdegen
2014-07-16 18:02   ` Michael Heerdegen
2014-07-16 18:14     ` Michael Heerdegen
2014-07-16 18:14     ` Michael Heerdegen
2014-07-17 15:21       ` Eli Zaretskii
2014-07-17 15:21       ` Eli Zaretskii
2014-07-17 23:36         ` Michael Heerdegen
2014-07-17 23:36         ` Michael Heerdegen
2014-07-26 15:03   ` Lionel Henry
2014-07-26 15:03   ` Lionel Henry [this message]
2014-07-26 15:11     ` Lionel Henry
2014-07-26 15:11     ` Lionel Henry
2014-07-26 15:36     ` Eli Zaretskii
2014-07-26 15:36     ` Eli Zaretskii
2014-07-26 15:53       ` Lionel Henry
2014-07-26 15:53       ` Lionel Henry
2014-07-28 13:11         ` Eli Zaretskii
2014-07-28 13:14           ` Bastien
2014-07-28 13:14           ` Bastien
2014-07-28 13:11         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AAFE2358-C3A2-4294-AAA6-4A604F2B706C@gmail.com \
    --to=lionel.hry@gmail.com \
    --cc=18035@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=michael_heerdegen@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.