auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] auctex not recognizing context


From: olivier Turlier
Subject: [AUCTeX] auctex not recognizing context
Date: Wed, 04 Jan 2006 22:28:59 +0100
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

Hi everybody,

>From a fresh install of emacs+auctex on a Suse 10, I  can't get auctex
working for context files.

in my personal dir, there is a .emacs pointing towards a .gnu-emacs
containing this for auctex : 

;; AUC-TeX
;; ----------------------------
(if  (file-readable-p "/usr/share/emacs/site-lisp/tex-site.el")
 (progn
  (require 'tex-site)
  (setq-default TeX-master nil)
  ; Users private libaries 
; (setq TeX-macro-private '("~/lib/tex-lib/"))
; (setq TeX-style-private   "~/lib/site-lisp/auctex/style/")   ; AUC-TeX-Macros
; (setq TeX-auto-private    "~/lib/site-lisp/auctex/auto/")    ; Autom. 
Auc-TeX-Macros
  (if window-system
    (if (featurep 'font-lock)
      (progn
        (add-hook 'latex-mode-hook 'turn-on-font-lock)
        (add-hook 'LaTeX-mode-hook 'turn-on-font-lock)
        (add-hook 'after-init-hook '(lambda () (load "auctex/font-latex" nil 
t))))))
))


What can i do for activating context recognising (and by the way, setting
context as the default mode for new documents)*

TIA for any answer, and have a nice new year


-- 
olivier TURLIER
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]