This message best viewed in a fixed-width font. :-)
Jake Colman writes:
The fume-function-name-regexp-c++ variable does not seem to have the
correct regexp for handling templates.
The problem is with the "template formals" section of the
defined regexp
used for c++ function names:
(defvar fume-function-name-regexp-c++
(cons
(concat
"\\(\\`\\|[^\\]\n\\)" ; avoid matching on last line of macro definition
"\\(#define\\s-+\\|"
"\\(template\\s-+<[^>]+>\\s-+\\)?" ; template formals
A
change "+" to "*" -----------+
To get it into the distribution you can (a) submit a patch and keep
bugging us on xemac-beta to review and commit it, or (b) you can offer
to be the maintainer for some part of the edit-utils package including
func-menu, and then you can review and commit it yourself.
I think you're listed maintainer for a couple of packages already, so
you know the burden involved, and approval of listing you as
maintainer would be a matter of a pro-forma post to xemacs-review and
a couple days wait for objections (none expected :-).
Steve
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta