* ghislain dutheil (2009-07-20) writes: > I want to do a forward search with my latex document and my dvi . I use > auctex and kdvi. > The inverse search run without problem but not the forward. > I add this line to my .emacs : > (require 'kdvi-search) (add-hook 'LaTeX-mode-hook (lambda () > (local-set-key "\C-x\C-j" 'kdvi-jump-to-line))) > (add-hook 'tex-mode-hook (lambda () (local-set-key "\C-x\C-j" > 'kdvi-jump-to-line))) > save and restart emacs. > but with no effect > > If you could help me
You should probably ask the author of kdvi-search.el. In AUCTeX forward search is handled differently, see its documentation. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
