home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
- From: snl+@cs.cmu.edu (Sean Levy)
- Newsgroups: comp.lang.tcl
- Subject: Re: Tcl-mode.el ANYONE ?????
- Message-ID: <0eWH_ba00hNS4Za1VE@cs.cmu.edu>
- Date: 12 Aug 92 07:47:51 GMT
- Article-I.D.: cs.0eWH_ba00hNS4Za1VE
- References: <1992Aug12.035635.13615@bnr.ca>
- Organization: Carnegie Mellon, Pittsburgh, PA
- Lines: 23
- In-Reply-To: <1992Aug12.035635.13615@bnr.ca>
-
- I seem to recall someone posting about it, but don't recall now and
- can't find the article. At any rate, I have a hacked version of C mode
- that I use as tcl-mode; the one gotcha is that you have to use
- semicolons like C, e.g.
- proc foo {} {
- stmt1;
- stmt2;
- if {blather} {
- x;
- }
- }
- or else tcl-mode gets confused about indentation. I find this easier
- anyway, since it's less of a context switch when I flip between editing
- C and tcl code. I've uploaded this dumb little thing onto barkley, but
- until adrian puts it somewhere you can also get it via anonymous ftp to
- sambar.ndim.edrc.cmu.edu (128.2.214.236) under
- /afs/cs/user/snl/public/tcl-mode.el.Z (don't forget binary mode).
-
- Cheers,
- -- Sean
- --
- Sean Levy, n-dim Group, EDRC, CMU, 5000 Forbes Ave, PGH, PA 15213
- Email: snl+@cmu.edu, Phone: +1 412 268 5221, Fax: +1 412 268 5229
-