[slime-devel] bug report (as per slime's request)

Mirko Vukovic mirko.vukovic at gmail.com
Thu Jun 18 15:36:55 UTC 2009


Hello,

every once in a while I get the following message in emacs 22.2.1:


Warning (slime): "cl-ansys.lisp":35:0 (pt=1042).
Caught error when trying to extend the region for fontification.
The error was: (scan-error "Unbalanced parentheses" 1042 1)
Further: font-lock-beg=1039, font-lock-end=1042.

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).
%s

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:
%s
--------------------------------------------------------------
" (buffer-name) (line-number-at-pos) (current-column) (point) (apply
(function format) message args) (with-output-to-string (backtrace)))
  slime-bug("Caught error when trying to extend the region for fontification.
The error was: %S
Further: font-lock-beg=%d, font-lock-end=%d." (scan-error "Unbalanced
parentheses" 1042 1) 1039 1042)
  slime-extend-region-for-font-lock()
  font-lock-default-fontify-region(1039 1042 nil)
  font-lock-fontify-region(1039 1042)
  run-hook-with-args(font-lock-fontify-region 1039 1042)
  byte-code("\302\303	#\207" [start next run-hook-with-args
jit-lock-functions] 4)
  jit-lock-fontify-now(1039 1539)
  jit-lock-function(1039)

--------------------------------------------------------------


I attached the offending file

Cheers,

Mirko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cl-ansys.lisp
Type: application/octet-stream
Size: 1041 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20090618/1cf26851/attachment.obj>


More information about the slime-devel mailing list