From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sanjib Sikder Subject: Predictive for Latex in org-mode Date: Tue, 5 Mar 2013 15:07:28 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f50282a31601304d72a3b34 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCoK6-0005uh-Fu for emacs-orgmode@gnu.org; Tue, 05 Mar 2013 04:38:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCoK1-0001xR-R7 for emacs-orgmode@gnu.org; Tue, 05 Mar 2013 04:38:14 -0500 Received: from mail-ia0-x22c.google.com ([2607:f8b0:4001:c02::22c]:52381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCoK1-0001xF-M5 for emacs-orgmode@gnu.org; Tue, 05 Mar 2013 04:38:09 -0500 Received: by mail-ia0-f172.google.com with SMTP id l29so5809802iag.17 for ; Tue, 05 Mar 2013 01:38:08 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --e89a8f50282a31601304d72a3b34 Content-Type: text/plain; charset=ISO-8859-1 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 ** * --e89a8f50282a31601304d72a3b34 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I have installed "Predictive" package. It is working f= ine for normal English words while working in org-mode. When I am writing f= ew 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
=A0 (add-to-list 'load-path "= ;~/.emacs.d/predictive/misc")
=A0 (add-to-list 'load-path "= ;~/.emacs.d/predictive/texinfo")
=A0 (add-to-list 'load-path "~/.emacs.d/predictive/latex")=A0 (add-to-list 'load-path "~/.emacs.d/predictive/html");; load predictive package
(require 'predictive)


How do = I make it work for Latex ?

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



--e89a8f50282a31601304d72a3b34--