-
-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Describe the bug
When adding a day reminder in the Calendar LispUsers program, every character in the text of the form is followed by a black rectangle symbol. Aborting the form makes the program crash with the error STREAM-NOT-OPEN.
To Reproduce
Steps to reproduce the behavior:
- sign into your Interlisp Online account
- under
Initial Exec, selectInterlisp - click
Run Medley - at the Exec, evaluate
(FILESLOAD CALENDAR) - at the Exec, evaluate
(CALENDAR) - at the prompt
Please enter a default host & directory for reminder files:, pressENTER - click a year
- click a month
- click a day
- click
Add - click
Abort
After step 9 the extraneous symbols show up in the the day reminder form as in the first screenshot. After step 10 the program crashes and a STREAM-NOT-OPEN backtrace window opens as in the second screenshot.
Expected behavior
No extraneous symbols in the day reminder form. The form is dismissed with no errors when clicking Abort.
Screenshots
The day reminder form:

Context (please complete the following information):
- OS: chromeOS Stable
- OS Version: 112.0.5615.62
- Host arch: x86_64 (ASUS Chromebox 3)
- Maiko version: not sure how to get it
- IL:MAKESYSDATE: 18-Dec-2022 20:59:08
Additional context
Possible a character encoding issue.

