-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Popup alignment in php-mode inexplicably broken for me. #85
Comments
I discovered that this behavior only happens when I am going to leave this open for now until someone from this project takes a peek at it and maybe helps to confirm this for me. |
@aaronbieber, looks like |
I have the same problem with the python-mode. I'm not using any proportional font so it's not related to some other bug reports. |
* Version 0.5.3 has a bug with some modes * auto-complete/popup-el#85
After some more investigation I found that this is the commit that caused the problem: |
Could you show us minimum configuration for reproducing this issue ? |
@syohex I found this minimum configuration. https://gist.github.com/diasjorge/4b6217ec577ce4c1b1f7 I really don't understand the code you made to deal with transparent overlays or something like that to say more but seems related. |
I see there's this bug open for a long time alpaker/fill-column-indicator#21 |
I am having this issue as well... anyone has a good solution? This is a popup for a English -> Chinese dictionary. Did you eventually solve it? @aaronbieber |
I suppose your issue is different from this, because it looks you use non monospaced font. It is difficult to support such fonts. |
Actually I do use mono spaced font. The English is "Hack", Chinese is also mono spaced. Don't know what's going on there... On Aug 23, 2016, at 3:27 PM, Syohei YOSHIDA <notifications@github.commailto:notifications@github.com> wrote: I suppose your issue is different from this, because it looks you use non monospaced font. It is difficult to support such fonts. You are receiving this because you commented. |
I'm having the strangest problem all of a sudden with alignment of popup menus in auto-complete when using
php-mode
. This is what it looks like:To try to diagnose whether this was just an issue with my config, I tried:
.emacs
by several weeks (it's in git, of course).~/.emacs.d/elpa
directory and re-downloading/re-compiling all packages.Neither of these helped. This problem doesn't seem to affect
text-mode
orlisp-interaction-mode
, though, as shown here:I've also opened an issue with
php-mode
, but they haven't been able to reproduce it. I have attempted to debug what is going on inpopup.el
, but admittedly my Lisp isn't very strong and I can't figure out how the placement of the left edge of the popup is computed.Any help or direction on how to figure this out would be greatly appreciated.
The text was updated successfully, but these errors were encountered: