Hi, I'm from germany and i have the same problem which is described here..
http://www.mail-archive.com/[email protected]/msg02973.html I've Emacs 22.3.1. with windows vista and Miktex 2.7. What can i do to fix this problem, so that I can go on working with Emacs. I didn't understand what the exact Problem is an who to fix it. Perhaps you can help me. Where I have to add perhaps this --c-style-errors thing, which is described there. I tried it in the latex-start-options variable, but this didn't match. I don't think, to have an error in the .emacs oder the site-start, but to get shure: My .emacs is here: (setq TeX-command-list '(("TeX" "tex --src \"\\nonstopmode\\input %t\"" TeX-run-TeX nil t) ("LaTeX" "%l --src \"\\nonstopmode\\input{%t}\"" TeX-run-LaTeX nil t) ("View" "yap -1 -s \"%n %t\" %d" TeX-run-discard nil nil) ("BibTeX" "bibtex %s" TeX-run-BibTeX nil nil) ("Index" "makeindex %s" TeX-run-command nil t))) My site-start is here: ;; Load files in `site-start.d' directory. (dolist (file (directory-files (concat (file-name-directory load-file-name) "site-start.d") t "\\.el\\'")) (load file nil t t)) (require 'pc-mode) (pc-bindings-mode) (pc-selection-mode) (load "auctex.el" nil t t) (load "preview-latex.el" nil t t) (require 'tex-mik) (require 'tex-fptex) (setq TeX-auto-save t) (setq TeX-parse-self t) (setq-default TeX-master nil) (add-hook 'LaTeX-mode-hook 'turn-on-reftex) (setq reftex-plug-into-AUCTeX t) (add-hook 'LaTeX-mode-hook '(lambda () (global-set-key [f1] [?\C-x ?\C-s ?\C-c ?\C-c ?l?a?t?e?x return]) (global-set-key [f2] [?\C-c ?`]) (global-set-key [f3] [?\C-x ?1]) (global-set-key [f4] [?\C-c ?\C-c ?y?a?p return]) (global-set-key [f12] '(lambda () (interactive) (set-input-method german-prefix))) )) (global-set-key [button4] [?\M-v]) (global-set-key [button5] [?\C-v]) ;; For Yap and inverse-forward search (require 'gnuserv) (gnuserv-start) (setq gnuserv-frame (selected-frame)) ;; alist leeren und für aspell /de DE.UTF-8 richtig eingestellen: (setq-default ispell-program-name "aspell") (setq ispell-program-name "aspell") (setq ispell-local-dictionary-alist nil) (add-to-list 'ispell-local-dictionary-alist '("deutsch8" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ) (setq ispell-dictionary "deutsch8") (setq ispell-local-dictionary "deutsch8") (setq ispell-default-dictionary "deutsch8") (setq flyspell-default-dictionary "deutsch8") I would be very pleased to get an answer. Greetings David Pricking _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
