home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / archives / 3768 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  5.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!agate!usenet
  2. From: davis@pacific.mps.ohio-state.edu ("John E. Davis")
  3. Newsgroups: comp.archives
  4. Subject: [comp.editors] JED/EMACS/EDT 0.70 available (binaries too)
  5. Followup-To: comp.editors,comp.emacs,comp.os.vms,vmsnet.tpu,comp.unix.questions
  6. Date: 14 Dec 1992 08:17:04 GMT
  7. Organization: "Dept. of Physics, The Ohio State University"
  8. Lines: 108
  9. Sender: adam@soda
  10. Approved: adam@soda
  11. Distribution: world
  12. Message-ID: <1ghfu0INNla7@agate.berkeley.edu>
  13. References: <DAVIS.92Dec1214110@pacific.mps.ohio-state.edu>
  14. Reply-To: davis@pacific.mps.ohio-state.edu  (John E. Davis)
  15. NNTP-Posting-Host: soda.berkeley.edu
  16. X-Original-Newsgroups: comp.editors,comp.emacs,comp.os.vms,vmsnet.tpu,comp.unix.questions
  17. X-Original-Date: Wed, 2 Dec 1992 02:41:10 GMT
  18.  
  19. Archive-name: auto/comp.editors/JED-EMACS-EDT-0-70-available-binaries-too
  20.  
  21. Hi,
  22.  
  23.    I am announcing the third release of my editor JED.  JED runs on Unix,
  24. VMS, and an IBMPC under MSDOS.  Building JED requires a C compiler which
  25. understands function prototypes. I have successfully compiled JED under
  26. Ultrix with cc, IRIX on an SGI with cc, and SunOS using gcc as well as BCC
  27. under MSDOS.  I do not guarantee that JED will compile on all unix systems
  28. right out of the box.  
  29.  
  30.    Information about obtaining JED follows near the end of this document.
  31.  
  32.    This third release of JED (0.70) fixes a couple of bugs in the previous
  33. version (0.70) as well as added features.  First the new features:
  34.  
  35.      1.  Function autoloading (load functions only when used (sort, rot13,..)
  36.      2.  EDT mode GOLD-GOLD toggles numeric/applic keypad (bug fixed too!)
  37.      3.  Shell commands
  38.      4.  Control-H m on unix brings up a selected page and cleans it
  39.      5.  Mark set indicator now on status line
  40.      6.  New hooks added: suspend/resume hooks, exit hook
  41.      7.  Save some buffers command (^XS by default)
  42.      8.  Compose and send unix mail from JED-- this all written in SLang
  43.           so that it is easily customized
  44.      9.  New help screen for Emacs bindings--- bound to ^H^H
  45.      10. List buffers Command written in Slangs as well 
  46.      11. Untab region added (untab.sl)
  47.      13. rot13.sl for decoding/encoding messages
  48.      14. SLang `while' syntax changed (simplified!)  The new syntax is:
  49.      
  50.            { While_this_condition_is_true } { do_this } while
  51.        
  52.      15. Numerous other `intrinsics' added for extending the editor.
  53.      16. ^H and backspace keys are now distinct on PC's
  54.      
  55. The bug fixes are listed at the end.
  56.  
  57. What is JED: First of all, contrary to some rumors, JED is not Joe. JED is an
  58. EMACS inspired editor which was originally written for use on a PC but was
  59. developed under Ultrix.  In addition to providing some of the
  60. functionality/look/feel of EMACS, it also has an EDT emulation mode for the
  61. small keypad as well as the application keypad.  I have had several people
  62. describe the EDT mode as ``excellent''.  Please note--- although the EDT mode
  63. will work on a pc, you have to map the keys yourself since I cannot find the
  64. `Application keypad' on my PC.  However, if you use MSKermit as a terminal
  65. emulator, and you are used to the way it maps the EDT keypad, let me know and
  66. I will duplicate that for you.
  67.  
  68. Jed also has a builtin C mode for edting C files.  I have written Fortran
  69. and DCL modes for programming support in these languages as well.  Of
  70. course, JED also supports most of the features of other editors.  These
  71. include:
  72.  
  73.     1. Autosaving and backup files
  74.     2. word wrap
  75.     4. Line centering
  76.     5. uppercase, lowercase, capitalization of words
  77.     6. paragraph formatting
  78.     7. Centering text
  79.     8. parenthesis blinking and matching
  80.     9. extensible-- define your own keys/functions
  81.    10. multiple windows and buffers
  82.    12. Search/replace
  83.    13. Cut paste
  84.    14. Keyboard macros
  85.    15. filename/buffer completion
  86.    
  87. and alot more....
  88.  
  89. JED is not perfect.  It supports VT102 compatable terminals.  These
  90. include: most terminal emulators; VT2xx, Vt3xx, ... terminals; XTERM as well
  91. as DECterm.  In fact I would guess that 90% of all terminals support the
  92. VT102 functionality.  I could add termcap support for the other 10% fo the
  93. terminals (adm3a, etc...) but again, I developed JED as a PC editor.
  94. However, I liked it so much that I have ported it to other systems as well.
  95.  
  96. Jed may be obtained via anonymous ftp from amy.tch.harvard.edu in the
  97. pub/jed directory.  Jed is distributed in three forms:
  98.  
  99. 1.  jed060.tar.Z      unix distribution
  100. 2.  jed060.zip        MSDOS distribution with jed.exe
  101. 3.  jed060.*_of_18    18 part VMS share
  102.  
  103. I also have the binaries for VMS (compiled under 5.4), Sun4, and ultrix.
  104. The are named:  vms-jed.exe, sun4-jed.Z, ultrix-jed.Z.  The compressed ones
  105. need uncompress and a possible `chmod +x'.
  106.  
  107. Any questions/ comments/ bug reports should be sent to me at the address:
  108. davis@amy.tch.harvard.edu.
  109.  
  110.  
  111. Finally the bug fixes:
  112.     
  113.     The major bug was with the Application/numeric keypad mode.  I believe
  114. this is fixed.  Switch to buffer now has a better memory of the previous
  115. buffer.  A typo in slang.c was fixed.
  116.  
  117. Enjoy,    
  118. --
  119.      _____________
  120. #___/John E. Davis\_________________________________________________________
  121. #
  122. # internet: davis@amy.tch.harvard.edu
  123. #   bitnet: davis@ohstpy
  124. #   office: 617-735-6746
  125. #
  126.  
  127.