|
From: Lawrence M. <we...@gm...> - 2004-05-20 21:16:39
|
Alex Schroeder wrote: [...] > Using buffer-substring-no-properties is no real solution unless we > want to reimplement all killing functions and locally bind them to > the default keys in erc-mode. That would suck majorly. | yank-excluded-properties's value is | (read-only invisible intangible field mouse-face help-echo | local-map keymap yank-handler) | | *Text properties to discard when yanking. | The value should be a list of text properties to discard or t, | which means to discard all text properties. | | You can customize this variable. | | Defined in `simple'. So it's probably not that much effort to add stuff to this. -- Lawrence Mitchell <we...@gm...> |