From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: [feature/rcirc-update] Reconnects don't seem to work anymore Date: Wed, 16 Jun 2021 10:38:40 +0200 Message-ID: <877diufbkn.fsf@gnu.org> References: <871r98af1n.fsf@gnu.org> <877dj0wtwr.fsf@posteo.net> <87y2bg8y0k.fsf@gnu.org> <871r938u3v.fsf@gnu.org> <8735tjxft7.fsf@posteo.net> <87zgvqykkv.fsf@gnu.org> <87pmwmx0gl.fsf@posteo.net> <87im2efk87.fsf@gnu.org> <87h7hyw84j.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31754"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.13; emacs 28.0.50 Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 16 10:39:49 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltR5Q-00083h-Cm for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Jun 2021 10:39:48 +0200 Original-Received: from localhost ([::1]:58358 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltR5P-0003fs-EN for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Jun 2021 04:39:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltR4l-0001r5-3V for emacs-devel@gnu.org; Wed, 16 Jun 2021 04:39:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34238) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltR4k-0007ry-Nx; Wed, 16 Jun 2021 04:39:06 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:44055) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltR4k-0001td-LI; Wed, 16 Jun 2021 04:39:06 -0400 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailauth.nyi.internal (Postfix) with ESMTP id 5DDB327C0054; Wed, 16 Jun 2021 04:39:06 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Wed, 16 Jun 2021 04:39:06 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedvledgtdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfhgfhffvufffjgfkgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhi lhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhepve evieekteekveeigfefffeivdetgeduvdffueeuudevgedttdehvdfhueevfffhnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomh gvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdel kedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 16 Jun 2021 04:39:05 -0400 (EDT) In-reply-to: <87h7hyw84j.fsf@posteo.net> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270840 Archived-At: Philip Kaludercic writes: >> By the way, I can still reproduce the issue that >> `rcirc-next-active-buffer' adapts the activity string which is then >> displayed correctly in the current TTY window but not other TTY >> windows. >> >> When we talked about that, I've mentioned that I had to add a >> (force-mode-line-update t) to `rcirc-update-activity-string'. > > Pushed the fix, I forgot that force-mode-line-update appears to be > necessary in the TUI. Works as expected now. Thanks! Bye, Tassilo