unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Change of C indentation style ('{')
@ 2003-10-23  1:09 Kenichi Handa
  2003-10-23 22:16 ` Martin Stjernholm
  0 siblings, 1 reply; 18+ messages in thread
From: Kenichi Handa @ 2003-10-23  1:09 UTC (permalink / raw)


I've just found that, in HEAD, the default indentation style
of '{' in C was changed in the case that it was placed on
the next line of macros such as FOR_EACH_FRAME.

For instance, see L1232 of frame.c.  The source code is
currently indented as below:

	  FOR_EACH_FRAME (tail, frame1)
	    {
	      if (! EQ (frame, frame1))
		break;
	    }

But, when I put cursor at the beginning of the second line
and type C-u TAB, the lines are indented as below:

	  FOR_EACH_FRAME (tail, frame1)
	  {
	    if (! EQ (frame, frame1))
	      break;
	  }

Is this change intentional?  Is it possible to get the
previous style by customizing something?

---
Ken'ichi HANDA
handa@m17n.org

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2003-10-30 18:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-23  1:09 Change of C indentation style ('{') Kenichi Handa
2003-10-23 22:16 ` Martin Stjernholm
2003-10-24  1:25   ` Kenichi Handa
2003-10-24  3:48   ` Miles Bader
2003-10-24  9:56     ` Martin Stjernholm
2003-10-24 10:11       ` Miles Bader
2003-10-24 23:24   ` Richard Stallman
2003-10-25 14:40     ` Martin Stjernholm
2003-10-27  7:02       ` Richard Stallman
2003-10-27 14:24         ` Martin Stjernholm
2003-10-28 20:39           ` Richard Stallman
2003-10-29 19:28             ` Martin Stjernholm
2003-10-29 21:41               ` Miles Bader
2003-10-30  0:03                 ` Martin Stjernholm
2003-10-30  0:11                   ` Miles Bader
2003-10-30  0:30                 ` Stefan Monnier
2003-10-30 18:00                 ` Richard Stallman
2003-10-30 18:01               ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).