emacs-history icon indicating copy to clipboard operation
emacs-history copied to clipboard

Another modern emacs 18 port

Open noahfriedman opened this issue 7 years ago • 4 comments

It might be worth importing, or at least tracking references to, https://github.com/tsutsui/emacs-18.59-netbsd.git . The code overall has been brought up to at least c89 standards and seems to include any patches I ever made (or perhaps they were coded independently) and then some.

noahfriedman avatar Feb 13 '18 01:02 noahfriedman

Thanks! I have been wondering if there is any 18.x-19.x vintage Emacs that can be built and run in a modern environment. I have fond memories of the clean uncluttered look of 19.34.

larsbrinkhoff avatar Feb 13 '18 09:02 larsbrinkhoff

Mildly emacs-related, lately I'm trying to bring Franz Lisp opus distributed by prof. Fateman from 1982/83 to NetBSD/amd64 8.0 and I'm close to give up; a lot of hardcoding of low-lewel aspects of BSD 4.1 and VAX specific implementation like OFFSETS between sections, home-grown allocators and garbage collectors with obsolete interfaces etc... Perhaps it's better to start from scratch with modern memory management and clean-room g/c and bring features one after another.

I'm aware that there are NetBSD/i386 and NetBSD/amd64 forks of Franz Lisp in the wild, but they were modified (language was changed) by third party developers and are incomplete in features (like lack of liszt for ELF target).

krytarowski avatar Feb 13 '18 22:02 krytarowski

@krytarowski I have 4.1BSD running on SIMH. Maybe if you have Franz Lisp running there first, it's easier to port it.

larsbrinkhoff avatar Nov 17 '18 22:11 larsbrinkhoff

BSD4.1/4.2 was native for Franz Lisp... and I gave up with porting older version to modern OS.

krytarowski avatar Nov 17 '18 22:11 krytarowski