home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- Path: sparky!uunet!cis.ohio-state.edu!aisg.COM!keith
- From: keith@aisg.COM (Keith B. Kee {AISG} )
- Subject: c++-mode version 2.195
- Message-ID: <9209131836.AA11797@accura_nc.aisg.com>
- Sender: gnulists@ai.mit.edu
- Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu
- Date: Sun, 13 Sep 1992 18:36:03 GMT
- Lines: 27
-
- Hi:
- I have just acquired a new version of c++-mode. I love it except that
- I do not like the format where I declare an array of variables. For
- instance, I like an array to look like that:
- int table[] =
- {
- item1,
- item2,
- .....
- };
-
- But the c++-mode formats it like that:
- int table[] =
- {
- item1,
- item2,
- item3,
- .....
- };
-
- Could anyone tell me how I can change the variables so that I can have the
- first format? Thanks in advance.
-
- -Keith
-
-
-
-