From f9f4e70278e2052900c70965dcf9099087565a1a Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 12 Sep 2022 21:09:06 +0100 Subject: the matrix has you --- lib/eos/jao-tracking.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/eos/jao-tracking.el') diff --git a/lib/eos/jao-tracking.el b/lib/eos/jao-tracking.el index 5fca653..29a60a8 100644 --- a/lib/eos/jao-tracking.el +++ b/lib/eos/jao-tracking.el @@ -33,8 +33,9 @@ (defun jao-tracking--clean-slack (s) (let* ((s (replace-regexp-in-string "^\\*Slack - .*? : \\(mpdm-\\)?\\([^ ]+\\)\\( \\(T\\)\\)?.*" - "#\\2\\4" + "\\2\\4" s)) + (s (replace-regexp-in-string "^\\*Ement Room: \\(.+\\)\\*" "\\1" s)) (s (replace-regexp-in-string "logstash-\\([^-]+\\)-\\(.+\\)" "\\2-\\1" s))) @@ -139,11 +140,12 @@ (let ((n (jao-afio-frame-no))) (unless (eq 0 n) (setq jao-tracking--start-frame n)) (cond (tracking-buffers - (let ((b (car tracking-buffers))) + (let ((bs tracking-buffers)) (if (eq 0 n) (tracking-next-buffer) (jao-afio-goto-scratch) - (when b (pop-to-buffer b)) + (when (and (car bs) (not (memq (current-buffer) bs))) + (pop-to-buffer (car bs))) (tracking-remove-visible-buffers)))) (jao-tracking--start-frame (jao-afio-goto-nth jao-tracking--start-frame) -- cgit v1.2.3