Set X11 event timeout to nil

This seems to fix a regression in Emacs 26 resulting in slow pop-ups of
windows.  See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30995.
This commit is contained in:
Daniel - 2019-01-02 21:42:42 +01:00
parent eda2f6ff50
commit 164bb5dd18
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -350,7 +350,8 @@
delete-trailing-lines nil delete-trailing-lines nil
x-underline-at-descent-line t x-underline-at-descent-line t
search-whitespace-regexp "[ \t\r\n]+" search-whitespace-regexp "[ \t\r\n]+"
visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)
x-wait-for-event-timeout nil)
(when on-windows (when on-windows
;; treat memory for display time ... but hey, this is Windows, memory doesnt ;; treat memory for display time ... but hey, this is Windows, memory doesnt