bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16857: 24.3.50; Incorrect output from `list-load-path-shadows'


From: Nathan Trapuzzano
Subject: bug#16857: 24.3.50; Incorrect output from `list-load-path-shadows'
Date: Mon, 24 Feb 2014 18:16:18 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> ... and tries to work around the problem by changing load-path

That's what I thought.

The infinite recursion is happening in slime's cl-lib's cl-position
advice, which itself calls cl-position, which triggers the advice again,
and so on.  But that's as much as I've had time to look.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]