* inu (2008-08-31) writes:
> Is there a way to make reftex read this 'master.rel' when starting
> emacs? Or instead automatically reftex-parsing of a document when it
> is opened?
Try this:
(eval-after-load "latex"
'(define-key LaTeX-mode-map (kbd "<f6>")
(lambda ()
(interactive)
(reftex-access-scan-info)
(mapcar 'find-file-noselect (reftex-all-document-files)))))
--
Ralf
_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex