GNU bug report logs -
#39133
28.0.50; Emacs slowdown on special char
Previous Next
Reported by: Evgeny Zajcev <lg.zevlg <at> gmail.com>
Date: Tue, 14 Jan 2020 13:22:02 UTC
Severity: normal
Found in version 28.0.50
Fixed in version 27.1
Done: Robert Pluim <rpluim <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Evgeny Zajcev <lg.zevlg <at> gmail.com>
> Date: Tue, 14 Jan 2020 16:21:23 +0300
>
> I'm experiencing extreme Emacs slowdown when VARIATION SELECTOR-16 char
> is used somewhere in Emacs buffer. For example, I just executed:
>
> (insert "a\xfe0f")
>
> in *scratch* buffer. Moving cursor (when this char is visible) become
> unbearable. Here is the results of cpu profiling:
>
> - command-execute 776 62%
> - call-interactively 776 62%
> - funcall-interactively 675 54%
> - previous-line 476 38%
> - line-move 476 38%
> - line-move-1 476 38%
> + vertical-motion 225 18%
Does it help to set inhibit-compacting-font-caches non-nil?
> As I remember I did not experienced something similar in Emacs 26/27
I don't think Emacs < 27 supported variation selectors, did it?
This bug report was last modified 5 years and 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.