breaks after using calc
tigermonkey opened this issue · 3 comments
tigermonkey commented
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
Cannot reproduce with
GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2014-01-21
tigermonkey commented
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
actually it all works until I load mu4e
. I will open an issue there.