abo-abo / ace-window

Quickly switch windows in Emacs
977 stars 87 forks source link

Ace-window-display-mode box face org-export display problem. #128

Open dwhoman opened 6 years ago

dwhoman commented 6 years ago

Not sure if this is an Org mode problem, an ace mode problem, or a fundamental Emacs problem, but changing a face setting in ace-window causes the issue.

Reproduce:

(add-to-list 'load-path "path to ace window directory") (add-to-list 'load-path "path to avy directory") (require 'ace-window) (ace-window-display-mode) (custom-set-faces '(aw-mode-line-face ((t (:box (:line-width 1))))))

Open an Org file and get the export menu with C-c C-e. The top half of the dialog is cut off. The export dialog displays correctly when the box face setting is removed.