From: Sam Albers <tonightsthenight@gmail.com>
To: anselm.helbig+news2009@googlemail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: Loss of auctex functionality
Date: Thu, 14 May 2009 13:14:59 -0700 [thread overview]
Message-ID: <d2e22f8e0905141314v818e21cif45c0e102c5fa91d@mail.gmail.com> (raw)
In-Reply-To: <87octvh6fz.wl%anselm.helbig+news2009@googlemail.com>
[-- Attachment #1: Type: text/plain, Size: 3212 bytes --]
Thanks!
>
>
> Is your site-lisp directory still empty?
/usr/share/emacs22/site-lisp
has ess and auctex files in it
/usr/share/emacs/site-lisp
has ess and auctex files in it
/usr/share/emacs/22.2/site-lisp
is an empty folder.
> Did you get any error
> messages when you tried to reinstall auctex?
No
What does M-x find-library<RET>auctex<RET> do?
Can't find library
> What's the value of the load-path variable (C-h v load-path<RET>)?
load-path is a variable defined in `C source code'.
Its value is
("/usr/share/emacs22/site-lisp/ess/" "/usr/share/emacs22/site-lisp/ess"
"/usr/share/emacs22/site-lisp/dictionaries-common"
"/usr/share/emacs22/site-lisp/auctex" "/usr/share/emacs/site-lisp/auctex"
"/etc/emacs22" "/etc/emacs" "/usr/local/share/emacs/22.2/site-lisp"
"/usr/local/share/emacs/site-lisp" "/usr/share/emacs/22.2/site-lisp"
"/usr/share/emacs/site-lisp" "/usr/share/emacs/22.2/leim"
"/usr/share/emacs/22.2/lisp" "/usr/share/emacs/22.2/lisp/url"
"/usr/share/emacs/22.2/lisp/textmodes"
"/usr/share/emacs/22.2/lisp/progmodes" "/usr/share/emacs/22.2/lisp/play"
"/usr/share/emacs/22.2/lisp/obsolete" "/usr/share/emacs/22.2/lisp/net"
"/usr/share/emacs/22.2/lisp/mh-e" "/usr/share/emacs/22.2/lisp/mail"
"/usr/share/emacs/22.2/lisp/language"
"/usr/share/emacs/22.2/lisp/international" "/usr/share/emacs/22.2/lisp/gnus"
"/usr/share/emacs/22.2/lisp/eshell" "/usr/share/emacs/22.2/lisp/erc"
"/usr/share/emacs/22.2/lisp/emulation"
"/usr/share/emacs/22.2/lisp/emacs-lisp"
"/usr/share/emacs/22.2/lisp/calendar" "/usr/share/emacs/22.2/lisp/calc"
"/usr/share/emacs/22.2/leim")
>
>
> I'm on Ubuntu 9.04 myself, using the emacs-snapshot package. The elisp
> files from auctex are installed in
>
> /usr/share/emacs/site-lisp/auctex
Indeed this directory also has the auctex files
>
>
> on my machine, with byte-compiled versions in
>
> /usr/share/emacs/23.0.91/site-lisp/auctex
>
> Have you compiled emacs or did you use a Ubuntu package?
I used the Ubuntu package
>
>
> The way it should work is that a debianized Emacs reads all files in
> /etc/emacs/site-start.d and /etc/<emacs-flavor>/site-start.d. The
> packages drop their initialization code here. I've got
>
> /etc/emacs-snapshot/site-start.d/50auctex.el
>
> and you should have
>
> /etc/emacs22/site-start.d/50auctex.el
This file is present.
I also have the snapshot, an emacs21, and an emacs directory
>
>
> Is this file present? What happens if you load it with M-x load-file?
> If you really like to know how packaging emacs extensions works on
> Debian you should read this:
>
> http://www.debian.org/doc/packaging-manuals/debian-emacs-policy
>
> You might be interested in the part where it speaks about the
> /usr/lib/emacsen-common/emacs-package-install script (written in the
> perfect emacs rewrite language, btw).
>
> Oh yeah I will definitely give this a read. Thanks.
>
>
> <anselm.helbig%2Bnews2009@googlemail.com>
>
--
*****************************************************
Sam Albers
Geography Program
University of Northern British Columbia
3333 University Way
Prince George, British Columbia
Canada, V2N 4Z9
phone: 250 960-6777
*****************************************************
[-- Attachment #2: Type: text/html, Size: 5318 bytes --]
next prev parent reply other threads:[~2009-05-14 20: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
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 [this message]
[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=d2e22f8e0905141314v818e21cif45c0e102c5fa91d@mail.gmail.com \
--to=tonightsthenight@gmail.com \
--cc=anselm.helbig+news2009@googlemail.com \
--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.