[ Cc'ing to xemacs-beta ]
Nathan Bird nathan@acceleration.net wrote:
Marco Baringer wrote:
Alberto Riva ariva@ufl.edu writes:
Hi,
I recently updated to the latest slime from CVS, and now every time I do a M-. I get an emacs message that says "Symbol's function definition is void: match-string-no-properties."
My emacs is XEmacs 21.4 (patch 15) (x86_64-redhat-linux, Mule). All help appreciated! Thanks,
using "GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.9.0) of 2006-08-13" i have the match-string-no-properties function. is this then an emacs only function?
XEmacs doesn't have that function, I solved it for the time being by adding the following snippet
XEmacs has this function in xml.el, from the net-utils package. It is actually defined as an alias on match-string. I'm not sure why it's there... maybe a better place would be directly in replace.el (or in fsf-compat, but do we really want to have to load that ?).