Hareesh Nagarajan wrote:

On Thu, 24 Feb 2005 08:24:50 +0100, Jean Magnan de Bornier

I'm using emacs, maybe it is different with xemacs
I have this in my .emacs
(require 'tex-site)



I have that too. My problem is that the 'tex' file isn't identified by
XEmacs as a 'tex' file by default. It need to get into tex mode
manually.


add this to your init.el:

(setq auto-mode-alist
     (append
      (list
       '("\\.tex$" . tex-mode))
      auto-mode-alist))

Peter
--
gentoo-user@gentoo.org mailing list



Reply via email to