lewang / flx

Fuzzy matching for Emacs ... a la Sublime Text.
GNU General Public License v3.0
518 stars 37 forks source link

breaks after using calc #53

Closed tigermonkey closed 10 years ago

tigermonkey commented 10 years ago

To reproduce problem:

M-x plp [auto-completes to package-list-packages] C-x * * [open calc] [input something] M-x plp [completes to pr-help]

If I don't input anything in the calc buffer, it still works.

oscarfv commented 10 years ago

Cannot reproduce with

GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2014-01-21

tigermonkey commented 10 years ago

hmm if I load a minimal config I cannot reproduce it either.. even after eval-ing my config line by line I cannot narrow it to a particular line. Hard to track down.

Also, flx keeps working for regular C-x C-f completion, just smex M-x completion is broken.

Do you have any suggestions on how to go about debugging it?

tigermonkey commented 10 years ago

actually it all works until I load mu4e. I will open an issue there.