abo-abo / ace-window

Quickly switch windows in Emacs
977 stars 87 forks source link

Pressing ? and then x gives back broken Emacs #105

Closed DamienCassou closed 6 years ago

DamienCassou commented 6 years ago
  1. start emacs -Q
  2. evaluate the following in the scratch buffer
    (require 'package)
    (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
    (package-initialize)
    (package-refresh-contents)
    (package-install 'ace-window)
  3. Create some frames: C-x 3 C-x 2
  4. Type M-x ace-window RET ? x 2

ace-windows is now terminated, but the Emacs syntax highlighting colors are not back: screenshot from 2017-11-09 06-58-58

abo-abo commented 6 years ago

Thanks, please test.

abo-abo commented 6 years ago

Thanks, please test.

DamienCassou commented 6 years ago

It works fine, thank you.