GNU bug report logs -
#19273
11.88; compile error with auctex.el
Previous Next
Reported by: Alexandre René <alex.c.rene <at> gmail.com>
Date: Thu, 4 Dec 2014 19:16:01 UTC
Severity: normal
Tags: notabug
Found in version 11.88
Done: mose <at> gnu.org (Mosè Giordano)
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19273 in the body.
You can then email your comments to 19273 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-auctex <at> gnu.org
:
bug#19273
; Package
auctex
.
(Thu, 04 Dec 2014 19:16:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Alexandre René <alex.c.rene <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-auctex <at> gnu.org
.
(Thu, 04 Dec 2014 19:16:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[…]
------------------------------------------------------------------------
(I apologize if this has already been fixed, but I couldn't find anything
related to this in the git repository.)
I just upgraded AUCtex from 11.87 to 11.88 on two of my machines through ELPA.
In both cases, I get the following error message:
"""
~/.emacs.d/elpa/auctex-11.88/auctex.el:Error: Opening directory: no such
file or directory, /home/alex/style/
"""
As a workaround, I can hard-code the path to the style directory
("~/.emacs.d/elpa/auctex-11.88/style") in auctex.el and then AUCtex
loads without a hitch.
Emacs : GNU Emacs 24.3.1 (x86_64-suse-linux-gnu, GTK+ Version 3.10.9)
of 2014-11-12 on cloud104
Package: 11.88
current state:
==============
(setq
AUCTeX-date "2014-10-29"
window-system 'x
LaTeX-version "2e"
TeX-style-path '("~/.emacs.d/auctex"
"/home/alex/.emacs.d/elpa/auctex-11.88/style"
"/home/alex/.emacs.d/auctex/auto"
"/home/alex/.emacs.d/auctex/style" "auto"
"style")
TeX-auto-save t
TeX-parse-self t
TeX-master nil
TeX-command-list '(("TeX" "%(PDF)%(tex) %(extraopts) %`%S%(PDFout)%(mode)%'
%t" TeX-run-TeX nil
(plain-tex-mode ams-tex-mode texinfo-mode) :help "Run
plain TeX")
("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode
doctex-mode) :help
"Run LaTeX")
("Makeinfo" "makeinfo %(extraopts) %t" TeX-run-compile nil
(texinfo-mode)
:help "Run Makeinfo with Info output")
("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-
run-compile nil
(texinfo-mode) :help "Run Makeinfo with HTML output")
("AmSTeX" "%(PDF)amstex %(extraopts)
%`%S%(PDFout)%(mode)%' %t" TeX-run-TeX
nil (ams-tex-mode) :help "Run AMSTeX")
("ConTeXt" "texexec --once --texutil %(extraopts)
%(execopts)%t" TeX-run-TeX
nil (context-mode) :help "Run ConTeXt once")
("ConTeXt Full" "texexec %(extraopts) %(execopts)%t" TeX-
run-TeX nil
(context-mode) :help "Run ConTeXt until completion")
("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run
BibTeX")
("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber")
("View" "%V" TeX-run-discard-or-function t t :help "Run
Viewer")
("Print" "%p" TeX-run-command t t :help "Print the file")
("Queue" "%q" TeX-run-background nil t :help "View the
printer queue"
:visible TeX-queue-command)
("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
"Generate PostScript file")
("Index" "makeindex %s" TeX-run-command nil t :help
"Create index file")
("Xindy" "texindy %s" TeX-run-command nil t :help
"Run xindy to create index file")
("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
:help
"Check LaTeX file for correctness")
("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode)
:help
"Check LaTeX file for common mistakes")
("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
t :help
"Spell-check the document")
("Clean" "TeX-clean" TeX-run-function nil t :help
"Delete generated intermediate files")
("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
"Delete generated intermediate and output files")
("Other" "" TeX-run-command t t :help "Run an arbitrary
command"))
)
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#19273
; Package
auctex
.
(Thu, 04 Dec 2014 21:23:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 19273 <at> debbugs.gnu.org (full text, mbox):
Hi Alexandre,
2014-12-04 20:11 GMT+01:00 Alexandre René <alex.c.rene <at> gmail.com>:
> […]
> ------------------------------------------------------------------------
> (I apologize if this has already been fixed, but I couldn't find anything
> related to this in the git repository.)
>
> I just upgraded AUCtex from 11.87 to 11.88 on two of my machines through ELPA.
> In both cases, I get the following error message:
> """
> ~/.emacs.d/elpa/auctex-11.88/auctex.el:Error: Opening directory: no such
> file or directory, /home/alex/style/
> """
>
> As a workaround, I can hard-code the path to the style directory
> ("~/.emacs.d/elpa/auctex-11.88/style") in auctex.el and then AUCtex
> loads without a hitch.
I cannot reproduce this error on my system with a fresh installation
from ELPA. What did you change exactly in auctex.el?
Bye,
Mosè
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#19273
; Package
auctex
.
(Thu, 04 Dec 2014 21:58:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 19273 <at> debbugs.gnu.org (full text, mbox):
2014-12-04 22:26 GMT+01:00 Alexandre René <alex.c.rene <at> gmail.com>:
> I've attached a copy of auctex.el. The change is on line 32.
Thanks. Instead of "~/.emacs.d/elpa/auctex-11.88/style" did you have
"style"? In this case, I cannot see why you should need to do that
manual change. Do you have customization related to AUCTeX in your
init file? Could you please try to remove the package and then
reinstall it in a clean Emacs session?
To me, it looks more an Emacs bug than an AUCTeX one, if it's really a bug.
Please, do not remove 19273 <at> debbugs.gnu.org from the CC list.
Bye,
Mosè
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#19273
; Package
auctex
.
(Thu, 04 Dec 2014 23:54:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 19273 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Thu, Dec 4, 2014 at 4:56 PM, Mosè Giordano <mose <at> gnu.org> wrote:
> 2014-12-04 22:26 GMT+01:00 Alexandre René <alex.c.rene <at> gmail.com>:
> > I've attached a copy of auctex.el. The change is on line 32.
>
> Thanks. Instead of "~/.emacs.d/elpa/auctex-11.88/style" did you have
> "style"? In this case, I cannot see why you should need to do that
> manual change. Do you have customization related to AUCTeX in your
> init file? Could you please try to remove the package and then
> reinstall it in a clean Emacs session?
>
You were right: the problem was caused by an old
(load "auctex.el")
line in my init file; somehow I thought that was still required. Everything
works fine now that I've removed it.
>
> To me, it looks more an Emacs bug than an AUCTeX one, if it's really a bug.
>
> Please, do not remove 19273 <at> debbugs.gnu.org from the CC list.
>
Sorry, forgot about that.
>
> Bye,
> Mosè
>
Thanks, and sorry for the bother,
Alexandre
[Message part 2 (text/html, inline)]
Added tag(s) notabug.
Request was from
mose <at> gnu.org (Mosè Giordano)
to
control <at> debbugs.gnu.org
.
(Fri, 05 Dec 2014 08:55:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
19273 <at> debbugs.gnu.org and Alexandre René <alex.c.rene <at> gmail.com>
Request was from
mose <at> gnu.org (Mosè Giordano)
to
control <at> debbugs.gnu.org
.
(Fri, 05 Dec 2014 08:57:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#19273
; Package
auctex
.
(Sat, 06 Dec 2014 21:17:02 GMT)
Full text and
rfc822 format available.
Message #21 received at submit <at> debbugs.gnu.org (full text, mbox):
Same here. I also have the problem. I got rid of my previous AUCTeX
installation from the package manager, and ran
emacs -Q
M-x package-install RET auctex
The solution by Alexandre also works with me.
> I cannot reproduce this error on my system with a fresh installation
> from ELPA. What did you change exactly in auctex.el?
>
> Bye,
> Mosè
-------------------------------------------------
VFEmail.net - http://www.vfemail.net
ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!
Information forwarded
to
bug-auctex <at> gnu.org
:
bug#19273
; Package
auctex
.
(Sun, 07 Dec 2014 12:52:01 GMT)
Full text and
rfc822 format available.
Message #24 received at 19273 <at> debbugs.gnu.org (full text, mbox):
Hi eDgar,
2014-12-06 22:15 GMT+01:00 <eDgar <at> openmail.cc>:
> Same here. I also have the problem. I got rid of my previous AUCTeX
> installation from the package manager, and ran
> emacs -Q
> M-x package-install RET auctex
>
> The solution by Alexandre also works with me.
>
As a general rule for packages installed through ELPA, you must *not*
load them with `load', the package manager takes care of it, unless
you explicitly request not to do so.
Bye,
Mosè
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 05 Jan 2015 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 173 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.