emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 52d2714 388/433: Fix #40


From: Dmitry Gutov
Subject: [elpa] master 52d2714 388/433: Fix #40
Date: Thu, 15 Mar 2018 19:44:41 -0400 (EDT)

branch: master
commit 52d27147654b448de90646d96b15bcbc2289a3fe
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fix #40
---
 mmm-region.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mmm-region.el b/mmm-region.el
index 5d9b987..7fecc1f 100644
--- a/mmm-region.el
+++ b/mmm-region.el
@@ -391,7 +391,9 @@ with point at the start of the new region."
     ;; Save evaporation type for checking later
     (overlay-put region-ovl 'mmm-evap evaporation)
     ;; Calculate priority to supersede anything already there.
-    (overlay-put region-ovl 'priority (length (mmm-overlays-at beg)))
+    ;; XXX: Actually, don't, in order not to hide the region highlighting.
+    ;; Let's try omitting the priorities and see if any problems crop up.
+    ;; (overlay-put region-ovl 'priority (length (mmm-overlays-at beg)))
     ;; Make overlays for the delimiters, with appropriate pointers.
     (when front
       (let ((front-ovl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]