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

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

bug#23377: 25.0.93; Completion is extremely slow for insert-char


From: Stefan Monnier
Subject: bug#23377: 25.0.93; Completion is extremely slow for insert-char
Date: Tue, 26 Apr 2016 20:10:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> listing all the characters. I particularly notice it when I run Emacs over
> X from my office to home, something that's normally quite tolerable. I had

Sounds like the main problem comes from the use of old
server-side fonts.

What happens if you do

    (add-to-list 'default-frame-alist '(font-backend xft))

so as to remove the `x' font backend?


        Stefan





reply via email to

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