2005/10/26, Ryan Yeske <[EMAIL PROTECTED]>: > (format "%10s" (propertize "foo" 'face 'bold)) > > "foo" is bold in the above example, but not in this one: > > (format "%10s" (concat "<" (propertize "foo" 'face 'bold) ">"))
Oddly enough, the resulting string _does_ contain bold characters, just not the right ones (try it with another face that sets the background color too, e.g. `region')! So it looks like it's trying to propagate the properties, but something is screwing up the book-keeping... -miles -- Do not taunt Happy Fun Ball. _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
