[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C++ qualified method names
From: |
Alan Mackenzie |
Subject: |
Re: C++ qualified method names |
Date: |
Tue, 30 May 2017 17:10:36 +0000 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
Hello, Eli.
On Fri, May 26, 2017 at 16:08:34 +0300, Eli Zaretskii wrote:
> > 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.
I've committed it.
--
Alan Mackenzie (Nuremberg, Germany).