You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cl-user> (log:info '(x y z) "yogurt for breakfast!")
<INFO> [08:51:06] (x y z) - yogurt for breakfast!
; No value
cl-user>
It seems to think yogurt is a function, but you and I know it's a dairy product.
Further, if you place the cursor on the close paren, well between the "z" and ")" and then bring up the context menu you get an ecase error. Yeah, ecase!
The text was updated successfully, but these errors were encountered:
Acknowledged, problem is Emacs side log4slime-highlight-log-message on Emacs needs to figure out there is no package, (backend already knows, thats why %g is printed as empty string).
Current logic says first bare word not in any kind of brackets is package.. Potential fix is to add a condition that it has to be before the "rest of the category" which is highlighted in function face.
- don't use bordeaux-threads package (add explicit package prefix)
- serialized appender lock is now recursive - fixes7max#8
- add names to locks for easier identification (in case of deadlock detection)
[cherry-picked from
sharplispers@dcdc5ad]
- don't use bordeaux-threads package (add explicit package prefix)
- serialized appender lock is now recursive - fixes7max#8
- add names to locks for easier identification (in case of deadlock detection)
The emacs support is delightful!
In this example...
It seems to think yogurt is a function, but you and I know it's a dairy product.
Further, if you place the cursor on the close paren, well between the "z" and ")" and then bring up the context menu you get an ecase error. Yeah, ecase!
The text was updated successfully, but these errors were encountered: