all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: use.address@my.homepage.invalid (Chris Gordon-Smith)
To: help-gnu-emacs@gnu.org
Subject: Re: Tabs and Spaces
Date: 25 May 2009 15:58:55 GMT	[thread overview]
Message-ID: <77vthvF1jts3gU1@mid.individual.net> (raw)
In-Reply-To: 87vdnpmd60.fsf@iki.fi

Teemu Likonen <tlikonen@iki.fi> wrote:
> On 2009-05-25 14:58 (UTC), Chris Gordon-Smith wrote:
> 
>> C++. But I had already established before my original post that the
>> standard emacs indenting would not suit me. Perhaps I should have
>> mentioned this.
> 
> Fortunately C++ indentation is very much configurable. There are several
> predefined styles which you can change with "C-c ." (c-set-style)
> command. If none of them suit you you can create your own. For more info
> see the CC Mode info node
> 
>    C-h i d m CC Mode RET

Thanks.

I think the complicating factor for me is that I use my own syntax, with 
macros instead of curly brackets ({}). This is not generally liked in the 
C++ world, but it works well for me. For example:-

#define THEN {  // Macro for modified syntax
// etc...

int x = 10;
if (x ==9)
THEN    
//	Do Something
ELSEIF (x == 9)
THEN
//	Do something else
ELSE
//	Do yet another thisg
ENDIF

I doubt whether any of the existing indenting styles can cope with this, so 
I suppose I'll need to write a new configuration.

Until I know how to do this, I would like a very simple behaviour in which 
pressing tab simply causes the relevant number of spaces to be inserted.

Chris Gordon-Smith
www.simsoup.info


  reply	other threads:[~2009-05-25 15:58 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-25 10:48 Tabs and Spaces Chris Gordon-Smith
2009-05-25 11:48 ` Pascal J. Bourguignon
2009-05-25 12:17   ` Chris Gordon-Smith
2009-05-25 13:48     ` Pascal J. Bourguignon
2009-05-25 14:58       ` Chris Gordon-Smith
2009-05-25 15:10         ` Teemu Likonen
2009-05-25 15:58           ` Chris Gordon-Smith [this message]
2009-05-25 16:38             ` Pascal J. Bourguignon
2009-05-25 15:14         ` Pascal J. Bourguignon
2009-05-25 15:36           ` Richard Riley
2009-05-25 16:10             ` Pascal J. Bourguignon
2009-05-25 16:19               ` Richard Riley
2009-05-25 16:15 ` B Smith-Mannschott
2009-05-25 17:03 ` Drew Adams
2009-05-25 21:45 ` Chris Gordon-Smith
2009-05-26  1:08   ` Pascal J. Bourguignon
2009-05-26 21:31     ` Chris Gordon-Smith
2009-05-26 22:03       ` Drew Adams
     [not found]       ` <mailman.7877.1243375379.31690.help-gnu-emacs@gnu.org>
2009-05-26 22:40         ` Pascal J. Bourguignon
2009-05-27 20:38           ` Chris Gordon-Smith
     [not found] ` <mailman.7772.1243271023.31690.help-gnu-emacs@gnu.org>
2009-05-25 21:48   ` Chris Gordon-Smith
     [not found] ` <mailman.7771.1243268169.31690.help-gnu-emacs@gnu.org>
2009-05-26 12:29   ` Francis Moreau

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=77vthvF1jts3gU1@mid.individual.net \
    --to=use.address@my.homepage.invalid \
    --cc=help-gnu-emacs@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 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.