GNU bug report logs - #28297
TeX-search-files: Variable binding depth exceeds max-specpdl-size

Previous Next

Package: auctex;

Reported by: <student_sx <at> tuta.io>

Date: Wed, 30 Aug 2017 15:10:02 UTC

Severity: normal

Done: Arash Esbati <arash <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 28297 in the body.
You can then email your comments to 28297 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#28297; Package auctex. (Wed, 30 Aug 2017 15:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to <student_sx <at> tuta.io>:
New bug report received and forwarded. Copy sent to bug-auctex <at> gnu.org. (Wed, 30 Aug 2017 15:10:02 GMT) Full text and rfc822 format available.

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

From: <student_sx <at> tuta.io>
To: <bug-auctex <at> gnu.org>
Subject: TeX-search-files: Variable binding depth exceeds max-specpdl-size
Date: Wed, 30 Aug 2017 11:58:35 +0200 (CEST)
[Message part 1 (text/plain, inline)]
If I set inĀ  my .emacs file: 
(setq LaTeX-includegraphics-read-file `LaTeX-includegraphics-read-file-TeX)
I get the following problem with C-c C-m includegraphics: After asking for the options it hangs and after a minute or so, it displays the error message: 

TeX-search-files: Variable binding depth exceeds max-specpdl-size

I used setenv to try several variants for TEXINPUTS, but always with the same result (also if I leave the TEXINPUTS variable empty).

Auctex version: 11.90.2.2017-07-25
TexLive Version 2015.20160320-1ubuntu0.1 (on ubuntu 16.04)



[Message part 2 (text/html, inline)]

Information forwarded to bug-auctex <at> gnu.org:
bug#28297; Package auctex. (Thu, 31 Aug 2017 14:23:02 GMT) Full text and rfc822 format available.

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

From: Ikumi Keita <ikumi <at> ikumi.que.jp>
To: student_sx <at> tuta.io
Cc: 28297 <at> debbugs.gnu.org
Subject: Re: bug#28297: TeX-search-files: Variable binding depth exceeds
 max-specpdl-size
Date: Thu, 31 Aug 2017 23:21:55 +0900
Hi,

>>>>> <student_sx <at> tuta.io> writes:
> If I set in my .emacs file: 
> (setq LaTeX-includegraphics-read-file `LaTeX-includegraphics-read-file-TeX)
> I get the following problem with C-c C-m includegraphics: After asking for the options it hangs and after a minute or so, it displays the error message: 

> TeX-search-files: Variable binding depth exceeds max-specpdl-size

That doesn't occur for me.  I added `(setq LaTeX-includegraphics-read-file
`LaTeX-includegraphics-read-file-TeX)' to my init file and tried C-c C-m
includegraphics RET width=\linewidth RET.  After emacs finished
gathering all the possible file names for completion (it takes a while,
not a real hang), it asked filename to include.  I answered with test
RET and the LaTeX command \includegraphics[width=\linewidth]{test} was
inserted in the emacs buffer as expected.

I'm using AUCTeX 11.91 and Emacs 25.2 on FreeBSD 11.1.

> I used setenv to try several variants for TEXINPUTS, but always with the same result (also if I leave the TEXINPUTS variable empty).

> Auctex version: 11.90.2.2017-07-25
> TexLive Version 2015.20160320-1ubuntu0.1 (on ubuntu 16.04)

Could you provide more detailed information so that we can examine the
problem?  Please include the output of M-x TeX-submit-bug-report RET and
sample file which triggers the error.  Also, the backtrace obtained by
enabling debug-on-error option as described on
https://www.gnu.org/software/auctex/manual/auctex/FAQ.html
would be helpful.

Regards,
Ikumi Keita




Information forwarded to bug-auctex <at> gnu.org:
bug#28297; Package auctex. (Tue, 05 Mar 2024 20:23:02 GMT) Full text and rfc822 format available.

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

From: Arash Esbati <arash <at> gnu.org>
To: Ikumi Keita <ikumi <at> ikumi.que.jp>
Cc: student_sx <at> tuta.io, 28297 <at> debbugs.gnu.org
Subject: Re: bug#28297: TeX-search-files: Variable binding depth exceeds
 max-specpdl-size
Date: Tue, 05 Mar 2024 21:22:08 +0100
Ikumi Keita <ikumi <at> ikumi.que.jp> writes:

> Hi,
>
>>>>>> <student_sx <at> tuta.io> writes:
>> If I set in my .emacs file: 
>> (setq LaTeX-includegraphics-read-file `LaTeX-includegraphics-read-file-TeX)
>> I get the following problem with C-c C-m includegraphics: After asking for the options it hangs and after a minute or so, it displays the error message: 
>
>> TeX-search-files: Variable binding depth exceeds max-specpdl-size
>
> That doesn't occur for me.  I added `(setq LaTeX-includegraphics-read-file
> `LaTeX-includegraphics-read-file-TeX)' to my init file and tried C-c C-m
> includegraphics RET width=\linewidth RET.  After emacs finished
> gathering all the possible file names for completion (it takes a while,
> not a real hang), it asked filename to include.  I answered with test
> RET and the LaTeX command \includegraphics[width=\linewidth]{test} was
> inserted in the emacs buffer as expected.
>
> I'm using AUCTeX 11.91 and Emacs 25.2 on FreeBSD 11.1.
>
>> I used setenv to try several variants for TEXINPUTS, but always with
>> the same result (also if I leave the TEXINPUTS variable empty).
>
>> Auctex version: 11.90.2.2017-07-25
>> TexLive Version 2015.20160320-1ubuntu0.1 (on ubuntu 16.04)
>
> Could you provide more detailed information so that we can examine the
> problem?  Please include the output of M-x TeX-submit-bug-report RET and
> sample file which triggers the error.  Also, the backtrace obtained by
> enabling debug-on-error option as described on
> https://www.gnu.org/software/auctex/manual/auctex/FAQ.html
> would be helpful.

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

No further comments, therefore I'm closing this report.

Best, Arash




bug closed, send any further explanations to 28297 <at> debbugs.gnu.org and <student_sx <at> tuta.io> Request was from Arash Esbati <arash <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 05 Mar 2024 20:24:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 22 days ago.

Previous Next


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