From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 06 07:03:01 2013 Received: (at submit) by debbugs.gnu.org; 6 Jan 2013 12:03:01 +0000 Received: from localhost ([127.0.0.1]:47121 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TrowO-0005mI-JE for submit@debbugs.gnu.org; Sun, 06 Jan 2013 07:03:01 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40877) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TrowJ-0005mD-Qu for submit@debbugs.gnu.org; Sun, 06 Jan 2013 07:02:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Trovy-00015v-Ps for submit@debbugs.gnu.org; Sun, 06 Jan 2013 07:02:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:52288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trovy-00015r-Nm for submit@debbugs.gnu.org; Sun, 06 Jan 2013 07:02:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trovv-0005Cq-Aw for bug-gnu-emacs@gnu.org; Sun, 06 Jan 2013 07:02:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Trovr-00014e-FU for bug-gnu-emacs@gnu.org; Sun, 06 Jan 2013 07:02:31 -0500 Received: from smtp130.iad.emailsrvr.com ([207.97.245.130]:56677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Trovr-00014X-Aj for bug-gnu-emacs@gnu.org; Sun, 06 Jan 2013 07:02:27 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp43.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id C8AD52D01FC for ; Sun, 6 Jan 2013 07:02:25 -0500 (EST) X-Virus-Scanned: OK Received: by smtp43.relay.iad1a.emailsrvr.com (Authenticated sender: denis.zalevskiy-AT-jollamobile.com) with ESMTPSA id AA8022D01E6 for ; Sun, 6 Jan 2013 07:02:24 -0500 (EST) From: Denis Zalevskiy To: bug-gnu-emacs@gnu.org Subject: 24.1; Wrong switch/case indentation inside some c++11 lambdas User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.1.1 (x86_64-redhat-linux-gnu) Date: Sun, 06 Jan 2013 14:02:22 +0200 Message-ID: <87ehhyzfht.fsf@dezj.lan> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) Just create c++ file and enter: #include #include int main() { std::vector v; std::for_each(v.begin(), v.end(), [](int i) { switch (i) { case 1: break; // (1) ok: syntactic symbol is statement-case-intro } }); auto fn = [](int i) { switch (i) { case 1: break; // (2) wrong: syntactic symbol is brace-list-entry } }; [](int i) { switch (i) { case 1: break; // (3) ok: syntactic symbol is statement-case-intro } }; return 0; } So, while (1) and (3) are parsed fine, (2) is parsed in a wrong way. In GNU Emacs 24.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.13) of 2012-11-18 on buildvm-30.phx2.fedoraproject.org Windowing system distributor `Fedora Project', version 11.0.11204000 Configured using: `configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xft' '--with-xpm' '--with-x-toolkit=gtk' '--with-gpm=no' '--with-wide-int' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro '' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: C++/l Minor modes in effect: recentf-mode: t shell-dirtrack-mode: t helm-match-plugin-mode: t erc-track-mode: t erc-ring-mode: t erc-networks-mode: t erc-netsplit-mode: t erc-menu-mode: t erc-match-mode: t erc-log-mode: t erc-list-mode: t erc-pcomplete-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-autojoin-mode: t global-hl-line-mode: t global-ede-mode: t erc-nick-notify-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-keep-place-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t diff-auto-refine-mode: t dtrt-indent-mode: t show-paren-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: r e t u M-x q t - c p r n SPC 0 ; s t d : : v e c t o r < i n m > t > SPC i v ; f o r s t d : : f o r _ e a c h * ( ) v . b e g i n ( ) , SPC v . e n d ( ) , SPC [ ] ( ) SPC { } C-e i n t SPC i ; C-e s w i t c h SPC ( i ) SPC { } C-e c a s e SPC 1 : b r e a k ; C-c C-o C-g d e f a u l t : C-a C-SPC C-w C-x C-s C-SPC C-g C-e a u t o SPC f n SPC = SPC p [ p [ p [ [ ] ( ) SPC { { } ; C-e i n t SPC i C-a C-SPC M-w C-y C-x C-s M-x r e p o r t - e m a c s - b u Recent messages: Auto-saving...done Quit Mark set Saving file /home/denis/src/tmp/test.cpp... Wrote /home/denis/src/tmp/test.cpp Mark set Quit Mark set [2 times] Saving file /home/denis/src/tmp/test.cpp... Wrote /home/denis/src/tmp/test.cpp Load-path shadows: /home/denis/emacs/cedet/lisp/speedbar/loaddefs hides /home/denis/emacs/cedet/lisp/eieio/loaddefs /home/denis/emacs/cedet/lisp/speedbar/loaddefs hides /home/denis/emacs/cedet/lisp/cedet/loaddefs ~/emacs/misc/rpm-spec-mode hides /usr/share/emacs/site-lisp/rpm-spec-mode ~/emacs/misc/cmake-mode hides /usr/share/emacs/site-lisp/cmake/cmake-mode /home/denis/emacs/cedet/lisp/speedbar/speedbar hides /usr/share/emacs/24.1/lisp/speedbar /home/denis/emacs/cedet/lisp/common/ezimage hides /usr/share/emacs/24.1/lisp/ezimage /home/denis/emacs/cedet/lisp/speedbar/loaddefs hides /usr/share/emacs/24.1/lisp/loaddefs /home/denis/emacs/cedet/lisp/speedbar/dframe hides /usr/share/emacs/24.1/lisp/dframe /home/denis/emacs/cedet/lisp/speedbar/sb-image hides /usr/share/emacs/24.1/lisp/sb-image ~/emacs/misc/whitespace hides /usr/share/emacs/24.1/lisp/whitespace ~/emacs/magit/.dir-locals hides /usr/share/emacs/24.1/lisp/gnus/.dir-locals /home/denis/emacs/cedet/lisp/eieio/eieio-custom hides /usr/share/emacs/24.1/lisp/emacs-lisp/eieio-custom /home/denis/emacs/cedet/lisp/eieio/eieio-opt hides /usr/share/emacs/24.1/lisp/emacs-lisp/eieio-opt /home/denis/emacs/cedet/lisp/eieio/eieio-speedbar hides /usr/share/emacs/24.1/lisp/emacs-lisp/eieio-speedbar /home/denis/emacs/cedet/lisp/eieio/eieio hides /usr/share/emacs/24.1/lisp/emacs-lisp/eieio /home/denis/emacs/cedet/lisp/eieio/eieio-datadebug hides /usr/share/emacs/24.1/lisp/emacs-lisp/eieio-datadebug /home/denis/emacs/cedet/lisp/eieio/eieio-base hides /usr/share/emacs/24.1/lisp/emacs-lisp/eieio-base /home/denis/emacs/cedet/lisp/eieio/chart hides /usr/share/emacs/24.1/lisp/emacs-lisp/chart Features: (shadow emacsbug newcomment novice etags shr-color color nnimap parse-time utf7 gnus-art mm-uu mml2015 gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range gnus-win shr rfc2104 gnutls network-stream starttls mailalias smtpmail sendmail qp sort mail-extr mule-util rot13 disp-table multi-isearch tabify man dabbrev ede/dired filecache recentf tree-widget helm-files image-dired tramp tramp-compat shell tramp-loaddefs dired-x dired-aux ffap helm-tags helm-bookmark helm-adaptative helm-info helm-net browse-url xml url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse auth-source url-vars helm-plugin bookmark helm-locate helm-help helm-match-plugin helm-grep helm-buffers helm-elscreen helm-regexp grep helm-external helm-utils dired helm auctex-autoloads tex-site muse-autoloads sb-info info package tabulated-list saveplace erc-track erc-ring erc-networks erc-netsplit erc-menu erc-match erc-log erc-pcomplete pcomplete erc-button erc-fill erc-stamp erc-join gnus gnus-ems nnheader gnus-util whitespace sauron coffee-mode clojurescript-mode clojure-mode rx yaml-mode cmake-mode offlineimap notmuch hl-line notmuch-message notmuch-maildir-fcc notmuch-hello notmuch-show notmuch-print notmuch-crypto notmuch-mua notmuch-address notmuch-wash coolj notmuch-query goto-addr icalendar diary-lib diary-loaddefs cal-menu calendar cal-loaddefs notmuch-tag crm notmuch-lib json message rfc822 mml mailabbrev mail-utils gmm-utils mailheader mm-view mml-smime mml-sec smime password-cache dig mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr ecb ecb-symboldef ecb-analyse ecb-compatibility ecb-winman-support ecb-autogen autoload ecb-tod ecb-cycle ecb-eshell ecb-help ecb-jde ecb-method-browser hideshow ecb-semantic ecb-file-browser ecb-speedbar ecb-layout compile comint ansi-color ecb-create-layout ecb-compilation ecb-common-browser ecb-navigate ecb-mode-line ecb-face tree-buffer ecb-upgrade ecb-cedet-wrapper semantic/db-mode semantic/db-find semantic/db-ref ecb-util silentcomp semantic/dep vc-git ede/cpp-root ede/emacs ede/java-root cedet-devel-load warnings eieio-opt find-func help-mode srecode/map srecode semantic/canned-configs semantic/ia-sb semantic/analyze semantic/sort semantic/scope semantic/analyze/fcn semantic/db semantic/ctxt semantic/format semantic/tag-ls semantic/find semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet-compat inversion ede/speedbar ede/files ede ede/base ede/auto ede/source eieio-base eieio-speedbar speedbar pulse sb-image ezimage dframe eieio-custom cedet eieio cedet-remove-builtin go-mode-load protobuf-mode byte-opt bytecomp byte-compile cconv macroexp cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds column-marker cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt xcscope helm-config eudcb-ldap netrc eudc cus-edit cus-start cus-load eudc-vars wid-edit ldap tls znc erc-nick-notify erc-goodies erc erc-backend erc-compat format-spec thingatpt pp magit-bisect magit-key-mode assoc magit server esh-var esh-io esh-cmd esh-ext esh-proc esh-arg eldoc esh-groups eshell esh-module esh-mode esh-util edmacro kmacro ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff ido iswitchb view diff-mode log-edit easymenu ring pcvs-util add-log cl dtrt-indent advice help-fns advice-preload easy-mmode epa-file epa derived epg epg-config time-date paren my-site-start tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 12:41:19 2019 Received: (at 13367-done) by debbugs.gnu.org; 30 Sep 2019 16:41:19 +0000 Received: from localhost ([127.0.0.1]:60365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEyjf-0001l7-0i for submit@debbugs.gnu.org; Mon, 30 Sep 2019 12:41:19 -0400 Received: from mail-pf1-f178.google.com ([209.85.210.178]:40066) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEyjc-0001kj-4F for 13367-done@debbugs.gnu.org; Mon, 30 Sep 2019 12:41:17 -0400 Received: by mail-pf1-f178.google.com with SMTP id x127so5922025pfb.7 for <13367-done@debbugs.gnu.org>; Mon, 30 Sep 2019 09:41:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=Z8Uo4i6LinoOY0qONCgCi9PBT5ErxUDoPrQKv3QLtjQ=; b=WZP0a+c9e0rW/WE1P0HtOnlYK+rIHhiBjrUz44lztu0+qK1wzm+/C/7C+9bh3EMBbH x0ZH8JR9ScLdVkfy7ZvPTx+3gqhEB/9LBEMklh+C6jgtwiiI0hJG/Q8zjNWAEZ8NbwCM QDF0iKRCarIWGMKOplZd/ul3YK4qzeDzflGoC8evywxIrgLa4kX40jM2MsXbJlx72tia BEE1oVt1rKd3VWVfhSk4/g9pPHH8KIhvj4jmaC6WYnINv2O2eyCosgYUCE/TzIZ9kgvX 1uUiocEALcROYqZrLuwBZTWieMj48wo9wGeexcgLmfpDKJw/pZvuyvktn1QGN+iF+Wl0 nw+Q== X-Gm-Message-State: APjAAAWl2xrtuIxMTBXaxkQSmNbzhDUlc3Ul7o20DuRe1aocyZNzBEnC xowb6uW9ED8nz3WOk9+MjhMGwhJ/tZp69UrmOl4= X-Google-Smtp-Source: APXvYqyB64ccc9nEMIHKGwfJHezxZtw3OoZSuhGFf+DLerVMrn51nDrtPkge7/4RLcxElz5MdjfZSlYDniT0TYKzKOo= X-Received: by 2002:a62:e917:: with SMTP id j23mr22494484pfh.50.1569861670081; Mon, 30 Sep 2019 09:41:10 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Mon, 30 Sep 2019 18:40:59 +0200 Message-ID: Subject: Re: bug#13367: 24.1; Wrong switch/case indentation inside some c++11 lambdas To: Denis Zalevskiy Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 13367-done Cc: Alan Mackenzie , 13367-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Denis Zalevskiy writes: > Just create c++ file and enter: > > #include > #include > > int main() > { > std::vector v; > std::for_each(v.begin(), v.end(), > [](int i) { > switch (i) { > case 1: > break; // (1) ok: syntactic symbol is statement-case-intro > } > }); > auto fn = [](int i) { > switch (i) { > case 1: > break; // (2) wrong: syntactic symbol is brace-list-entry > } > }; > > [](int i) { > switch (i) { > case 1: > break; // (3) ok: syntactic symbol is statement-case-intro > } > }; > return 0; > } > > So, while (1) and (3) are parsed fine, (2) is parsed in a wrong way. I can't reproduce this on current master, so I'm going to assume that this has been fixed in the 6 years since this was reported and close this bug. If this is still an issue, please reopen the bug report. Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 14:59:10 2019 Received: (at 13367-done) by debbugs.gnu.org; 30 Sep 2019 18:59:10 +0000 Received: from localhost ([127.0.0.1]:60507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iF0t3-0002zw-QQ for submit@debbugs.gnu.org; Mon, 30 Sep 2019 14:59:10 -0400 Received: from colin.muc.de ([193.149.48.1]:51453 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1iF0t1-0002zm-5u for 13367-done@debbugs.gnu.org; Mon, 30 Sep 2019 14:59:07 -0400 Received: (qmail 67353 invoked by uid 3782); 30 Sep 2019 18:59:05 -0000 Received: from acm.muc.de (p4FE15E39.dip0.t-ipconnect.de [79.225.94.57]) by colin.muc.de (tmda-ofmipd) with ESMTP; Mon, 30 Sep 2019 20:59:02 +0200 Received: (qmail 4839 invoked by uid 1000); 30 Sep 2019 18:59:02 -0000 Date: Mon, 30 Sep 2019 18:59:02 +0000 To: Stefan Kangas Subject: Re: bug#13367: 24.1; Wrong switch/case indentation inside some c++11 lambdas Message-ID: <20190930185902.GC4761@ACM> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Alan Mackenzie X-Primary-Address: acm@muc.de X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 13367-done Cc: Denis Zalevskiy , 13367-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Stefan. On Mon, Sep 30, 2019 at 18:40:59 +0200, Stefan Kangas wrote: > Denis Zalevskiy writes: > > Just create c++ file and enter: > > > > #include > > #include > > > > int main() > > { > > std::vector v; > > std::for_each(v.begin(), v.end(), > > [](int i) { > > switch (i) { > > case 1: > > break; // (1) ok: syntactic symbol is statement-case-intro > > } > > }); > > auto fn = [](int i) { > > switch (i) { > > case 1: > > break; // (2) wrong: syntactic symbol is brace-list-entry > > } > > }; > > > > [](int i) { > > switch (i) { > > case 1: > > break; // (3) ok: syntactic symbol is statement-case-intro > > } > > }; > > return 0; > > } > > > > So, while (1) and (3) are parsed fine, (2) is parsed in a wrong way. > I can't reproduce this on current master, so I'm going to assume that > this has been fixed in the 6 years since this was reported and close > this bug. This has been fixed. I just can't say when and how, without a lot of work. > If this is still an issue, please reopen the bug report. > Best regards, > Stefan Kangas -- Alan Mackenzie (Nuremberg, Germany). From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 16:28:02 2019 Received: (at 13367-done) by debbugs.gnu.org; 30 Sep 2019 20:28:02 +0000 Received: from localhost ([127.0.0.1]:60557 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iF2H3-0005Ig-Qe for submit@debbugs.gnu.org; Mon, 30 Sep 2019 16:28:02 -0400 Received: from mail-pf1-f174.google.com ([209.85.210.174]:35013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iF2Gy-0005I7-WB for 13367-done@debbugs.gnu.org; Mon, 30 Sep 2019 16:28:00 -0400 Received: by mail-pf1-f174.google.com with SMTP id 205so6248251pfw.2 for <13367-done@debbugs.gnu.org>; Mon, 30 Sep 2019 13:27:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rbvWOYbPBEs24aHWfkfzFgooOr0Cvs/5zwaxAqw03+k=; b=e9GUfELG0pmrr93OXlUIwzzFEBAOskL4er9YSKXl1Tn9YlL2F+D94QoJRDzrfOQsLj C5YLRBBZ37bYI9yMTNkZNNJDmylVatVhbyZQil6a0CQJTQlCokitGesaMLCVjzaDLn2e scjXJjwFQo6D6P91RxOg6nUwXOPvxJxZFetznzrLXL9J1Tr0HamlGWkyH63l6L8X/tgm 0ut7tP1Gbdwk7W5VPNAp1YpzkXOYrf6CyRJJBBsiH/+dYFJA6HLADaedUXEurSOsOh7p JqJVUypc0qQNZWdcRR/jG5LBXf3TE8EsWKn6w+8/+mdb1gbd9FNw8NjbWvidFgbqChiB D/IA== X-Gm-Message-State: APjAAAVnVYy+wl5VtFo5A/0itrzO+N+cerpyNR/PJ/v1sWG584OWeajk rJ+vjXexJSEXN6bXy6mULdarGDpn5Uh5wlt7zQo= X-Google-Smtp-Source: APXvYqylyrtb7mv5PaflkrGFfF6n9g5RD7GtV1BpQu7lMKmchH34Xrlmv1wgcmpBj293p9sPP3x39SZ5g1/U6UnhLFA= X-Received: by 2002:a63:720f:: with SMTP id n15mr25142146pgc.198.1569875271052; Mon, 30 Sep 2019 13:27:51 -0700 (PDT) MIME-Version: 1.0 References: <20190930185902.GC4761@ACM> In-Reply-To: <20190930185902.GC4761@ACM> From: Stefan Kangas Date: Mon, 30 Sep 2019 22:27:39 +0200 Message-ID: Subject: Re: bug#13367: 24.1; Wrong switch/case indentation inside some c++11 lambdas To: Alan Mackenzie Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 13367-done Cc: Denis Zalevskiy , 13367-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Hi Alan, Alan Mackenzie writes: > > I can't reproduce this on current master, so I'm going to assume that > > this has been fixed in the 6 years since this was reported and close > > this bug. > > This has been fixed. I just can't say when and how, without a lot of > work. Thanks, I think it should be enough to confirm that it has been fixed. Best regards, Stefan Kangas From unknown Mon Jun 16 23:54:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 29 Oct 2019 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator