emacs-devel
[Top][All Lists]
Advanced

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

Re: C++ qualified method names


From: Eli Zaretskii
Subject: Re: C++ qualified method names
Date: Fri, 26 May 2017 16:08:34 +0300

> Date: Fri, 26 May 2017 10:21:01 +0000
> Cc: address@hidden
> From: Alan Mackenzie <address@hidden>
> 
> >   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.
> 
> Please try the following: it has the disadvantage that it doesn't strip
> WS when somebody writes the declaration as "regcache :: \n
> raw_supply_integer".  But it should work in the vast majority of cases.

Yes, it works well enough, thanks.



reply via email to

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