Bug#1052483: emacs-gtk: rcirc doesn't rejoin channels on reconnecting

2023-09-23 Thread Manphiz
FYI I seems to be able to convince the upstream to backport the fix to 29 branch, so it will be part of 29.2. So please feel free to wait for the next point release. -- Manphiz

Bug#1052483: emacs-gtk: rcirc doesn't rejoin channels on reconnecting

2023-09-22 Thread Manphiz
control: tag -1 patch control: forwarded -1 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65882 Patch attached. -- Manphiz --- emacs-29.1+1.orig/lisp/net/rcirc.el +++ emacs-29.1+1/lisp/net/rcirc.el @@ -859,6 +859,7 @@ If QUIET is non-nil, no not emit a messa (if

Bug#1052483: emacs-gtk: rcirc doesn't rejoin channels on reconnecting

2023-09-22 Thread Xiyue Deng
Package: emacs-gtk Version: 1:29.1+1-5~bpo12+1manphiz1 Severity: normal X-Debbugs-Cc: none, Xiyue Deng rcirc can be set up to automatically join a list of channels on connecting to a server. However, in case of network issue and rcirc reconnecting to the server, it won't rejoin those channels.