auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP


From: Ralf Angeli
Subject: Re: [AUCTeX] Install fails with Emacs 24.0.50 on XP
Date: Fri, 14 Jan 2011 18:20:50 +0100

* Uwe Siart (2011-01-14) writes:

> Ralf Angeli <address@hidden> writes:
>
>> c:/programme/emacs/bin/emacs -batch -q -no-site-file -no-init-file --eval 
>> '(progn (find-file "test.txt") (insert "wuseldusel") 
>> (save-buffers-kill-emacs t))'
>
> No error. The file is written.

Then back to the original command:

c:/programme/emacs/bin/emacs -batch -q -no-site-file -no-init-file -l lpath.el 
--eval '(let ((generated-autoload-file (expand-file-name "auto-loads.el"))) 
(mapcar (function update-file-autoloads) command-line-args-left) 
(save-buffers-kill-emacs t))' tex.el tex-buf.el tex-style.el plain-tex.el 
latex.el tex-info.el texmathp.el multi-prompt.el tex-mik.el font-latex.el 
tex-font.el context.el context-en.el context-nl.el tex-fold.el toolbar-x.el 
tex-bar.el bib-cite.el tex-jp.el

Could you try and remove file after file from the command line?  Start
with tex-jp.el which could be a cause for the error due to the non-ASCII
characters inside.  So the first command line to try would be this:

c:/programme/emacs/bin/emacs -batch -q -no-site-file -no-init-file -l lpath.el 
--eval '(let ((generated-autoload-file (expand-file-name "auto-loads.el"))) 
(mapcar (function update-file-autoloads) command-line-args-left) 
(save-buffers-kill-emacs t))' tex.el tex-buf.el tex-style.el plain-tex.el 
latex.el tex-info.el texmathp.el multi-prompt.el tex-mik.el font-latex.el 
tex-font.el context.el context-en.el context-nl.el tex-fold.el toolbar-x.el 
tex-bar.el bib-cite.el

Then this:

c:/programme/emacs/bin/emacs -batch -q -no-site-file -no-init-file -l lpath.el 
--eval '(let ((generated-autoload-file (expand-file-name "auto-loads.el"))) 
(mapcar (function update-file-autoloads) command-line-args-left) 
(save-buffers-kill-emacs t))' tex.el tex-buf.el tex-style.el plain-tex.el 
latex.el tex-info.el texmathp.el multi-prompt.el tex-mik.el font-latex.el 
tex-font.el context.el context-en.el context-nl.el tex-fold.el toolbar-x.el 
tex-bar.el

And so on ...

-- 
Ralf



reply via email to

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