all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cc mode, c offset alist
@ 2006-08-29 10:31 Florian Kaufmann
  2006-08-29 19:09 ` Do-you Aspell for French? Sébastien Vauban
  0 siblings, 1 reply; 10+ messages in thread
From: Florian Kaufmann @ 2006-08-29 10:31 UTC (permalink / 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

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

end of thread, other threads:[~2006-09-22 10:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-29 10:31 cc mode, c offset alist Florian Kaufmann
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

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.