From 22bd8fd73c213c47db047a9e415d48f16da37b60 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 24 Apr 2002 19:12:54 +0000 Subject: *** no comment *** --- chess-ics.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-ics.el') diff --git a/chess-ics.el b/chess-ics.el index 64fb3cf..5a830d6 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -187,7 +187,7 @@ who is black." t)) (defvar chess-ics-regexp-alist - (list (cons "^\\([A-Za-z0-9_]+\\)%\\s-*$" + (list (cons "^[^% \r\n]+% " (function (lambda () (chess-engine-send nil "set style 12\n") @@ -244,7 +244,7 @@ who is black." (let ((proc (get-buffer-process (current-buffer)))) (if (null (nth 2 server)) - (comint-send-string proc "guest\n\n") + (comint-send-string proc "guest\n") (setq chess-ics-handle (nth 2 server)) (comint-send-string proc (concat chess-ics-handle "\n")) (let ((pass (or (nth 3 server) -- cgit v1.2.3