I'm on Windows 7, 32-bit processor and I'm trying to set up emacs and AUCTeX with RefTeX. I've followed Joachim Schlosser's english guide and Youtube tutorial in German (even if I don't understand German).
When I open a *.tex file, there are no Preview or LaTeX menus, instead a spartan TeX menu that doesn't offer the possibility to customize AUCTeX. Can someone please help me get AUCTeX to work the preview-latex feature that is supposed to display math expressions inside the buffer and not in a separate pdf program such as SumatraPDF? I've also downloaded the appropriate png.dll and zlib.dll (see guide above).
I'm starting to doubt whether I got the right versions of emacs and AUCTeX for my OS. I've got emacs-24.4-bin-i686-pc-mingw32.zip and auctex-11.88-e24.4-msw.zip, are these the correct zip files?
This is my .emacs file which I have created by copy-pasting blocks of code from different places in the net, since I don't know elisp.
(server-start) (add-hook 'LaTeX-mode-hook 'turn-on-reftex) (setq reftex-plug-into-AUCTeX t) (setq-default ispell-program-name "aspell") ;;; AUCTeX ;; Customary Customization, p. 1 and 16 in the manual, and http://www.emacswiki.org/emacs/AUCTeX#toc2 (setq TeX-parse-self t); Enable parse on load. (setq TeX-auto-save t); Enable parse on save. (setq-default TeX-master nil) (setq TeX-PDF-mode t); PDF mode (rather than DVI-mode) (add-hook 'TeX-mode-hook 'flyspell-mode); Enable Flyspell mode for TeX modes such as AUCTeX. Highlights all misspelled words. (add-hook 'emacs-lisp-mode-hook 'flyspell-prog-mode); Enable Flyspell program mode for emacs lisp mode, which highlights all misspelled words in comments and strings. (setq ispell-dictionary "english"); Default dictionary. To change do M-x ispell-change-dictionary RET. (add-hook 'TeX-mode-hook (lambda () (TeX-fold-mode 1))); Automatically activate TeX-fold-mode. (setq LaTeX-babel-hyphen nil); Disable language-specific hyphen insertion. ;; " expands into csquotes macros (for this to work babel must be loaded after csquotes). (setq LaTeX-csquotes-close-quote "}" LaTeX-csquotes-open-quote "\\enquote{") ;; LaTeX-math-mode http://www.gnu.org/s/auctex/manual/auctex/Mathematics.html (add-hook 'TeX-mode-hook 'LaTeX-math-mode) 

M-x package-install RET auctex RET, restart Emacs just to be sure and you're done.preview-latexto work. That's why I read and followed Mr. Schlosser's guide. He says to download AUCTeX zip file, copy it's content intoemacs-24.4folder underC:\Program Files\overwriting at least one file/folder. I just did step-by-step what he did in his youtube tutorial. What can I do now? Can I still doM-x package-installor will it affect some internal files?emacs-24.5-bin-i686-mingw32.zip(b)emacs-24.4-bin-i686-pc-mingw32.zip(c)emacs-24.3-bin-i386.ziplink to emacs ftp