bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] 11.84; TeX-next-error in PDFLaTeX brings up supp-pdf.te


From: Ralf Angeli
Subject: Re: [Bug-AUCTeX] 11.84; TeX-next-error in PDFLaTeX brings up supp-pdf.tex
Date: Sat, 12 May 2007 08:09:13 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux)

* Patrick Drechsler (2007-05-11) writes:

> Would you say that the following is a correct procedure for checking
> out a current auctex version?
>
> ,----
> | *** Installation CVS                                
> :emacs:auctex:install:cvs:
> |     1. Download
> |        :mkdir /usr/local/src/auctex-devel
> |        :cd /usr/local/src/auctex-devel
> |        :cvs -z3 -d:pserver:address@hidden:/sources/auctex co auctex

Above you are writing about "checking out".  I'm not sure if you mean
"test" or "check out from CVS".  In the latter case all you need is
the `cvs ...' command.  The stuff below is not necessary.

> |     2. Read README.CVS and INSTALL and comply:
> |        :./autogen.sh
> |     3. Configure
> |        * with use of emacs23:
> |              :./configure 
> --with-emacs=/usr/local/src/emacs23/emacs/src/emacs 
> --with-lispdir=/usr/local/share/emacs/site-lisp --infodir=/usr/local/info
> |        * with standard emacs:
> |              :./configure

I don't know about your setup, so it's difficult to comment.  The path
for the --with-emacs option looks like you haven't properly installed
Emacs.  The lispdir you specified is independent of Emacs versions, so
it does not distinguish between "emacs23" and "standard emacs" unless
those are installed below different prefixes.  Info files are nowadays
installed below $PREFIX/share/info.

> |     4. No errors? Fine, then:
> |        :make

`make install' is missing.

> Or is there a better way of installing the AUCTeX-CVS version
> side-by-side to the current stable version which might only imply
> changing the path in my ~/.emacs for switching between the two?

You could compile different AUCTeX versions with the Emacs with the
lowest version number into separate directories not in load-path and
add only one of those directories to load-path upon start-up.
Personally I would not bother with a parallel installation.

-- 
Ralf




reply via email to

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