auctex
[Top][All Lists]
Advanced

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

[AUCTeX] Auctex-emacs Error


From: David Pricking
Subject: [AUCTeX] Auctex-emacs Error
Date: Wed, 07 Jan 2009 08:33:15 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Hi,

I'm from germany and i have the same problem which is described here..

http://www.mail-archive.com/address@hidden/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






reply via email to

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