all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Loss of auctex functionality
Date: Thu, 14 May 2009 12:14:32 -0500	[thread overview]
Message-ID: <68Wdncc-2or1zJHXnZ2dnUVZ_qCdnZ2d@sysmatrix.net> (raw)
In-Reply-To: <mailman.7160.1242312711.31690.help-gnu-emacs@gnu.org>

Sam Albers wrote:
> Hi!
>>> Until I messed up my site-lisp directory, I
>>> conveniently had a LaTeX drop down menu within
>>> emacs. I didn't really use it that much it did
>>> provide me a list of keystrokes that were useful
>>> when working with a latex document. Now only a TeX
>>> drop down menu appears. I used to be able to run
>>> C-c C-c and then type LaTeX to compile my document.
>>> Now when I do this I am taken to a windows that
>>> looks exactly like my terminal instead of LaTeXing
>>> my document automatically. Other AucTex commands
>>> don't seem to work well either.
>>>
>>> C-c C-e should allow me to insert an environment
>>> but all it does it end the environment I am in
>>> whereas previously I call insert a new environment
>>> of my choice.
>>>
>>> My /usr/share/emacs/22.2/site-lisp directory is
>>> empty through a silly move by yours truly. I am
>>> using Ubuntu 9.04.
>> Looks like you're not using auctex at all but the built-in
>> tex-mode. Why don't you just reinstall the auctex-package via the
>> package manager?
>>
> 
> Thanks Anselm. I tried this earlier but it did not seem to fix the problem.
> Indeed it does seem like emacs is not detecting auctex at all. Not sure how
> to proceed.
> 

But if you did this then your site-lisp subdirectory would no longer be 
empty. You should be able to re-install by downloading tarball or zip here:

http://www.gnu.org/software/auctex/download-for-unix.html

Also it seems that if you still have something like the following in 
your .emacs, then that should produce errors because of missing files:

(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)

(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(setq reftex-plug-into-AUCTeX t)

I am on w32 but I think these issues are platform independent.

Ed






  parent reply	other threads:[~2009-05-14 17:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7125.1242275725.31690.help-gnu-emacs@gnu.org>
2009-05-14  5:41 ` Loss of auctex functionality Anselm Helbig
2009-05-14  6:56   ` Sam Albers
     [not found]   ` <mailman.7160.1242312711.31690.help-gnu-emacs@gnu.org>
2009-05-14 16:35     ` Mathias Fuh
2009-05-14 17:14     ` B. T. Raven [this message]
2009-05-14 18:12       ` Sam Albers
     [not found]       ` <mailman.7167.1242324781.31690.help-gnu-emacs@gnu.org>
2009-05-14 19:52         ` Anselm Helbig
2009-05-14 18:42     ` Anselm Helbig
2009-05-14 20:14       ` Sam Albers
     [not found]       ` <mailman.7173.1242332103.31690.help-gnu-emacs@gnu.org>
2009-05-14 21:13         ` Anselm Helbig
2009-05-14  4:24 Sam Albers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68Wdncc-2or1zJHXnZ2dnUVZ_qCdnZ2d@sysmatrix.net \
    --to=nihil@nihilo.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.