X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Friece-filter.el;h=a07d0c65d4f5a1a17769475cd0bc35ff8277bb0b;hb=ae1540f4520ee2e3615a07481c856e402b2f5312;hp=e02b4d412529c350f25e4ea355c3a134ece72523;hpb=1862e5558b8b7b2b909f7b2d4787b9c0f0b9f687;p=riece diff --git a/lisp/riece-filter.el b/lisp/riece-filter.el index e02b4d4..a07d0c6 100644 --- a/lisp/riece-filter.el +++ b/lisp/riece-filter.el @@ -76,8 +76,7 @@ (insert input) (goto-char riece-read-point) (beginning-of-line) - (while (and (not (eobp)) - (looking-at ".*\n")) ;the input line is not finished + (while (looking-at ".*\n") ;the input line is finished (save-excursion (if (looking-at ":\\([^ ]+\\) +\\([0-5][0-9][0-9]\\) +\\([^ ]+\\) +\\(.*\\)") @@ -118,10 +117,11 @@ riece-server-name))) (if riece-debug (if (equal server-name "") - (message "Connection closed: %s" - (substring status 0 (1- (length status)))) - (message "Connection to \"%s\" closed: %s" - server-name (substring status 0 (1- (length status))))) + (riece-debug (format "Connection closed: %s" + (substring status 0 (1- (length status))))) + (riece-debug (format "Connection to \"%s\" closed: %s" + server-name + (substring status 0 (1- (length status)))))) (if (equal server-name "") (message "Connection closed") (message "Connection to \"%s\" closed" server-name)))