Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing ? and then x gives back broken Emacs #105

Closed
DamienCassou opened this issue Nov 9, 2017 · 3 comments
Closed

Pressing ? and then x gives back broken Emacs #105

DamienCassou opened this issue Nov 9, 2017 · 3 comments

Comments

@DamienCassou
Copy link
Contributor

  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
Copy link
Owner

abo-abo commented Nov 9, 2017

Thanks, please test.

1 similar comment
@abo-abo
Copy link
Owner

abo-abo commented Nov 9, 2017

Thanks, please test.

@DamienCassou
Copy link
Contributor Author

It works fine, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants