unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Vivien Oddou <voddou@e-onsoftware.com>
To: bug-gnu-emacs@gnu.org
Subject: bug#5091: indentation in c++-mode
Date: Tue, 01 Dec 2009 15:35:38 +0100	[thread overview]
Message-ID: <1259678138.22343.7.camel@imagina04.e-onsoftware.com> (raw)

in this code:

namespace n
{
    int a = func<int,
                 float>();  // C-c C-s gives ((template-args-cont))
}

void f()
{
    int a = func<int,
        float>();  // C-C Cs : ((defun-block-intro))
    
    int b = func<
    int,   // here too, refering to f() opening brace
        float>();
}

this is not normal.

emacs 23.1.1







             reply	other threads:[~2009-12-01 14:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20091210144738.GD1504@muc.de>
2009-12-01 14:35 ` Vivien Oddou [this message]
2009-12-05 11:33   ` bug#5091: indentation in c++-mode Alan Mackenzie
2009-12-10 14:37   ` Alan Mackenzie
2009-12-14 11:33     ` Vivien Oddou
2009-12-10 14:45   ` bug#5091: marked as done (indentation in c++-mode) Emacs bug Tracking System

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=1259678138.22343.7.camel@imagina04.e-onsoftware.com \
    --to=voddou@e-onsoftware.com \
    --cc=5091@emacsbugs.donarmstrong.com \
    --cc=bug-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 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).