-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work with highlight-indent-guides-mode; fixes #669
Don't set hooks or functions that depend on racket--hash-lang-id until the back end responds that it has created the hash-lang object with that id. (Previously we believed disabling font-lock-mode was a reliable guard, but it's not.) Furthermore, for belt+suspenders, wait to set racket--hash-lang-id, and have those functions check that it's not nil. Just set buffer-read-only instead of using read-only-mode. The latter also enables view-mode; although that wasn't causing a problem AFAIK, we don't need it. Instead of font-lock-fontify-region-function use a jit-lock-register function. Although we don't use font-lock-keywords, a minor mode might; let that work.
- Loading branch information
1 parent
1069f26
commit d7cf3bd
Showing
1 changed file
with
117 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters