.emacs-my
changeset 142 adfc0c678483
parent 141 c88281ec188e
child 143 c3e92613e53d
equal deleted inserted replaced
141:c88281ec188e 142:adfc0c678483
   715           jabber-backlog-days 30
   715           jabber-backlog-days 30
   716           jabber-alert-presence-message-function (lambda (who oldstatus newstatus statustext) nil)
   716           jabber-alert-presence-message-function (lambda (who oldstatus newstatus statustext) nil)
   717           )
   717           )
   718   )
   718   )
   719 
   719 
       
   720 
       
   721 ;; ----------------------------------------------------------------------
       
   722 ;; rcirc
       
   723 
       
   724 ;; Turn on logging everything to a special buffer, for debugging.
       
   725 ;; (setq rcirc-debug-flag t)
       
   726 
       
   727 (add-hook 'rcirc-mode-hook (lambda () (rcirc-track-minor-mode 1)))
       
   728 (setq rcirc-time-format "%H:%M ")
       
   729 (defun rcirc-handler-301 (process cmd sender args)
       
   730   "/away message handler.")
   720 
   731 
   721 ;; ======================================================================
   732 ;; ======================================================================
   722 ;; VCS, version control, cvs, svn.
   733 ;; VCS, version control, cvs, svn.
   723 
   734 
   724 (if (equal window-system 'w32)
   735 (if (equal window-system 'w32)