[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master f155c3c 06/14: Avoid the jit-lock-mode to kick in when fon
From: |
Leo Liu |
Subject: |
[elpa] master f155c3c 06/14: Avoid the jit-lock-mode to kick in when fontify code |
Date: |
Mon, 14 Dec 2015 21:52:41 +0000 |
branch: master
commit f155c3ca8e509547ba71b4a7f931216f7a3dac8d
Author: Kan-Ru Chen <address@hidden>
Commit: Kan-Ru Chen <address@hidden>
Avoid the jit-lock-mode to kick in when fontify code
To prevent jit-lock args-out-of-range error when (erase-buffer) later
---
ggtags.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ggtags.el b/ggtags.el
index 7d53b86..b628763 100644
--- a/ggtags.el
+++ b/ggtags.el
@@ -2027,6 +2027,7 @@ When finished invoke CALLBACK in BUFFER with process exit
status."
(delay-mode-hooks (funcall mode))
(setq font-lock-mode t)
(funcall font-lock-function font-lock-mode)
+ (setq jit-lock-mode nil)
(current-buffer))))
(with-current-buffer (prepare-buffer)
(let ((inhibit-read-only t))
- [elpa] master abeb3ef 02/14: `process-environment` must be copied, (continued)
- [elpa] master abeb3ef 02/14: `process-environment` must be copied, Leo Liu, 2015/12/14
- [elpa] master 7937129 03/14: Merge pull request #107 from egarrulo/patch-1, Leo Liu, 2015/12/14
- [elpa] master 6153f5e 01/14: GNU Global 6.5 has renamed plugin-factory/README, Leo Liu, 2015/12/14
- [elpa] master 5eeb0a1 04/14: Correctly set ggtags-global-start-marker, Leo Liu, 2015/12/14
- [elpa] master ec3c6bb 09/14: Correct misspellings, Leo Liu, 2015/12/14
- [elpa] master 7e2a915 11/14: Merge pull request #117 from syohex/typo, Leo Liu, 2015/12/14
- [elpa] master d30ae7d 08/14: For #116: Provide a way to disable highlighting tag at point, Leo Liu, 2015/12/14
- [elpa] master d2a8892 12/14: Merge pull request #118 from syohex/update-url, Leo Liu, 2015/12/14
- [elpa] master d4fb6d4 13/14: Doc fix, Leo Liu, 2015/12/14
- [elpa] master ad3ae8d 07/14: Merge pull request #111 from kanru/patch-1, Leo Liu, 2015/12/14
- [elpa] master f155c3c 06/14: Avoid the jit-lock-mode to kick in when fontify code,
Leo Liu <=
- [elpa] master 0cc4a4a 10/14: Update MELPA URL, Leo Liu, 2015/12/14
- [elpa] master 2b8d33f 05/14: Handle invalid history match in ggtags-global-filter, Leo Liu, 2015/12/14
- [elpa] master 77d6482 14/14: Merge branch 'master' of github.com:leoliu/ggtags, Leo Liu, 2015/12/14