[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Re: auto-load \include-files when opening master-file.
From: |
inu |
Subject: |
Re: [AUCTeX] Re: auto-load \include-files when opening master-file. |
Date: |
Thu, 4 Sep 2008 21:53:35 +0200 |
That works fine. Thank you!
2008/9/1 Ralf Angeli <address@hidden>:
> * 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
>