view nt/ftime.bat @ 23200:4750ba95a176

(reftex-view-crossref): Split up into several functions. No longer moves to find a macro. (reftex-view-cr-cite, reftex-view-cr-ref, reftex-end-of-bib-entry): New functions. (reftex-auto-view-crossref): New value `window' allowed. (reftex-view-crossref-when-idle): Process new `window' option in (reftex-translate-to-ascii-function): New default. (reftex-label-illegal-re): Default changed, removed Latin1. (reftex-latin1-to-ascii): New function. (reftex-what-environment): Check for section regexp before use. (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with absolute path names. (reftex-TeX-master-file): Changed sequence of file checks. (reftex-do-citation): bibview cache only with RefTeX mode on.
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 07 Sep 1998 07:28:16 +0000
parents 9bfe8a6b9575
children 7524313da163
line wrap: on
line source

@echo off
set emacs_dir=c:\emacs
prep /om /ft %emacs_dir%\src\obj\i386\emacs
if errorlevel 1 goto done
profile %emacs_dir%\src\obj\i386\emacs %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 goto done
prep /m  %emacs_dir%\src\obj\i386\emacs
if errorlevel 1 goto done
plist  %emacs_dir%\src\obj\i386\emacs > info/emacs.prof
:done