From 95fc334b2fcdb816cf5eb468d7fe54907a298f89 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Nov 2013 16:49:42 +0100 Subject: Update emacs configuration --- .emacs.d/site-lisp/jabber-init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.emacs.d/site-lisp/jabber-init.el') diff --git a/.emacs.d/site-lisp/jabber-init.el b/.emacs.d/site-lisp/jabber-init.el index 76a57b0..15f3f9d 100644 --- a/.emacs.d/site-lisp/jabber-init.el +++ b/.emacs.d/site-lisp/jabber-init.el @@ -20,10 +20,11 @@ OLDSTATUS, NEWSTATUS and STATUSTEXT are ignored. Insert PROPOSED-ALERT in the buffer if it is non-nil." - (let ((buffer (get-buffer (jabber-chat-get-buffer who)))) + (let ((buffer (get-buffer (jabber-chat-get-buffer (symbol-name who))))) (when (and buffer proposed-alert) (with-current-buffer buffer - (insert proposed-alert "\n"))))) + (ewoc-enter-last jabber-chat-ewoc (list :notice proposed-alert + :time (current-time))))))) (setq jabber-account-list (mapcar (lambda (str) (list (concat str "/" (hostname)))) @@ -34,6 +35,7 @@ Insert PROPOSED-ALERT in the buffer if it is non-nil." jabber-chat-foreign-prompt-format "%t %u/%r <\n" jabber-chat-local-prompt-format "%t %u/%r >\n" jabber-chat-buffer-show-avatar nil + jabber-chat-fill-long-lines nil jabber-chatstates-confirm nil -- cgit v1.2.3-54-g00ecf