Xref: news-dnh.mv.net comp.os.msdos.djgpp:65 Path: news-dnh.mv.net!mv!news.sprintlink.net!gatech!bloom-beacon.mit.edu!senator-bedfellow.mit.edu!space.mit.edu!davis From: davis AT space DOT mit DOT edu Newsgroups: comp.os.msdos.djgpp Subject: Re: Editor of choice Date: 2 Jun 1995 18:07:01 GMT Organization: Center for Space Research Lines: 36 References: <3qkami$3fg AT fileserv DOT aber DOT ac DOT uk> <3qmj0h$hpt AT gamle DOT ifi DOT uio DOT no> Reply-To: davis AT space DOT mit DOT edu Nntp-Posting-Host: wiwaxia.mit.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu In article <3qmj0h$hpt AT gamle DOT ifi DOT uio DOT no>, maurycy AT ifi DOT uio DOT no (Maurycy Szmurlo) writes: : In article , svarten AT linnea-grind DOT stacken DOT kth DOT se (Bjorn Svartengren) writes: : > I use emacs, found on oak.oakland.edu I think if not mistakeing... : > : > Emacs is probably the most powerful editor ever made for a programmer :-) : > : > Your's : > Bjoren : : true, but it is also the biggest... Personnaly, I prefer 'jed' : which has the same philosophy (as well as the same commands : if you wish), but which is much smaller. : : Jed is available at amy.tch.harvard.edu in pub/jed Not anymore. Jed is now available from space.mit.edu in pub/davis/jed. I will probably release 0.97-9 this weekend. The current version is 0.97-8. The differences are: 1. html syntax highlighting mode added. 2. New functions: _autoload and _add_completion. See function documentation. Briefly, these permit slightly faster loading. 3. Typos corrected in shell.sl and dired.sl. 4. Small correction for file name expansion under VMS. This may be the last release in the 0.97 series. I am going to start working on 0.98. My plans for 0.98 are: 1. Some form of folding 2. MS-Windows port 3. Xjed will have menus, scroll bars, etc... 4. Asynchronous process support 5. Better HTML mode in the sense that HTML tokens can be hidden. --John