Results 29 issues of Robert Strandh

I don't see Multics Emacs mentioned, but then I don't quite know what you are aiming for here. Recall that Multics Emacs was the first version of Emacs written in...

In the directory x86-instruction-database, add a file named shr.lisp containing the description of the x86 instruction SHR.

In the directory x86-instruction-database, add a file named shl.lisp containing the description of the x86 instruction SHL.

In the directory x86-instruction-database, add a file named sar.lisp containing the description of the x86 instruction SAR.

In the directory x86-instruction-database, add a file named sal.lisp containing the description of the x86 instruction SAL.

Clouseau introduces the term "cell", but that term is also used by CLIM for table formatting. So a name like FORMAT-PLACE-CELLS (with the plural form of "cell") is confusing, because...

clouseau

The root state class is called INSPECTED-OBJECT. Is there any particular reason why it is not called STATE?

clouseau

This enhancement consists of writing a generic function named CANONICALIZE-DECLARATION-SPECIFIER. It should take four parameters: * SYSTEM. An object representing the Common Lisp system. * DECLARATION-IDENTIFIER. A symbol that identifies...

enhancement

Provide unit tests that verify that the condition EXPRESSION-CST-REQUIRED is signaled when RAW is called on some object other than an EXPRESSION-CST. Provide unit tests that verify that the condition...

enhancement

It seems reasonable to have exceptional situations for N not being a non-negative integer, and for situations where LIST is not a list, or it contains too few elements.

needs writeup