-
A page that brings you to a 404, such as, [https://interlisp.org/junk](https://interlisp.org/junk) lands you at a page that just says, *Go Home*, which when selected does send you to the Interlisp hom…
-
_Originally posted by @pamoroso in https://github.com/Interlisp/Interlisp.github.io/issues/70#issuecomment-1455025657_
Moving to a "documentation" issue in the Medley repo.
> Interli…
-
I am not completely convinced that this is a "bug," _per se,_ it may be a usage problem related to the residential environment and files package.
When creating a function in a package defined in an…
-
The Masterscope command
```lisp
. ANALYZE filename
```
fails silently.
The corrected command
```lisp
. ANALYZE ON filename
```
works as expected.
-
Look into these at some point:
- EXEC
- JOBSYS
- ULIST
- "TENEX" MACRO and LINK
- RUNFIL
- DO
- DUMPER
- BSYS
- TENEX BCPL
- FAIL
- SAIL
- MAINSAIL
- BLISS
- MACN11 and LINK11
- MIDAS…
-
after starting Medley on my laptop, the screen looks lie thi
![CYGWIN-Problem](https://github.com/Interlisp/medley/assets/39410155/d53aa07b-36e9-4bd4-85d0-a8980796182a)
s:
There is no ttile bar s…
-
**Describe the bug**
When I launch SEdit in Interlisp Online with `DF` and `ED` I get the error:
```
File not found: #. (PATHNAME "NIL")
```
Sometimes instead I get a break window with the sa…
-
**Describe the bug**
After loading the EQUATIONS LispUsers module into Interlisp Online, when I insert an equation with an integral in TEdit I get a break window with the `INTERLISP-ERROR` error `FON…
-
**Describe the bug**
Evaluating an expression such as `1` at the REPL of the H LispUsers module (a Horn clauses theorem prover) prints this prompt:
```
CATCH -> CL:CATCH ?
```
Answering no …
-
**Describe the bug**
At startup, the full.sysout runs the usual greeting (system and user), but then fails because it can't find MEDLEY-DIR.LCOM. It appears to be running INTERPRET.REM.CM, which is …