So I have copied something to the ring:
(car kill-ring) ; #("foo" 0 4 (fontified t))
Then how do I get the main content this text property, namely the string "foo"?
So I have copied something to the ring:
(car kill-ring) ; #("foo" 0 4 (fontified t))
Then how do I get the main content this text property, namely the string "foo"?