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: Cleaning up rcirc Date: Fri, 11 Jun 2021 08:35:49 +0200 Message-ID: <877dj0aoop.fsf@gnu.org> References: <874kedu0cm.fsf@posteo.net> <877dj94liu.fsf@igel.home> <87im2tlcwy.fsf@posteo.net> <87sg1urfwu.fsf@gnu.org> <87sg1pwwfd.fsf@posteo.net> <87zgvx34s4.fsf@gnu.org> <87sg1pidwy.fsf@posteo.net> <87a6nx9ecz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23480"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.13; emacs 28.0.50 Cc: Philip Kaludercic , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 11 08:42:05 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 1lrarl-0005qR-GP for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Jun 2021 08:42:05 +0200 Original-Received: from localhost ([::1]:37746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lrark-0008Ay-Cj for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Jun 2021 02:42:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45106) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lraqz-0007Ux-Kv for emacs-devel@gnu.org; Fri, 11 Jun 2021 02:41:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50840) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lraqy-0000Gp-5S; Fri, 11 Jun 2021 02:41:16 -0400 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:47003) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lraqy-0006VW-34; Fri, 11 Jun 2021 02:41:16 -0400 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 7245A27C0054; Fri, 11 Jun 2021 02:41:14 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 11 Jun 2021 02:41:14 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeduiedguddtkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enmhhishhsihhnghcuvffquchfihgvlhguucdlfedtmdenucfjughrpehffgfhufffjgfk gggtsehttdertddtredtnecuhfhrohhmpefvrghsshhilhhoucfjohhrnhcuoehtshguhh esghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhephffghedtveeiteegkedvkeetjeej uefhffetleekgfekvefggeejgfeltdejgfdvnecuvehluhhsthgvrhfuihiivgeptdenuc frrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomhgvshhmthhprghuthhhphgvrhhs ohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdelkedqthhsughhpeepghhnuhdroh hrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 11 Jun 2021 02:41:13 -0400 (EDT) In-reply-to: <87a6nx9ecz.fsf@gnu.org> 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:270686 Archived-At: Hi Philip, > It seems like you didn't. It's working fine for me. :-) Here's one thing I noticed just now but which is probably not caused by your changes, but who knows: I use `rcirc-track-minor-mode' which displays abbreviated channels with activity in the mode-line like [#emacs,#git] and makes it possible to switch/cycle through them with `rcirc-next-active-buffer'. With the indicator above and a 2-side-by-side window configuration (terminal frame, if that matters) I call the latter function twice. In the current mode-line, the indicator becomes [] (no unseen activity), however, in the other window it is still [#emacs,#git] and becomes [] not before switching to that other window. Bye, Tassilo