From: Fabien P. <pe...@li...> - 2001-10-31 11:00:14
|
>> Something I dislike with erc, it gets really difficult to make a long >> discussion with someone, as your private messages appears in the status >> bar for a short time. I had to C-x 4 b *Messages* to not miss any of >> them. >>=20 >> Also it would be nice to be cable to use TAB to have erc put /m >> <nickname of last query> so you don't have to manually type it. > What about using a /query for that? > (setq 'erc-auto-query t > 'erc-join-buffer 'window > 'erc-join-info-buffer 'disable) Ok I'll do with that for now. I have written a file ~/.ercrc.el with : (setq=20 erc-auto-query t erc-join-buffer 'window erc-join-info-buffer 'disable erc-keywords-highlight-type 'all erc-port "6667" erc-nick "hap" erc-user-full-name "Fabien Penso" erc-prompt-interactive-input t erc-echo-timestamp t erc-email-userid "penso" erc-log-channels-directory "~/Irclog/" erc-log-channels t ) (custom-set-faces '(erc-keyword-face ((t (:foreground "red" :weight bold)))) ) (erc-add-pal '("blitz")) (erc-add-keyword '("hap")) but it fails on erc-add-pal and erc-add-keyword, what am I doing wrong ? Also a /whois hap still gives me "us...@ha...", shouldn't it be "pe...@ha..." ? Is it possible to connect to openprojects server as soon as I type M-x erc-mode ? Also is it possible, when I get disconnected, to reconnect and reopen all the channels / buffer the way it was before ? Thanks :) =2D-=20 Fabien Penso <pe...@li...> http://perso.LinuxFR.org/penso/ |