[slime-devel] M-. causes errors like "Symbol's value as variable is void: OLDEND+91591"

Tobias, I am frequently getting Emacs Lisp errors like the following when I use M-. in Lisp buffers. slime-goto-location-position: Symbol's value as variable is void: OLDEND+91591 I believe this is related to this change, but I have not tried to debug it. 2007-08-15 Tobias C. Rittweiler <tcr@freebits.de> Make `M-.' work on definitions outside the current restriction. `M-,' will also properly restore the narrowing as of before the jump. Similiarly for quiting from the compilation notes buffer and the Xref buffers. Can you look into that? Matthias -- Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe (currently @math.ucdavis.edu)

Matthias Koeppe <mkoeppe+slime@mail.math.uni-magdeburg.de> writes:
Tobias,
I am frequently getting Emacs Lisp errors like the following when I use M-. in Lisp buffers.
slime-goto-location-position: Symbol's value as variable is void: OLDEND+91591
Silly typo in `save-restriction-if-possible'. Fixed. Thanks! -T.

"Tobias C. Rittweiler" <tcr@freebits.de> writes:
Matthias Koeppe <mkoeppe+slime@mail.math.uni-magdeburg.de> writes:
I am frequently getting Emacs Lisp errors like the following when I use M-. in Lisp buffers.
slime-goto-location-position: Symbol's value as variable is void: OLDEND+91591
Silly typo in `save-restriction-if-possible'. Fixed. Thanks!
Hm... now I get: error in process filter: Symbol's function definition is void: set-slime-current-narrowing-configuration Another typo perhaps? Matthias -- Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe (currently @math.ucdavis.edu)
participants (2)
-
Matthias Koeppe
-
Tobias C. Rittweiler