home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19131 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.7 KB

  1. Path: sparky!uunet!seismo!darwin.sura.net!spool.mu.edu!caen!umeecs!zip.eecs.umich.edu!kamidon
  2. From: kamidon@zip.eecs.umich.edu (Keith Amidon)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: E language (more please)
  5. Summary: gnu-emacs major mode for E language.
  6. Keywords: E,emacs
  7. Message-ID: <1993Jan24.162508.25450@zip.eecs.umich.edu>
  8. Date: 24 Jan 93 16:25:08 GMT
  9. References: <1993Jan23.220953.22937@ugle.unit.no> <1993Jan23.234357.1261@uoft02.utoledo.edu>
  10. Sender: kamidon@eecs.umich.edu
  11. Organization: University of Michigan EECS Dept., Ann Arbor, MI
  12. Lines: 24
  13.  
  14. For those of you that find the E language interesting but aren't sure
  15. of it yet, as I am, you may want to wait on deciding about it for
  16. another week or so.  At that time I should have an alpha version of a
  17. major-mode for emacs that helps programming in E.  The major mode will
  18. provide automatic uppercase for keywords (although not, at least for
  19. now, for assembly mnemonics) and automatic indentation.  This should
  20. solve most of the problems with keyword case.  
  21.  
  22. To get around having only one source file, I suggest that you try
  23. using the folding minor mode for emacs.  This will allow you to
  24. logically structure the single input file.  For those who are
  25. interested, folding-mode is available at archive.cis.ohio-state.edu
  26. somewhere in the directory tree /pub/gnu/emacs/elisp-archive.
  27.  
  28. E is a very interesting language, and it does seem handy for low level
  29. programming.  I really wish I could use more than one source file too.
  30. Even if the compiler just provided a way to include files into the one
  31. main file for compilation.  Maybe when modules are implemented this
  32. will be better...
  33.  
  34.     Keith
  35.  
  36. -- 
  37. kamidon@eecs.umich.edu
  38.