bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#55451: 28.1.50; Executing (jit-lock-mode -1) does not disable jit-lo


From: Ihor Radchenko
Subject: bug#55451: 28.1.50; Executing (jit-lock-mode -1) does not disable jit-lock-mode
Date: Mon, 16 May 2022 22:00:58 +0800

Hi,

I recently tried to disable jit-lock-mode using the usual syntax
(jit-lock-mode -1)

However, the mode was not disabled, which is unexpected.
I believe that the problem is caused by

....
If you need to debug code run from jit-lock, see `jit-lock-debug-mode'."
  (setq jit-lock-mode arg) ;; <- this sets jit-lock-mode to non-nil even if I 
pass -1 argument
  (cond
   ((and (buffer-base-buffer)
....

Best,
Ihor





reply via email to

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