unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Alan Mackenzie <acm@muc.de>
Subject: bug#5091: marked as done (indentation in c++-mode)
Date: Thu, 10 Dec 2009 14:45:05 +0000	[thread overview]
Message-ID: <handler.5091.D5091.126045612410505.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 1259678138.22343.7.camel@imagina04.e-onsoftware.com

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

Your message dated Thu, 10 Dec 2009 14:47:38 +0000
with message-id <20091210144738.GD1504@muc.de>
and subject line Re: bug#5091: indentation in c++-mode
has caused the Emacs bug report #5091,
regarding indentation in c++-mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
5091: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5091
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2417 bytes --]

From: Vivien Oddou <voddou@e-onsoftware.com>
To: bug-gnu-emacs@gnu.org
Subject: indentation in c++-mode
Date: Tue, 01 Dec 2009 15:35:38 +0100
Message-ID: <1259678138.22343.7.camel@imagina04.e-onsoftware.com>

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




[-- Attachment #3: Type: message/rfc822, Size: 1975 bytes --]

From: Alan Mackenzie <acm@muc.de>
To: 5091-done@emacsbugs.donarmstrong.com
Subject: Re: bug#5091: indentation in c++-mode
Date: Thu, 10 Dec 2009 14:47:38 +0000
Message-ID: <20091210144738.GD1504@muc.de>

Solved by fixing c-guess-basic-syntax in cc-engine.el.

On Tue, Dec 01, 2009 at 03:35:38PM +0100, Vivien Oddou wrote:
> 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
> 
> 
> 
> 
> 

      parent reply	other threads:[~2009-12-10 14:45 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 ` bug#5091: indentation in c++-mode Vivien Oddou
2009-12-05 11:33   ` Alan Mackenzie
2009-12-10 14:37   ` Alan Mackenzie
2009-12-14 11:33     ` Vivien Oddou
2009-12-10 14:45   ` Emacs bug Tracking System [this message]

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=handler.5091.D5091.126045612410505.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=acm@muc.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 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).