equal
deleted
inserted
replaced
668 jabber-use-global-history nil |
668 jabber-use-global-history nil |
669 jabber-backlog-number 15 |
669 jabber-backlog-number 15 |
670 jabber-backlog-days 30 |
670 jabber-backlog-days 30 |
671 jabber-alert-presence-message-function (lambda (who oldstatus newstatus statustext) nil) |
671 jabber-alert-presence-message-function (lambda (who oldstatus newstatus statustext) nil) |
672 ) |
672 ) |
|
673 ) |
|
674 |
|
675 (setq my-chat-prompt "[%t] %n>\n") |
|
676 (when (featurep 'jabber) |
|
677 (setq |
|
678 jabber-chat-foreign-prompt-format my-chat-prompt |
|
679 jabber-chat-local-prompt-format my-chat-prompt |
|
680 jabber-groupchat-prompt-format my-chat-prompt |
|
681 jabber-muc-private-foreign-prompt-format "[%t] %g/%n>\n" |
|
682 ) |
673 ) |
683 ) |
674 |
684 |
675 ;; fsm used in emacs jabber |
685 ;; fsm used in emacs jabber |
676 (when (featurep 'fsm) |
686 (when (featurep 'fsm) |
677 (setq fsm-debug nil) ; Disable *fsm-debug* buffer. |
687 (setq fsm-debug nil) ; Disable *fsm-debug* buffer. |