Hi
One issue has arisen with my move to 11.84,
another has been around ever since i moved to
emacs 22.09x. Both are on xp boxes using the
precompiled binaries from the auctex site.
1. After installing 11.84, I made a new .emacs to
change the behavior of the command menu so at to
eliminate commands i never use and add acrobat
viewing as a command. All works fine, except that
acrobat opens but complains it cannot find the
specified file.
.emacs (new constructed, but syntax copied from
older .emacs) is attached, all works fine except
for acrobat not being able to find %s.pdf.
2. The persisting problem is that emacs crashes on
me quite predictably. It is always in the
following situation: I have used my external spell
checker (called from emacs edit menu), but on
returning have tried to latex without saving
first. emacs asks me if I want to save, I say yes,
it saves and then starts to compile, but 3 or 4
seconds into compilation, emacs crashes with the
windows "sorry, had to shutdown this program"
message. If I manually save the file first with
cntrl-s, all works fine. The crash without saving
occurs about half the time. Has anyone else seen
this or have any idea about a fix.
Thanks for any help, and thanks to all for auctex!
neal
########################################
Nathaniel Beck
Chair, Department of Politics
19 W. 4th St., Second Floor
New York University
New York, NY 10012-1119
[EMAIL PROTECTED]
http://www.nyu.edu/gsas/dept/politics/faculty/beck/
Voice (o): 212 998-8535
Efax (secure) 646 349-3092
########################################
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(TeX-PDF-mode t)
'(TeX-command-list (quote (("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil (latex-mode texinfo-mode) :help "Run plain TeX") ("LaTeX"
"%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX")
("Makeinfo" "makeinfo %t" TeX-run-compile nil (texinfo-mode) :help "Run
Makeinfo with Info output") ("Makeinfo HTML" "makeinfo --html %t"
TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output")
("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil
(ams-tex-mode) :help "Run AMSTeX") ("ConTeXt" "texexec --once --texutil
%(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil (context-mode) :help
"Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t
:help "Run BibTeX")("Acrobat" "Acrobat.exe %s.pdf" TeX-run-discard nil nil)
("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated
intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
"Delete generated intermediate and output files") ("Other" "" TeX-run-command t
t :help "Run an arbitrary command"))))
'(TeX-modes (quote (texinfo-mode latex-mode)))
'(TeX-print-command nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex