home *** CD-ROM | disk | FTP | other *** search
- #############################################################################
- File: CIndentMode.FPL
- Author: Jesper Skov
- Email: jskov@iesd.auc.dk
- Short: Indention for C-programs. Not completed! Early beta.
- Version: 0.2
- Date: 15.06.95
- Local settings:
- Global settings:Comment settings and indetention control settings.
- Keysequence: TAB & RETURN
- Type: Minor mode
- Prereq: CommentMode.FPL, FMC.FPL
- Copyright: © 1995, Jesper Skov
- #############################################################################
-
- FUNCTION
- This minor mode offers a more dynamic C-indention than the one offered in
- CIndent.FPL. This mode is not even close to being finished, so you may want
- to use CIndent instead!
-
- * The reason for making this program public is that it serves an
- * example for programming of modes!
-
- Because of this I will not use too much time on this readme... Just try to
- load the program and see if you like the indention made with the default
- settings. If not, you could try to fiddle them a bit, but they do not work
- as supposed (compared to the C indention found in Emacs). The indention
- works pretty well for the indention style I use (check some of my code) so
- you may be lucky :)
-
- But please notice:
- * This indenter is *slow* compared to CIndent.
- * Um... Just in general; if you don't like it, don't complaint - just don't
- use it!
-
- Just for your information: I use it all the time so don't bug me! 8^)
-
- HISTORY (REV)
- 15.06.95 (2) Released for example purpose only. (Mode programmers should
- be happy! :)
-
- BUGS
- Plenty! (But I can live with it)
-
- TODO
- Yeah, yeah....
-
- SEE ALSO
- CIndent.FPL
-