yb 发帖数: 171 | 1 Since my code is too long, emacs couldn't display it in a color mode. How can
I solve this problem?
Thanks a lot!!! |
a*******x 发帖数: 47 | 2
Possible options:
1. Turn off font-lock-mode, M-x font-lock-mode
2. Use lazy-lock-mode.
【在 yb 的大作中提到】 : Since my code is too long, emacs couldn't display it in a color mode. How can : I solve this problem? : Thanks a lot!!!
|
yb 发帖数: 171 | 3 How to turn off font-lock-mode?
How to use lazy-lock-mode?
Thank you!
【在 a*******x 的大作中提到】 : : Possible options: : 1. Turn off font-lock-mode, M-x font-lock-mode : 2. Use lazy-lock-mode.
|
a*******x 发帖数: 47 | 4
^^^^^^^^^^^^
This will switch font-lock-mode.
M-x lazy-lock-mode, where M-x mean press 'Meta' and 'x' at the same time.
【在 yb 的大作中提到】 : How to turn off font-lock-mode? : How to use lazy-lock-mode? : Thank you!
|
yb 发帖数: 171 | 5 Great! lazy-lock-mode works for me. Thank you very much!
【在 a*******x 的大作中提到】 : : ^^^^^^^^^^^^ : This will switch font-lock-mode. : M-x lazy-lock-mode, where M-x mean press 'Meta' and 'x' at the same time.
|