unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* emcas code style
@ 2004-02-25 11:01 Tobias Boonstoppel
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Boonstoppel @ 2004-02-25 11:01 UTC (permalink / raw)


hi!

could you help me?

i want a to build a emacs mode that indents code like this:

function blah()
 {
 if($somthing == 1)
   {
   foo();
   switch()
     {
     }
   }
  return false;
 }


and NOT like in c++ mode oder PHP mode like this:

function blah()
 {
 if($somthing == 1)
   {
   foo();
   switch()
     {
     }
   }
  return false;
 }



where do i change these settings?
thxx!!!!

Tobias

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

end of thread, other threads:[~2004-02-25 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.455.1077707563.340.help-gnu-emacs@gnu.org>
2004-02-25 13:17 ` emcas code style Tassilo Horn
2004-02-25 13:46 ` Alan Mackenzie
2004-02-25 16:52 ` Kai Grossjohann
2004-02-25 11:01 Tobias Boonstoppel

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).