Results 20 comments of Robert Strandh

Thanks. That's a good idea. On Sat, Apr 9, 2022 at 8:13 AM Jean-Philippe Paradis < ***@***.***> wrote: > I just read the README, this seems interesting. > > This...

Cluffer is meant to be able to handle buffer contents other than characters. One possible way out is to check whether the line contents consists only of character, and in...

Hello, The easiest fix right now is to adapt the code of Second Climacs so that it can handle objects other than characters, perhaps by ignoring them or replacing them...

Hello, I looked at how Stumpwm does it. It keeps a hash table with "interactive hints" that is separate from the function that is defined by DEFCOMMAND. One of the...

The problem with the missing method on OPTIMIZE-INFO has to do with a recent addition that was made for the benefit if Clasp. There needs to be a method specialized...

I can't reproduce this problem. :( Maybe if you can provide a backtrace?

Even better, go to the Documentation directory, and type `make' for the most recent version.

A declaration is an expression (but not a form), and in fact, a non-null list, so the cons-cst should be used for declarations. At the level of a CST, the...

Well, what I just wrote is not quite true. The CST library provides tools that distinguish between forms, declarations, documentation strings etc. in certain contexts. But it does not provide...

I wrote: "A set of tests should be written to verify that the function works for all Common Lisp type identifiers", but I meant "declaration identifiers", not "type identifiers". Sorry.