rmkaplan

Results 362 comments of rmkaplan

This is a problem in Tedit, Grep is OK. (It seems to get in the wrong state when binning from a file is followed by peeking at an object.) >...

This is fixed in last commit. (the HELP is an independent problem) > On Mar 16, 2024, at 11:13 AM, Nick Briggs ***@***.***> wrote: > > > When it finds...

Apart from fixing the lowe-level peekbin bug in Tedit, Grep could probably do more with image objects. The line detection just ignores them for the match (you presumably can’t match...

Fixed in new commit > On Mar 10, 2024, at 11:50 PM, Frank Halasz ***@***.***> wrote: > > > Assigned #1577 to @rmkaplan . > > — > Reply to...

According to the fuller.database, TEDIT.COLLECT.OBJECTS is called only by TEDIT.COLLECT.OBJECT.GETFNS, and that’s not called by anybody. But TEDIT.MAP.OBJECTS is also not called by anybody. None of these are documented, and...

Is there any reason not simply to delete TEDIT.MAPPIECES ? A piece is useless if you don’t have the declarations, and if you have the declarations you also have the...

Here are a few comments after taking an initial look at this: The NTH and ASSOC in MAKE-WHEREIS-LOOPS should be replaced by (GIT-GET-PROJECT 'LOOPS 'CLONEPATH). I don't think that MAPFILES...

Also, did you intend to switch from LCOM to DFASL ?

I'm not sure that it should return NIL if it looks like a commonlisp file, if instead it could decode and return the reader environment from the first line (as...