auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] running auctex from git directory without installing


From: Marcus Frings
Subject: Re: [AUCTeX] running auctex from git directory without installing
Date: Wed, 12 Mar 2014 13:25:12 +0100
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux)

* Tamas Papp <address@hidden> wrote:

> I would like to try the version of AUCTeX from the git repo. Is it
> possible not to install it --- ie do
> git clone git://git.savannah.gnu.org/auctex.git
> cd auctex 
> ./autogen.sh
> ./configure
> make
> but *not* make install? What else should I do in Emacs, besides 

> (add-to-list 'load-path "~/some-directory/auctex/")

;; Using the development version of AUC TeX and starting it directly
;; from the git folder: 
;;
;; cd ~/.emacs.d/sources/auctex/
;; git pull
;; ./autogen.sh
;; ./configure && make
;; cd doc
;; for x in *.info; do ginstall-info --dir-file=dir $x; done
;;
(setq TeX-data-directory "~/.emacs.d/sources/auctex")
(add-to-list 'load-path "~/.emacs.d/sources/auctex")
(add-to-list 'load-path "~/.emacs.d/sources/auctex/preview")
(require 'info)
(add-to-list 'Info-additional-directory-list "~/.emacs.d/sources/auctex/doc")
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)

Best regards,
Marcus
-- 
"And I find it kind of funny
I find it kind of sad
The dreams in which I'm dying
Are the best I've ever had"




reply via email to

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