From: pingved@gmail.com
To: emacs-devel@gnu.org
Subject: emacs ident
Date: Wed, 17 Aug 2011 20:04:29 +0400 [thread overview]
Message-ID: <34249573.20110817200429@gmail.com> (raw)
I need to create indent for code of next format (c-mode or any other
c-similar mode):
void Test(void) {
(3space)DWORD abc;
(4space)exit(0);
(4space){
(4space)(3space)DWORD a;
(4space)(4space)exit(0);
(4space)}
}
But emacs doesn't support this style :(
Can Developers fix this?
THX!
next reply other threads:[~2011-08-17 16:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-17 16:04 pingved [this message]
2011-08-17 19:52 ` emacs ident Alan Mackenzie
2011-09-20 13:24 ` Nix
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=34249573.20110817200429@gmail.com \
--to=pingved@gmail.com \
--cc=emacs-devel@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).