auto-complete / popup-el

Visual Popup Interface Library for Emacs
GNU General Public License v3.0
445 stars 96 forks source link

popup.el display abnormally when worked with fill-column-indicator. #103

Open zw963 opened 8 years ago

zw963 commented 8 years ago
(require 'fill-column-indicator)

and enable it with (fci-mode), popup.el is display abnormally. following images is screenshot with emacs -Q

before enable fci-mode normally

after enable fci-mode abnormally

emacs wifi: https://www.emacswiki.org/emacs/FillColumnIndicator

Here are stackoverflow discuss and a workaround for this. (it worked) http://emacs.stackexchange.com/questions/147/how-can-i-get-a-ruler-at-column-80/155#155