unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#48877: emacs 26.x incorrect enum indentation for c++
@ 2021-06-06 13:45 ar
  2021-06-07  9:45 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: ar @ 2021-06-06 13:45 UTC (permalink / raw)
  To: 48877

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

Hi,

This is happening even if I run 'emacs -Q':

class A {
public:
  enum EnumWithLongName {
                         val0,
                         val1,
                         val2
  };
};

Thanks,

Aleksey

[-- Attachment #2: Type: text/html, Size: 684 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#48877: emacs 26.x incorrect enum indentation for c++
  2021-06-06 13:45 bug#48877: emacs 26.x incorrect enum indentation for c++ ar
@ 2021-06-07  9:45 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-07  9:45 UTC (permalink / raw)
  To: ar; +Cc: 48877

ar <ar123456@gmail.com> writes:

> This is happening even if I run 'emacs -Q':
>
> class A {
> public:
>   enum EnumWithLongName {
>                          val0,
>                          val1,
>                          val2
>   };
> };

I can reproduce this in Emacs 26, but it's been fixed in Emacs 28.
Therefore I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-07  9:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06 13:45 bug#48877: emacs 26.x incorrect enum indentation for c++ ar
2021-06-07  9:45 ` Lars Ingebrigtsen

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).