bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union member


From: Lars Ingebrigtsen
Subject: bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members
Date: Thu, 03 Dec 2020 12:33:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

vibhavp@gmail.com writes:

> For this struct:
> struct s {
>   int a;
>   union {
>      char *str;
>      void *ptr;
>   };
> };
>
> The members listed in completion will only be 'a', instead of 'a', 'str'
> and 'ptr'. This bug is also present in the current development version.

(This bug report unfortunately got no response at the time.)

Is this problem still present in more recent Emacs versions?  If so,
could you provide a recipe to reproduce the bug, starting from "emacs -Q"?

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]