Hello, on a related note: yesterday our IT people upgraded Emacs from 21.3 to 22.3, but the executable has changed place. When I View a document, with xdvi, after compiling it with Source Specials mode activated inverse search doesn't work anymore since the command issued is, for example:
xdvi -paper us -sourceposition "52 TelePV.tex" -editor "/usr/bin/emacsclient --no-wait +%l %f" TelePV.dvi But emacsclient is not in "/usr/bin/emacsclient" anymore, it is in "/usr/local/bin/emacsclient", what do I have to do so AUCTeX is aware of the new location of Emacs and emacsclient? I looked at TeX-output-view-style but I saw no reference to the editor in there?? Thanks for any help, Gérald Jean Conseiller senior en statistiques, VP Planification et Développement des Marchés, Desjardins Groupe d'Assurances Générales télephone : (418) 835-4900 poste (7639) télecopieur : (418) 835-6657 courrier électronique: [email protected] "In God we trust, all others must bring data" W. Edwards Deming [email protected] a écrit sur 2009/07/08 15:17:32 : > > > I've found tex-dvi-view-command to change the command to view dvi > > files but nothing like this for pdf files. How can I customize the > > command used to view PDF files? > > What I've done, is customize the variable (which is actually a list) > TeX-output-view-style. You can customize this variable from the menu. > Look for the entry in the list that deals with pdfs, and change the > command accordingly. For example, I use it with evince, and thus, have > in this list: ("^pdf$" "" "evince %s.pdf") > > Santiago. > > > > > > _______________________________________________ > auctex mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/auctex Le message ci-dessus, ainsi que les documents l'accompagnant, sont destinés uniquement aux personnes identifiées et peuvent contenir des informations privilégiées, confidentielles ou ne pouvant être divulguées. Si vous avez reçu ce message par erreur, veuillez le détruire. This communication ( and/or the attachments ) is intended for named recipients only and may contain privileged or confidential information which is not to be disclosed. If you received this communication by mistake please destroy all copies. _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
