Files
emacs/doc/misc
Alan Mackenzie 22b8d68132 CC Mode: Remove annoying background fontification. Should fix bug #52298
Partially revert the commits from 2021-10-24 - 2021-10-26, "CC Mode: Fontify
"found types" which are recognized after being first scanned".

This removes the background fontification which ran off of a 0.1s timer, but
leaves the facility of normal fontification causing the fontification
throughout the buffer of newly found types.

* lisp/progmodes/cc-fonts.el (c-find-types-background)
(c-type-finder-timer-func): Remove.

* lisp/progmodes/cc-mode.el (c-type-finder-timer, c-inhibit-type-finder)
(c-type-finder-pos, c-post-gc-hook): Remove.
(c-leave-cc-mode-mode): Remove the manipulations of c-type-finder-timer and
c-post-gc-hook.
(c-basic-common-init): Remove the manipulations of c-type-finder-pos,
c-type-finder-timer, and c-post-gc-hook.

* lisp/progmodes/cc-vars.el (c-type-finder-time-slot)
(c-type-finder-repeat-time, c-type-finder-chunk-size): Remove.

* doc/misc/cc-mode.texi (Found Types): Remove.  Amend some menu entries.
2021-12-19 14:29:30 +00:00
..
2021-10-18 15:56:58 +02:00
2021-11-12 13:59:58 +01:00
2021-10-24 01:55:45 -07:00
2021-09-16 15:42:44 +02:00
2021-11-12 13:59:58 +01:00
2021-12-05 06:30:35 +01:00
2021-12-06 06:47:44 +01:00
2021-12-19 12:26:15 +01:00
2021-09-16 15:42:44 +02:00
2021-10-10 13:58:57 +02:00
2021-11-24 21:27:15 +02:00
2021-12-04 21:27:59 -05:00
2021-12-10 06:30:33 +01:00
2021-12-18 16:15:49 -08:00
2021-12-10 06:30:33 +01:00
2021-12-09 16:26:04 +01:00