projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e13786
)
Unset mode-line-process for all buffers on reconnecting
author
Philip Kaludercic
<philipk@posteo.net>
Tue, 14 Sep 2021 18:41:27 +0000
(20:41 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Tue, 14 Sep 2021 18:41:32 +0000
(20:41 +0200)
* rcirc.el (rcirc-sentinel): Add loop over all managed buffers
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 5537ddca108ba78b19e163845acf32b8a6d005bf..b0374a545cd84417022c4a928ad1e83d291a901a 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-900,7
+900,9
@@
If QUIET is non-nil, no not emit a message."
(setq rcirc-reconnection-timer nil))
(message "Connecting to %s...done" (or server-alias server))
- (setq mode-line-process nil)))
+ (dolist (buffer (cons nil (mapcar 'cdr rcirc-buffer-alist)))
+ (with-current-buffer (or buffer (current-buffer))
+ (setq mode-line-process nil)))))
((string= sentinel "deleted")
(let ((now (current-time)))
(with-rcirc-process-buffer process