Hi, I just learned about and started using the Emacs kdvi-search package which points a kdvi window to the current point in an Emacs LaTeX buffer (for DVIs produced with --src-specials). It works fine for me with LaTeX mode. I naively tried to add the same Emacs hook to texinfo mode,
(add-hook 'texinfo-mode-hook (lambda () (local-set-key "\C-x\C-j" 'kdvi-jump-to-line)))
but could not get kdvi to synchronize with the point in my Emacs texinfo buffers. I think I did manage to get texi2dvi to use --src-specials by setting the TEX and LATEX environment variables appropriately. Is this supposed to work with the texinfo toolkit? If so, any pointers/patches would be appreciated. Thanks, Charlie -- Charlie Zender, [EMAIL PROTECTED], Department of Earth System Science 3228 Croul Hall, UC Irvine, Irvine CA 92697-3100. (949) 824-2987 :) _______________________________________________ Texinfo home page: http://www.gnu.org/software/texinfo [email protected] http://lists.gnu.org/mailman/listinfo/help-texinfo
