Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
375 stars 19 forks source link

INVALID-ARGUMENT-LIST error when setting Moonwithstars background with BackgroundImages #1254

Open pamoroso opened 1 year ago

pamoroso commented 1 year ago

Describe the bug When I try to set the Moonwithstars background image with the BackgroundImages LispUsers package I get a break window with the error INVALID-ARGUMENT-LIST.

To Reproduce Steps to reproduce the behavior:

  1. sign into your Interlisp Online account
  2. under Initial Exec, select Interlisp
  3. click Run Medley
  4. at the Exec, evaluate (FILESLOAD BACKGROUNDIMAGES)
  5. at the Exec, evaluate (BACKGROUND.SETUP)
  6. from the background menu, select Background > Change > Moonwithstars

Expected behavior The selected background image is displayed with no errors.

Screenshots The break window:

background-images

The full desktop:

background-images-desktop

Context (please complete the following information):

Additional context This is a really minor issue but it's still useful to record unexpected behaviors like this.

masinter commented 1 year ago

I looked into this and couldn't tell... i think the next step is to look through the archives to see if there's a version that works.