Propertize is not in emacs 20.x, but set-text-properties is. Attached is a patch the replaces the only reference to propertize in slime.el.
Tested in emacs 20.7 and 22.0.50.
Matt
Thanks for the patch, I have applied it in CVS.
"Matthew D. Swank" akopa@charter.net writes:
Propertize is not in emacs 20.x, but set-text-properties is. Attached is a patch the replaces the only reference to propertize in slime.el.
In cases like this where the string is being propertized for insertion into the buffer you can also use `slime-insert-propertized'.
See also `slime-propertize-region' which isn't what you think..
Luke Gorrie luke@synap.se writes:
In cases like this where the string is being propertized for insertion into the buffer you can also use `slime-insert-propertized'.
OK, I am using that now.
On Apr 2, 2006, at 11:02 AM, Luke Gorrie wrote:
"Matthew D. Swank" akopa@charter.net writes:
Propertize is not in emacs 20.x, but set-text-properties is. Attached is a patch the replaces the only reference to propertize in slime.el.
In cases like this where the string is being propertized for insertion into the buffer you can also use `slime-insert-propertized'.
See also `slime-propertize-region' which isn't what you think..
So a matched substring of a regex doesn't have any text-properties associated with it?
Matt