hello,

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

Ghislain


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to