all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Florian Kaufmann" <sensorflo@gmail.com>
Subject: cc mode, c offset alist
Date: 29 Aug 2006 03:31:01 -0700	[thread overview]
Message-ID: <1156847461.171513.196210@75g2000cwc.googlegroups.com> (raw)

Hello

I'd like to customize c-offset-alist such that I would have the
following indentation

MyMethod(
    a, b, c,
    d );

MyMethod( a,
    b, c,
    d );

I tryied the following

arglist-intro            : +
arglist-cont             : (c-lineup-gcc-asm-reg 0)
arglist-cont-nonempty    : (c-lineup-gcc-asm-reg 0)
arglist-close            : +

also

arglist-cont             : +
arglist-cont-nonempty    : +

But neither did what I liked. Can someone help me?

Thank you & Greetings

Flo

             reply	other threads:[~2006-08-29 10:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-29 10:31 Florian Kaufmann [this message]
2006-08-29 19:09 ` Do-you Aspell for French? Sébastien Vauban
2006-08-29 20:29   ` Michaël Cadilhac
     [not found]   ` <mailman.5961.1156884196.9609.help-gnu-emacs@gnu.org>
2006-08-30 19:44     ` Sébastien Vauban
2006-08-30 20:30       ` Peter Dyballa
2006-08-30 20:53         ` Michaël Cadilhac
2006-08-30 21:42           ` Peter Dyballa
2006-08-30 22:27             ` Michaël Cadilhac
     [not found]             ` <mailman.6056.1156976889.9609.help-gnu-emacs@gnu.org>
2006-08-31 21:01               ` Sébastien Vauban
2006-09-22 10:25               ` Sébastien Vauban

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

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

  git send-email \
    --in-reply-to=1156847461.171513.196210@75g2000cwc.googlegroups.com \
    --to=sensorflo@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.