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