unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members
@ 2015-04-24  4:29 vibhavp
  2020-12-03 11:33 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: vibhavp @ 2015-04-24  4:29 UTC (permalink / raw)
  To: 20415

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.
-- 
Vibhav Pant
vibhavp@gmail.com





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

* bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members
  2015-04-24  4:29 bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members vibhavp
@ 2020-12-03 11:33 ` Lars Ingebrigtsen
  2021-01-19 17:53   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2020-12-03 11:33 UTC (permalink / raw)
  To: vibhavp; +Cc: 20415

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





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

* bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members
  2020-12-03 11:33 ` Lars Ingebrigtsen
@ 2021-01-19 17:53   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-01-19 17:53 UTC (permalink / raw)
  To: vibhavp; +Cc: 20415

Lars Ingebrigtsen <larsi@gnus.org> writes:

> 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"?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

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





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

end of thread, other threads:[~2021-01-19 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24  4:29 bug#20415: 24.5; CEDET: Semantic doesn't complete anonymous union members vibhavp
2020-12-03 11:33 ` Lars Ingebrigtsen
2021-01-19 17:53   ` 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).