From: Mario L. <ml...@ho...> - 2001-11-05 14:25:57
|
sm...@wa... (Tijs van Bakel) writes: > Another thing that's bothering me is how to make certain format > strings easier to customize. For instance, I would like actions to > look like this > > <12:43> * Harry says she is a woman. > > Currently the action seperator is placed _after_ the nick, whereas I > would like one _in front_ of the nick. Adding another action > seperator defcustom would bloat things, and it wouldn't be flexible > either. Any suggestions? What about erc-action-format? (setq erc-action-format "* %n %a") with %n ) nick, %l = login, %h = host, %a = action.. did I forget something? I discovered function format-spec which could be nicely used for that. We could then write erc-make-action like erc-make-notice and play the search/replace game again. Comments? Besides, smoke! Pleae check your code in, I'd like to do some hacking today, and I dont wanna cleanup conflitcs later on. -- CYa, Mario <ml...@de...> I'm a Lisp variable -- bind me! |