Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!NSFNET-RELAY.AC.UK!jpff%maths.bath.ac.uk From: jpff%maths.bath.ac.uk@NSFNET-RELAY.AC.UK Newsgroups: gnu.emacs Subject: C++ mode Message-ID: <9001111151.AA21955@aeneas.MIT.EDU> Date: 11 Jan 90 11:22:05 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 28 I have got two totally different versions. The first is ;; DAIMS C++ mode by Bruce Eckel Version 1.0 12/8/87 ;; automatically invoked on any file with a suffix of ".cxx" or ".hxx" ;; ;; Bruce Eckel: eckel@beluga.ocean.washington.edu ;; uw-beaver!beluga!eckel ;; bitnet: eckel%namu.ocean.washington.edu@UWAVM ;; and the second ;; C++ code editing commands for Emacs ;; 1987 Dave Detlefs (dld@cs.cmu.edu) ;; and Stewart Clamen (clamen@cs.cmu.edu). ;; Done by fairly faithful modification of: ;; c-mode.el, Copyright (C) 1985 Richard M. Stallman. ;; ;; Oct, 1989 (Dave Detlefs, dld@cs.cmu.edu) ;; Added contribution from Igor Metz : What I am interested in is any comments from users of either or both of these. I am a relative newcomer to C++, but am teaching a cource on it this term. I would like the students to have a useful mode available to them. The problem is which? ==John