unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: M Wasilewski <mmw@srv.ualberta.ca>
Subject: Indenting problem
Date: 23 Apr 2003 22:30:58 GMT	[thread overview]
Message-ID: <b87472$7di$1@pulp.srv.ualberta.ca> (raw)

I seem to be having a problem with emacs indenting. Under solaris and 
linux my indenting looks like so:

Vector3 cross( const Vector3 &v ) const
{
 return Vector3( y * v.z - z * v.y,
                 z * v.x - x * v.z,
                 x * v.y - y * v.x );
}

No problems. But running emacs under Windows XP with the same .emacs file 
gives me this:

Vector3 cross( const Vector3 &v ) const
{
 return Vector3( y * v.z - z * v.y,
               z * v.x - x * v.z,
               x * v.y - y * v.x );
}

The z and the x are lined up with the bracket rather than the y. Does 
anyone know why this is? Or more importantly how to fix it?
Thanks.

---------------
Mike Wasilewski

             reply	other threads:[~2003-04-23 22:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-23 22:30 M Wasilewski [this message]
2003-04-24  8:07 ` Indenting problem Alan Mackenzie
2003-04-24 16:42 ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='b87472$7di$1@pulp.srv.ualberta.ca' \
    --to=mmw@srv.ualberta.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).