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 07:22:59 +0200 Message-ID: <87im2efk87.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1919"; 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 07:32:59 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 1ltOAd-0000OI-1c for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Jun 2021 07:32:59 +0200 Original-Received: from localhost ([::1]:43308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltOAc-0003Kt-3R for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Jun 2021 01:32:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltO9r-0002cz-Gw for emacs-devel@gnu.org; Wed, 16 Jun 2021 01:32:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56578) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltO9r-0002fx-9x; Wed, 16 Jun 2021 01:32:11 -0400 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:52827) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltO9r-0001DB-4L; Wed, 16 Jun 2021 01:32:11 -0400 Original-Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailauth.nyi.internal (Postfix) with ESMTP id 8C7F827C0054; Wed, 16 Jun 2021 01:32:10 -0400 (EDT) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Wed, 16 Jun 2021 01:32:10 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedvkedgleehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfhgfhffvufffjgfkgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhi lhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhepve evieekteekveeigfefffeivdetgeduvdffueeuudevgedttdehvdfhueevfffhnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomh gvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdel kedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 16 Jun 2021 01:32:09 -0400 (EDT) In-reply-to: <87pmwmx0gl.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:270832 Archived-At: Philip Kaludercic writes: Hi Philip, >> I'm on fd96e3a0d9. I've just pulled again and 8 new commits appeared, >> the oldest being from 5 days ago. I'm pretty confident I've pulled at >> least every other day in order to see if there's something new. Did you >> forget to push? > > No, that was not the issue, I just wanted to make sure > >> Anyway, I've updated to the current branch HEAD and restarted my >> rcirc-emacs. 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'. Bye, Tassilo