GNU bug report logs - #47560
13.0.5; void-function LaTeX-xcolor-definecolor-list

Previous Next

Package: auctex;

Reported by: Pierre Lorenzon <lorenzon <at> math.u-psud.fr>

Date: Fri, 2 Apr 2021 05:05:01 UTC

Severity: normal

Found in version 13.0.5

Done: Tassilo Horn <tsdh <at> gnu.org>

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 47560 in the body.
You can then email your comments to 47560 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-auctex <at> gnu.org:
bug#47560; Package auctex. (Fri, 02 Apr 2021 05:05:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pierre Lorenzon <lorenzon <at> math.u-psud.fr>:
New bug report received and forwarded. Copy sent to bug-auctex <at> gnu.org. (Fri, 02 Apr 2021 05:05:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pierre Lorenzon <lorenzon <at> math.u-psud.fr>
To: bug-auctex <at> gnu.org
Subject: 13.0.5; void-function LaTeX-xcolor-definecolor-list
Date: Fri, 02 Apr 2021 05:14:38 +0200
void-function LaTeX-xcolor-definecolor-list

when tcolorbox.el is loaded.

Regards



Emacs  : GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu)
 of 2019-08-26
Package: 13.0.5

current state:
==============
(setq
 AUCTeX-date "2021-03-21"
 window-system nil
 LaTeX-version "2e"
 TeX-style-path '("~/.emacs.d/auctex"
		  "/home/lorenzon/.emacs.d/elpa/auctex-13.0.5/style"
		  "/usr/local/share/texmf/tex/latex/auto/"
		  "/usr/local/share/texmf/tex/latex/style/" "auto" "style")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master nil
 TeX-command-list '(("pdf" "ps2pdf13 %s.ps" TeX-run-command nil t)
		    ("mp" "mpost %s.mp" TeX-run-command nil t)
		    ("Hacha" "hacha %s.html" TeX-run-command nil t)
		    ("PHPindex" "hacha -o index.php %s.html" TeX-run-command
		     nil t)
		    ("PHP" "hevea -fix -o %s.php %t" TeX-run-command nil t)
		    ("Info" "hevea -fix -info %t" TeX-run-command nil t)
		    ("Txt" "hevea -fix -text %t" TeX-run-command nil t)
		    ("Hevea" "hevea -fix %t" TeX-run-command nil t)
		    ("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
		     TeX-run-TeX nil
		     (plain-tex-mode texinfo-mode ams-tex-mode) :help
		     "Run plain TeX")
		    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil
		     (latex-mode doctex-mode) :help "Run LaTeX")
		    ("Makeinfo" "makeinfo %t" TeX-run-compile nil
		     (texinfo-mode) :help "Run Makeinfo with Info output")
		    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil
		     (texinfo-mode) :help "Run Makeinfo with HTML output")
		    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t"
		     TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX")
		    ("ConTeXt" "texexec --once --texutil %(execopts)%t"
		     TeX-run-TeX nil (context-mode) :help "Run ConTeXt once")
		    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil
		     (context-mode) :help "Run ConTeXt until completion")
		    ("BibTeX" "%(bibtex) %s" TeX-run-BibTeX nil t :help
		     "Run BibTeX")
		    ("View" "dvi2tty -q -w 132 %s" TeX-run-command t t :help
		     "Run Text 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")
		    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
		     :help "Check LaTeX file for correctness")
		    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil
		     t :help "Spell-check the document")
		    ("Browse" "(plnltx-browse)" TeX-run-function nil t)
		    ("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")
		    )
 )
-- 
Pierre Lorenzon
Arithmétique et Géométrie Algébrique (UMR 8628)
Bureau 2I3, IMO Bat 307
Université Paris-Saclay, CNRS,
Laboratoire de mathématiques d'Orsay,
91405,
Orsay, France.
Tel : 01 69 15 60 26
Email : lorenzon <at> math.u-psud.fr
http://www.math.u-psud.fr/~lorenzon/




Information forwarded to bug-auctex <at> gnu.org:
bug#47560; Package auctex. (Fri, 02 Apr 2021 08:32:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tassilo Horn <tsdh <at> gnu.org>
To: Pierre Lorenzon <lorenzon <at> math.u-psud.fr>
Cc: 47560 <at> debbugs.gnu.org, bug-auctex <at> gnu.org
Subject: Re: bug#47560: 13.0.5; void-function LaTeX-xcolor-definecolor-list
Date: Fri, 02 Apr 2021 10:24:52 +0200
Hi Pierre,

> void-function LaTeX-xcolor-definecolor-list
>
> when tcolorbox.el is loaded.

That function is generated by `TeX-auto-add-type' in xcolor.el which is
loaded by tcolorbox.el, so in theory, it should work and I can't
reproduce your issue.  Do you have a sample document triggering the
error?

Bye,
Tassilo




Information forwarded to bug-auctex <at> gnu.org:
bug#47560; Package auctex. (Fri, 02 Apr 2021 08:32:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-auctex <at> gnu.org:
bug#47560; Package auctex. (Mon, 05 Apr 2021 08:46:01 GMT) Full text and rfc822 format available.

Message #14 received at 47560 <at> debbugs.gnu.org (full text, mbox):

From: "Pierre L. Nageoire" <devel <at> pollock-nageoire.net>
To: Tassilo Horn <tsdh <at> gnu.org>
Cc: 47560 <at> debbugs.gnu.org, Pierre Lorenzon <lorenzon <at> math.u-psud.fr>
Subject: Re: bug#47560: 13.0.5; void-function LaTeX-xcolor-definecolor-list
Date: Mon, 05 Apr 2021 09:58:44 +0200
Hi Tassilo,

First sorry for the fact that Pierre L. Nageoire and Pierre Lorenzon is
the same guy ! Do not ask why !

Second You might probably close this bug that is not one and once more
sorry for having reported it !

anyway I learned what I wanted to learn, where the function is
defined. The problem probably comes from the fact that i loaded
tcolorbox.el unconventionaly !

Regards 

Tassilo Horn <tsdh <at> gnu.org> writes:

> Hi Pierre,
>
>> void-function LaTeX-xcolor-definecolor-list
>>
>> when tcolorbox.el is loaded.
>
> That function is generated by `TeX-auto-add-type' in xcolor.el which is
> loaded by tcolorbox.el, so in theory, it should work and I can't
> reproduce your issue.  Do you have a sample document triggering the
> error?
>
> Bye,
> Tassilo
>
>
>
> _______________________________________________
> bug-auctex mailing list
> bug-auctex <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-auctex




Reply sent to Tassilo Horn <tsdh <at> gnu.org>:
You have taken responsibility. (Mon, 05 Apr 2021 09:36:02 GMT) Full text and rfc822 format available.

Notification sent to Pierre Lorenzon <lorenzon <at> math.u-psud.fr>:
bug acknowledged by developer. (Mon, 05 Apr 2021 09:36:02 GMT) Full text and rfc822 format available.

Message #19 received at 47560-done <at> debbugs.gnu.org (full text, mbox):

From: Tassilo Horn <tsdh <at> gnu.org>
To: "Pierre L. Nageoire" <devel <at> pollock-nageoire.net>
Cc: 47560-done <at> debbugs.gnu.org, Pierre Lorenzon <lorenzon <at> math.u-psud.fr>
Subject: Re: bug#47560: 13.0.5; void-function LaTeX-xcolor-definecolor-list
Date: Mon, 05 Apr 2021 11:33:16 +0200
"Pierre L. Nageoire" <devel <at> pollock-nageoire.net> writes:

Hi Pierre,

> First sorry for the fact that Pierre L. Nageoire and Pierre Lorenzon
> is the same guy ! Do not ask why !

Why? ;-)

> Second You might probably close this bug that is not one and once more
> sorry for having reported it !

No worries.

> anyway I learned what I wanted to learn, where the function is
> defined.  The problem probably comes from the fact that i loaded
> tcolorbox.el unconventionaly !

Ok, I'll close this report.

Thanks for reporting back,
Tassilo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 May 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.