bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] [SOLVED] recursive require


From: Mosè Giordano
Subject: Re: [Bug-AUCTeX] [SOLVED] recursive require
Date: Mon, 26 May 2014 23:20:04 +0200

Hi Salome,

2014-05-26 11:30 GMT+02:00 Salome =?iso-8859-1?Q?S=F6dergran
<address@hidden>:
> With this minimal init-file everything works fine:
>
>    (setq debug-on-error t)
>    (add-to-list 'load-path "~/.emacs.d/elpa/auctex-11.87.5")
>    (require 'tex-site)
>    (require 'package)
>    (package-initialize)
>
> Both the auctex-path and require are needed before the package-functions.
> What would I have to change to make AUCTeX work without (require 'tex-site)?

An empty or non-existing `.emacs' works  for me (i.e., AUCTeX is
automatically loaded by the package manager), I can't understand why
you insist on requiring `tex-site'.

Bye,
Mosè



reply via email to

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