Reason: New function on Emacs 24.3 conflicts with migemo.
This function is to isearch with whitespaces.
Solution: A following line added in .emacs .
(setq search-whitespace-regexp nil)
Another available solutions: The newest migemo.el works on Emacs 24.3 by default.