# HG changeset patch # User Oleksandr Gavenko # Date 1260349470 -7200 # Node ID f4234e15d8918bd2368479f65b717f127a228d31 # Parent 97807e9a62248e74a870180f018b399095cc2d5d Fix prompt format (prompt and text stay on two line, not one). This good when text contain code (which not indent to right by prompt). diff -r 97807e9a6224 -r f4234e15d891 .emacs-my --- a/.emacs-my Tue Dec 08 15:03:25 2009 +0200 +++ b/.emacs-my Wed Dec 09 11:04:30 2009 +0200 @@ -672,6 +672,16 @@ ) ) +(setq my-chat-prompt "[%t] %n>\n") +(when (featurep 'jabber) + (setq + jabber-chat-foreign-prompt-format my-chat-prompt + jabber-chat-local-prompt-format my-chat-prompt + jabber-groupchat-prompt-format my-chat-prompt + jabber-muc-private-foreign-prompt-format "[%t] %g/%n>\n" + ) + ) + ;; fsm used in emacs jabber (when (featurep 'fsm) (setq fsm-debug nil) ; Disable *fsm-debug* buffer.