all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Anand Dhanakshirur <asd@cdotb.ernet.in>
To: tomas@tuxteam.de
Cc: emacs help <help-gnu-emacs@gnu.org>
Subject: Re: How to customize the indentation of coding in C/C++ in emacs?
Date: Tue, 02 Jun 2009 13:01:09 +0530	[thread overview]
Message-ID: <4A24D53D.5080508@cdotb.ernet.in> (raw)
In-Reply-To: <20090602071431.GA6161@tomas>

[-- Attachment #1: Type: text/plain, Size: 1778 bytes --]

Thanks,
I am sorry i was criptic.
All my team members are indenting the files by the command
> indent -bap -bl -ce -l80  bscSmSeAmMsgHlr.cpp
> where,
> -bap -> putting blank line after the defintion of procedure.
> -bl -> formatting the braces
> -ce -> cuddling up the else statement with the previous brace
> -l80 -> for logically breaking the line after 80 columns(no need to 
> scroll to right or enlarge the window)
What i want is, when i press TAB key,
It should indent according to the options given above, So that i don't 
have to run the above command again on a file.
How can i do it in emacs?
Anand

tomas@tuxteam.de wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, Jun 02, 2009 at 09:22:41AM +0530, Anand Dhanakshirur wrote:
>
> Funny, when the content of the mail is more terse than the vcard ;-)
>
> Answer:
>     Meta-x customize-variable <ENTER>
>   then
>     c-offsets-alist <ENTER>
>
> Customize to heart's content!
>
> You may browse your way to there (there are lots of interesting knobs
> you might want to get acquainted to) by just typing
>
>     Meta-x customize <ENTER>
>   then
>     <ENTER>
>
> and click your way along the links:
>     Programming -> Languages -> C -> C Syntactic Indentation
>
> (you might want, as an example, switch on "C Echo Syntactic
> Information", which lets Emacs put the name of the syntactic construct
> in the echo area, sso you can see how the key for this particular
> indentation is called).
>
> Hope that helps
> - -- tomás
>    
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFKJNFXBcgs9XrR2kYRAsNFAJoCpKqK7sjYonKIdWrUGkSgvn1QFQCdFb51
> HHRB7QuPlE+EK7l7vKJEb6w=
> =UCKU
> -----END PGP SIGNATURE-----
>   


[-- Attachment #2: asd.vcf --]
[-- Type: text/x-vcard, Size: 187 bytes --]

begin:vcard
fn:Anand Dhanakshirur
n:Dhanakshirur;Anand
email;internet:asd@cdotb.ernet.in
tel;work:(080)-25119295
tel;cell:9886178750
x-mozilla-html:FALSE
version:2.1
end:vcard


  reply	other threads:[~2009-06-02  7:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-02  3:52 How to customize the indentation of coding in C/C++ in emacs? Anand Dhanakshirur
2009-06-02  7:14 ` tomas
2009-06-02  7:31   ` Anand Dhanakshirur [this message]
2009-06-02  7:22 ` Alberto Luaces

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=4A24D53D.5080508@cdotb.ernet.in \
    --to=asd@cdotb.ernet.in \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tomas@tuxteam.de \
    /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.