Replies: 5 comments 1 reply
-
From a discussion of the PARC to CHM. On Mon, Aug 10, 2020 at 12:30 PM Nick Briggs [email protected] wrote: I see a lot of names of people I recognize and hadn't thought about in a while, though, particularly in the 1.2k/notefile data... I think the trailing letter on the version number matched up with the Interlisp version it ran in (k = Koto, i = Intermezzo, m = Medley), and what I'm not seeing is a Medley compatible sysout -- the most recent sysout is a Koto one. There is the 1.3m directory, and it might be possible to load Notecards in Medley from source. |
Beta Was this translation helpful? Give feedback.
-
As of this evening I’ve gotten NoteCards to compile and load. I’ve been able to load a couple of my old notefiles, but the really big one I have fails on FONTCREATE, attempting to create the font for (GACHA 8 (MEDIUM REGULAR REGULAR) 9 PRESS).
I’ve got PRESSFONTWIDTHSFILES pointing to the FONTS.WIDTHS, which I thought is what it takes for FONTCREATE to build the right Press font?
Arun Welch
[email protected]
… On Nov 5, 2020, at 2:55 PM, Larry Masinter ***@***.***> wrote:
From a discussion of the PARC to CHM.
What has to happen with Notecards and Rooms? @Anzus <https://github.com/Anzus> is working on getting notecards recompiled and making a video demo.(also has Medley 2.0 running under DOS).
If there were a lot of people involved in Notecards trials, maybe some of them would like to participate? Or help?
New separate issues should be written to attract new helpers, of course.
On Mon, Aug 10, 2020 at 12:30 PM Nick Briggs ***@***.*** ***@***.***> wrote:
Scanning the file names (but not the contents) I don't see anything that shouldn't be public.
I see a lot of names of people I recognize and hadn't thought about in a while, though, particularly in the 1.2k/notefile data...
Tadd Hogg, John Tang, Stu Card, Peggy Irish, Susan Newman, Kris Halvorsen, Marikka Rypa, Jeff Shrager, Carlin De Cato, Steve Bagley, Ken Feuerman, John Barwise, Lucy Suchman, Julian Orr, Frank Halasz, Dan Russell, Annie Zaenen, Richard Burton, Pete Pirolli, John Barwise, Randy Trigg, David Levy. What a cast of characters.
I think the trailing letter on the version number matched up with the Interlisp version it ran in (k = Koto, i = Intermezzo, m = Medley), and what I'm not seeing is a Medley compatible sysout -- the most recent sysout is a Koto one. There is the 1.3m directory, and it might be possible to load Notecards in Medley from source.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <https://github.com/Interlisp/medley/issues/8#issuecomment-722639069>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACBP2DEHLCSOY7XTZRI3GE3SOMGNJANCNFSM4P2WSA7A>.
|
Beta Was this translation helpful? Give feedback.
-
Hmm. I’ve got DISPLAYFONTDIRECTORIES set to the top of fonts/displayfonts, which seems to have 104 subdirectories. Is that sufficient, or do I need to set it to the full list?
Arun Welch
[email protected]
… On Nov 5, 2020, at 8:51 PM, Arun Welch ***@***.***> wrote:
As of this evening I’ve gotten NoteCards to compile and load. I’ve been able to load a couple of my old notefiles, but the really big one I have fails on FONTCREATE, attempting to create the font for (GACHA 8 (MEDIUM REGULAR REGULAR) 9 PRESS).
I’ve got PRESSFONTWIDTHSFILES pointing to the FONTS.WIDTHS, which I thought is what it takes for FONTCREATE to build the right Press font?
Arun Welch
***@***.*** ***@***.***>
> On Nov 5, 2020, at 2:55 PM, Larry Masinter ***@***.*** ***@***.***>> wrote:
>
>
> From a discussion of the PARC to CHM.
> What has to happen with Notecards and Rooms? @Anzus <https://github.com/Anzus> is working on getting notecards recompiled and making a video demo.(also has Medley 2.0 running under DOS).
> If there were a lot of people involved in Notecards trials, maybe some of them would like to participate? Or help?
> New separate issues should be written to attract new helpers, of course.
>
> On Mon, Aug 10, 2020 at 12:30 PM Nick Briggs ***@***.*** ***@***.***> wrote:
> Scanning the file names (but not the contents) I don't see anything that shouldn't be public.
>
> I see a lot of names of people I recognize and hadn't thought about in a while, though, particularly in the 1.2k/notefile data...
> Tadd Hogg, John Tang, Stu Card, Peggy Irish, Susan Newman, Kris Halvorsen, Marikka Rypa, Jeff Shrager, Carlin De Cato, Steve Bagley, Ken Feuerman, John Barwise, Lucy Suchman, Julian Orr, Frank Halasz, Dan Russell, Annie Zaenen, Richard Burton, Pete Pirolli, John Barwise, Randy Trigg, David Levy. What a cast of characters.
>
> I think the trailing letter on the version number matched up with the Interlisp version it ran in (k = Koto, i = Intermezzo, m = Medley), and what I'm not seeing is a Medley compatible sysout -- the most recent sysout is a Koto one. There is the 1.3m directory, and it might be possible to load Notecards in Medley from source.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub <https://github.com/Interlisp/medley/issues/8#issuecomment-722639069>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACBP2DEHLCSOY7XTZRI3GE3SOMGNJANCNFSM4P2WSA7A>.
>
|
Beta Was this translation helpful? Give feedback.
-
make sure you are starting with the head of the master branch of interlisp medley, and the font file names are ALL UPPERCASE. |
Beta Was this translation helpful? Give feedback.
-
Ahhh. Looks like they’re all lowercase in the repo on github.
Arun Welch
[email protected]
… On Nov 5, 2020, at 11:23 PM, Larry Masinter ***@***.***> wrote:
make sure you are starting with the head of the master branch of interlisp medley, and the font file names are ALL UPPERCASE.
(I made a mistake of thinking filename case didn't matter but it does because the font code does a DIRECTORY and checks for EQ of interned strings.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <https://github.com/Interlisp/medley/issues/8#issuecomment-722835110>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACBP2DFT3H3QGMQB3FAFEU3SOOB5PANCNFSM4P2WSA7A>.
|
Beta Was this translation helpful? Give feedback.
-
loops, trillium, notecards where there are sources and some docs or understanding, load, test out, document with video demo.
Recording zoom calls of yourself and a screen share is how i understand people are making videos, save in the cloud and have someone edit it.
Beta Was this translation helpful? Give feedback.
All reactions