-
-
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.) Just set buffer-read-only instead of using read-only-mode, which also enables view-mode (although that wasn't causing a problem AFAIK, it was doing more than we needed). 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 e8a7e90
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