auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Re: auto-load \include-files when opening master-file.


From: Ralf Angeli
Subject: Re: [AUCTeX] Re: auto-load \include-files when opening master-file.
Date: Mon, 01 Sep 2008 21:35:10 +0200

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]