The main problem is how to config the AucTeX. There is no any other posts talking about the new AucTeX.
After 3 hours+ struggle, I decided to read the manual. Then every thing is clear. In the new version, it’s TeX-view-program-selection not TeX-output-view-style determine the viewer. But it’s still preserve these options. So if you want to use the “old” one, set “%vv” instead of “%V” for the View command in TeX-command-list.
For the new version,
1. Insert a new item of Tex-View-Program-List, with name sumatraPDF or any think you like. choose command and the command is : sumatrapdf %o.
2. save and restart EMACS,
3. change the viewer for predicate output-pdf to sumatraPDF in TeX-view-program-selection.
4. save and restart EMACS.
Now every ting works.
Problem, inverse search for new vesion of sumatraPDF. In fact I can not find the “File/Set” menu mentioned in this post.
Except this problem, I just follow him.





![Eigerøy lighthouse III [Explored #4] Eigerøy lighthouse III [Explored #4]](http://static.flickr.com/2879/8805431526_732f27a085_t.jpg)

![iris [EXPLORE] iris [EXPLORE]](http://static.flickr.com/5447/8804295392_5e80293463_t.jpg)


It works for me. Thanks a lot!
The old version 0.9.3 has “File/Set” menu.
(add-hook ‘LaTeX-mode-hook
( lambda ()
(setq TeX-view-program-list ‘(“SumatraPDF” “F:/SumatraPDF/SumatraPDF.exe %o”))
(setq TeX-view-program-selection ‘((output-pdf “SumatraPDF”)
(output-dvi “Yap”)))
)
)
It doesn’t work. AcrobatReader always start at first.
gan.feng.china (at) gmail.com
I think you may have to edit the configuration of auctex by its own interface instead of just adding above code in your “.emacs”.
I think you may not in LaTeX-mode, but using other TeX system.
Good Luck!