[slime-devel] propertize not in emacs 20.x

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. -- Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe (currently @math.ucdavis.edu)

"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. -- Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe (currently @math.ucdavis.edu)

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
participants (3)
-
Luke Gorrie
-
Matthew D. Swank
-
Matthias Koeppe