diff options
| author | Eli Zaretskii | 2016-10-08 22:31:14 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-10-08 22:31:14 +0300 |
| commit | 44e402ead35eb9b4d0bf8a94a4d3ca933629aba9 (patch) | |
| tree | 4fea0c439333c80c05e03585c5b3b7a7f9ea6b35 /etc | |
| parent | 4ff4b66df8da175d8df292d12a30ab50285b6917 (diff) | |
| download | emacs-44e402ead35eb9b4d0bf8a94a4d3ca933629aba9.tar.gz emacs-44e402ead35eb9b4d0bf8a94a4d3ca933629aba9.zip | |
Allow to disable compaction of font caches
* src/font.c (syms_of_font) <inhibit-compacting-font-caches>: New
boolean variable.
* src/alloc.c (compact_font_caches): Use it to bypass the call to
compact_font_cache_entry. (Bug#24634) (Bug#24565)
* etc/NEWS: Mention the new variable.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -38,6 +38,12 @@ fontsets if the default font supports these characters. Set this | |||
| 38 | variable to nil to disable the new behavior and get back the old | 38 | variable to nil to disable the new behavior and get back the old |
| 39 | behavior. | 39 | behavior. |
| 40 | 40 | ||
| 41 | --- | ||
| 42 | ** New variable 'inhibit-compacting-font-caches'. | ||
| 43 | Set this variable to a non-nil value to speed up display of characters | ||
| 44 | using large fonts, at the price of a larger memory footprint of the | ||
| 45 | Emacs session. | ||
| 46 | |||
| 41 | 47 | ||
| 42 | * Installation Changes in Emacs 25.1 | 48 | * Installation Changes in Emacs 25.1 |
| 43 | 49 | ||