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 21:04:43 +0100

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

> I removed file after file. But even with
>
> 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
>
> I got this error.

Hm, we're getting closer to the point where I will suggest to read
etc/DEBUG.  Not just for you, but also for me. (c:  But before that,
could you please try to open Emacs in the AUCTeX installation directory
with

c:/programme/emacs/bin/emacs -q -no-site-file -no-init-file -l lpath.el

then copy the code

(let ((generated-autoload-file (expand-file-name "auto-loads.el")))
  (mapcar (function update-file-autoloads) '("tex.el"))
  (save-buffers-kill-emacs t))

into the *scratch* buffer, put point behind the last parenthesis and
then type `C-x C-e'?  Does that also result in an error?

-- 
Ralf



reply via email to

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