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: address@hidden
Subject: Re: [Bug-AUCTeX] [SOLVED] recursive require
Date: Wed, 28 May 2014 09:52:58 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.3.6)

Am Mo 26 Mai 2014 23:20:04 CEST schrieb Mosè Giordano:

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è


I do not insist on it, I'd rather not use it if I don't need to. But with an empty '.emacs' or emacs -q, AUCTeX seems not to be loaded here. Or maybe it is but something else is missing? How can I know if AUCTeX is loaded? When I start with an empty '.emacs' and then open a tex-file, I have "TeX" in the menu bar but not "LaTeX" (as I used to). Commands as C-c C-s do not what I'd expect them to do.
Confused: Salome



reply via email to

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