[slime-devel] slime-typeout-frame vs autodoc timers
Raymond Toy
toy.raymond at gmail.com
Fri Jul 3 02:09:05 UTC 2009
I finally upgraded to a recent version of slime (2009-07-01 or so) and
found a couple of issues.
First, I use slime-typeout-frame and it references
slime-autodoc-start-timer (and other autodoc stuff). These don't seem
to exist anymore.
Second, I get the following error using xemacs 21.5.29.
These issues prevent me from using the current version.
And many thanks for making slime soooo useful,
Ray
Slime error:
(slime,warning/warning) "s-code.lisp":8753:19 (pt=331319).
Caught error during fontification while searching for forms
that are suppressed by reader-conditionals. The error was:
(cl-assertion-failed (<= (point) limit)).
This is a bug in Slime itself. Please report this to the
mailinglist slime-devel at common-lisp.net and include your Emacs
version, the guilty Lisp source file, the header of this
message, and the following backtrace.
Backtrace:
backtrace()
(let ((standard-output standard-output)) (backtrace))
(let ((standard-output ...)) (let (...) (backtrace))
(with-current-buffer standard-output (prog1 ... ...)))
(with-output-to-string (backtrace))
(slime-display-warning "%S:%d:%d (pt=%d).\n%s\n\nThis is a bug in
Slime itself. Please report this to the\nmailinglist
slime-devel at common-lisp.net and include your Emacs\nversion, the guilty
Lisp source file, the header of this\nmessage, and the following
backtrace.\n\nBacktrace:\n%s\n--------------------------------------------------------------\n"
(buffer-name) (line-number-at-pos) (current-column) (point) (apply
(function format) message args) (with-output-to-string (backtrace)))
slime-bug("Caught error during fontification while searching for
forms\nthat are suppressed by reader-conditionals. The error was: %S."
(cl-assertion-failed (<= (point) limit)))
byte-code("..." [condition result nil slime-bug "Caught error during
fontification while searching for forms\nthat are suppressed by
reader-conditionals. The error was: %S."] 3)
slime-search-suppressed-forms(331141)
font-lock-fontify-keywords-region(330036 331141 nil)
font-lock-default-fontify-region(330036 331141 nil)
font-lock-fontify-region(330036 331141)
lazy-shot-fontify-internal(#<buffer "s-code.lisp"> 330036 331064 t
"stealthy ")
lazy-shot-lock-extent(#<destroyed extent> t)
lazy-shot-stealth-lock(#<buffer "s-code.lisp">)
apply(lazy-shot-stealth-lock #<buffer "s-code.lisp">)
byte-code("..." [this-command inhibit-quit quit-flag match-data itimer
current-itimer match-data ((store-match-data match-data)) nil
itimer-uses-arguments apply itimer-function itimer-function-arguments
last-event-time next-wakeup itimers time-elapsed] 5)
itimer-run-expired-timers(0.001288)
itimer-timer-driver(nil)
("execute_internal_event()" "[internal]")
(dispatch-event "[internal]")
More information about the slime-devel
mailing list