From: <boj...@dd...> - 2006-01-27 15:20:38
|
Diane Murray <di...@us...> writes: > I've not been able to find what's causing it, but recent changes > (just after 2006-01-20?) have caused timestamps to display > incorrectly in the server buffer. The timestamp isn't displayed at > all using either `erc-insert-timestamp-left'or > `erc-insert-timestamp-right'. I'm pretty sure it's not anything in > erc-stamp.el. It's invisible; `buffer-invisibility-spec' is t in the server buffer. erc-stamp is turned on (by `erc-update-modules') after `erc-mode' is run in the server buffer. erc-stamp puts `erc-munge-invisibility-spec' on `erc-mode-hook', but this is too late for existing erc buffers. -- Johan Bockgård |