From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed1.bredband.com!bredband!uio.no!nntp.uio.no!ifi.uio.no!not-for-mail From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: CLEmacs Date: 08 Nov 2002 07:42:19 +0000 Organization: Naggum Software, Oslo, Norway Lines: 41 Message-ID: <3245730139503465@naggum.no> References: <3DC40755.3060803@nyc.rr.com> <3DC5561A.10507@nyc.rr.com> <3DC6C37F.3000404@nyc.rr.com> <465vddnnj.fsf@beta.franz.com> <3DC6F81A.2050609@nyc.rr.com> <7h3znso179r.fsf@pc150.maths.bris.ac.uk> <3DC7EADB.E7726B1F@nyc.rr.com> <87u1ivrh63.fsf@theasylum.dyndns.org> <87fzuer26h.fsf@theasylum.dyndns.org> <87smyds2ze.fsf@theasylum.dyndns.org> <3245707024453408@naggum.no> <84fzuch789.fsf@despairon.bofh.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: maud.ifi.uio.no 1036741340 17594 129.240.65.209 (8 Nov 2002 07:42:20 GMT) X-Complaints-To: abuse@ifi.uio.no NNTP-Posting-Date: 8 Nov 2002 07:42:20 GMT Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.lisp:45993 * Piers Cawley | Serious question: Why? Because even now, package developers are seriously pissed off by the incompatibilities between Emacs and XEmacs. | Initially one could do ports of 'important' elisp modules to the new | language by hand, bearing in mind that it's generally better to port by | writing a pile of support functions rather than by changing the code | itself. Emacs Lisp is the extension language built on top of the C substrate, which exports a large number of C-level decisions to Emacs Lisp. In order for such a project to get off the ground at all, those packages that people are quite used to would have to work in the new Emacs. This means presenting a compatibility layer that is quite extensive. Take my word for it, if you want to change the substrate language, you will notice that the substrate language of Emacs really is C. This is not something people will believe right away, since it superficially looks very much like a Lisp application. | It's still a *huge* pile of work of course, but by doing it incrementally | and worrying about the elisp interface later, you at least get yourself a | working, useful editor a good deal earlier in your development cycle. Well, I went there, spent a few months hacking on clemacs (and even got the domain name), and discovered that it would take many years, for no real practical improvements until /way/ into the project. | Not that I actually have the skills to put my money where my mouth is | here. Feel free to dismiss me as a crank, I was just curious as to | whether this sort of incremental approach had been considered. All approaches you can think have been considered... -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.