I have predictive, auctex installed. I want predictive mode to work with my .tex files but I keep getting a warning of:
Warning (emacs): Predictive major-mode setup function predictive-setup-latex failed; latex-mode support disabled
after trying to turn on predictive mode with M-x predictive-mode when a .tex file is open.
I've found this issue here,
https://superuser.com/questions/326431/why-is-emacs-predictive-mode-not-working-for-latex-documents
http://tex.stackexchange.com/questions/26109/emacs-predictive-mode-does-not-work-for-latex-documentshttps://tex.stackexchange.com/questions/26109/emacs-predictive-mode-does-not-work-for-latex-documents
But both are inconclusive to me as I know predictive mode has successfully installed, its being managed by el-get.
Usually I debug with emacs --debug-init, but this is happening long after the .emacs is loaded.