unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* C++ qualified method names
@ 2017-05-26  9:39 Eli Zaretskii
  2017-05-26 10:15 ` Yuri Khan
  2017-05-26 10:21 ` Alan Mackenzie
  0 siblings, 2 replies; 6+ messages in thread
From: Eli Zaretskii @ 2017-05-26  9:39 UTC (permalink / raw)
  To: Alan Mackenzie; +Cc: emacs-devel

In the C++ method below:

  void
  regcache::raw_supply_integer (int foo)
  {
    whatever (foo);
  }

invoking "M-: (c-defun-name) RET" produces "raw_supply_integer".  Why
does it exclude the class qualification?  Is there a way to have that
included?  This is important e.g. when producing a ChangeLog entry for
such methods.



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

end of thread, other threads:[~2017-05-30 17:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-26  9:39 C++ qualified method names Eli Zaretskii
2017-05-26 10:15 ` Yuri Khan
2017-05-26 12:37   ` Eli Zaretskii
2017-05-26 10:21 ` Alan Mackenzie
2017-05-26 13:08   ` Eli Zaretskii
2017-05-30 17:10     ` Alan Mackenzie

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