From mboxrd@z Thu Jan 1 00:00:00 1970 From: tfb@tfeb.org (Tim Bradshaw) Date: Sun, 26 Feb 2017 15:37:10 +0000 Subject: [TUHS] Un-released/internal/special UNIX versions/ports during the years? In-Reply-To: <58b2ec12.PWETi07hYb+bxrO0%schily@schily.net> References: <20170226123956.DBD3C18C088@mercury.lcs.mit.edu> <58b2ec12.PWETi07hYb+bxrO0%schily@schily.net> Message-ID: <13D1D81F-F878-4D23-922A-279AADF29CFE@tfeb.org> > On 26 Feb 2017, at 14:54, Joerg Schilling wrote: > > GNU EMACS is based on the Gosling EMACS and this did already include the LISP > interpreter. Well, Gosling Emacs had mocklisp which, despite its name, isn't a Lisp. GNU Emacs has elisp which *is* a Lisp (albeit a fairly horrid one). There's no doubt that GNU Emacs had its roots in Gosling Emacs, but only in much the same way that FreeBSD has its roots in 6th edition Unix. There's also no real doubt that RMS was responsible for Emacs *as an idea* as opposed to any particular implementation (Guy Steele is I think the other person who might be held responsible, but I believe he's said that it was RMS, which is good enough for me). --tim