From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Olivier Certner Newsgroups: gmane.emacs.bugs Subject: bug#46777: 28.0.50; ERC: NickServ identification: Prompt for password after other sources, overall simplifications Date: Fri, 17 Sep 2021 09:57:29 +0200 Message-ID: <2703107.iZhWRnD58j@ravel> References: <5495728.XOh7uYVVfo@ravel> <87ilz03d4t.fsf@gnus.org> <87a6kbn72z.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7Bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36009"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org To: 46777@debbugs.gnu.org, bandali@gnu.org, jp@neverwas.me Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 17 10:13:15 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mR8zi-00096g-HD for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 17 Sep 2021 10:13:14 +0200 Original-Received: from localhost ([::1]:59196 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mR8zg-0004QU-Mj for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 17 Sep 2021 04:13:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39678) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mR8l0-0002Nz-NH for bug-gnu-emacs@gnu.org; Fri, 17 Sep 2021 03:58:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46836) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mR8l0-0002K2-Et for bug-gnu-emacs@gnu.org; Fri, 17 Sep 2021 03:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mR8l0-00019E-Aj for bug-gnu-emacs@gnu.org; Fri, 17 Sep 2021 03:58:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Olivier Certner Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 17 Sep 2021 07:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46777 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 46777-submit@debbugs.gnu.org id=B46777.16318654654388 (code B ref 46777); Fri, 17 Sep 2021 07:58:02 +0000 Original-Received: (at 46777) by debbugs.gnu.org; 17 Sep 2021 07:57:45 +0000 Original-Received: from localhost ([127.0.0.1]:58382 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR8ki-00018i-UL for submit@debbugs.gnu.org; Fri, 17 Sep 2021 03:57:45 -0400 Original-Received: from smtp2-g21.free.fr ([212.27.42.2]:36580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR8kc-00018V-U0 for 46777@debbugs.gnu.org; Fri, 17 Sep 2021 03:57:43 -0400 Original-Received: from ravel.localnet (unknown [90.118.180.28]) (Authenticated sender: ocert.dev@free.fr) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 23ABF200401; Fri, 17 Sep 2021 09:57:30 +0200 (CEST) In-Reply-To: <87a6kbn72z.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:214531 Archived-At: Hi all, Sorry for not having much time to respond, and thanks for having handled the compatibility concern through proposals 1 & 2, which I agree with. In particular, it is best that PASSWORD remains the first parameter to `erc- nickserv-identify', for compatibility but practical use also , since the nick is normally already set when this function is called (non-interactively). The only thing I might have done differently is deleting `erc-nickserv-call- identify-function' instead of obsoleting it since, contrary to `erc-nickserv- identify', I don't think people would use it directly (the name sounds too much "internal"; I may be wrong on its actual use, though). But your approach is the most prudent one. I'll try to hang around in #erc and respond to your mails a bit more quickly, at least for matters that do not take much time. Thanks, Olivier