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 11:29:03 +0200 Message-ID: <874kdyf8xq.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> <87o8c6fls8.fsf@gnu.org> <87lf7aw91d.fsf@posteo.net> <87eed2fdvl.fsf@gnu.org> <87czsmw77c.fsf@posteo.net> <87a6nqfblz.fsf@gnu.org> <878s3aw5yy.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="4372"; 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 11:38:36 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 1ltS0K-0000wr-GV for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Jun 2021 11:38:36 +0200 Original-Received: from localhost ([::1]:40702 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltS0J-0000QB-Dk for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Jun 2021 05:38:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45320) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltRxu-0004su-0S for emacs-devel@gnu.org; Wed, 16 Jun 2021 05:36:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35026) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ltRxt-0000tt-Ph; Wed, 16 Jun 2021 05:36:05 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:41781) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltRxs-0000TA-P8; Wed, 16 Jun 2021 05:36:05 -0400 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailauth.nyi.internal (Postfix) with ESMTP id 37B0027C0054; Wed, 16 Jun 2021 05:36:04 -0400 (EDT) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 16 Jun 2021 05:36:04 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedvledgudekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfhgfhffvufffjgfkgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhi lhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhepve evieekteekveeigfefffeivdetgeduvdffueeuudevgedttdehvdfhueevfffhnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhrnhdomh gvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefkeejkeegqdeifeehvdel kedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 16 Jun 2021 05:36:03 -0400 (EDT) In-reply-to: <878s3aw5yy.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:270842 Archived-At: Philip Kaludercic writes: >> "Marked as being away" is different to offline/doesn't exist, right? >> So if I'd "/msg philipk Hello" I'd still want that only philipk >> receives the message and not some other user p, ph, phi, or whoever. > > Yes, of course. If rcirc is parsing any substring of a token, > something else is broken. My hope is that the changes to > rcirc-define-command should have fixed it (for now). Ah, I think I've tested last time with commit 7e5360f322. Now I've tried with 21148f67f1 /msg tsdh test where tsdh is my own nick and also /msg tsdhxxxxxx test where tsdhxxxxxx doesn't exist and in both cases a buffer for the messaged nick was opened. So apparently it works now, fixed by b5d935bb7f. I didn't know that this was a client/rcirc issue because that guy on #help on freenode told me yesterday that what I've had observed (message to random user whose nick is a prefix of the messaged one) is normal behavior. Or at least, it sounded like that. Thanks! Tassilo