# HG changeset patch # User Steve Losh # Date 1555466280 14400 # Node ID f714e10ad825215df87d6f5466bb03b94279f841 # Parent e9f97ef08600af096039070282e8df026f0e83d2 Update diff -r e9f97ef08600 -r f714e10ad825 README.markdown --- a/README.markdown Sun Apr 14 15:13:07 2019 -0400 +++ b/README.markdown Tue Apr 16 21:58:00 2019 -0400 @@ -429,3 +429,14 @@ Emailed the author back with my results. This is really strangeā€¦ I would have expected either the monitor or the Lisp Machine were the problem, but they only seem to not work *together*. + +## 2019-04-16 + +The Makerlisp author received an updated version of the monitor and he's now +seeing the same thing I am, so it's nothing I did wrong. He's mailing me his +old/good monitor and I'm mailing him my bad new one, which was very kind of him. + +Spent a while getting Vim set up to work with a Makerlisp REPL. Mostly got it +working, except the newline handling is going to be kind of a pain. But I can +live with that for now, in exchange for being able to edit in Vim with Paredit +and sending to a REPL easily.