Hi,

I have installed "Predictive" package. It is working fine for normal English words while working in org-mode. When I am writing few latex codes in org-mode, it is not suggesting latex keywords it seems. I have added the following in .emacs.

;;predictive
(add-to-list 'load-path "~/.emacs.d/predictive")
;; dictionary locations
  (add-to-list 'load-path "~/.emacs.d/predictive/misc")
  (add-to-list 'load-path "~/.emacs.d/predictive/texinfo")
  (add-to-list 'load-path "~/.emacs.d/predictive/latex")
  (add-to-list 'load-path "~/.emacs.d/predictive/html")
;; load predictive package
(require 'predictive)


How do I make it work for Latex ?

-----------------------------
Sanjib Sikder