-----Original Message-----
I'm volunteering to do something about the etags facility (it
scratches a personal itch) but I'm looking for suggestions, should I
consider just syncing ours to the latest FSF version, or should I try
to clean up the XEmacs version? Any comments or suggestions are
welcome.
Does the FSF version support C++ namespaces? I've had trouble
with those in the XEmacs version. For example:
namespace em
{
class Proxy;
}
namespace pm
{
class Proxy;
}
The TAGS file shows pm::Proxy and em::Proxy, but it doesn't seem
to take those as input, unless I'm doing something wrong. You
can only use Proxy and then go through the matches until you
get to the correct one.
Eric