From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 7899fa4: Declare some ancient compat aliases obsolete (Bug#41328) Date: Sun, 09 Aug 2020 17:15:00 +0300 Message-ID: <83bljj6h3v.fsf@gnu.org> References: <20200731040355.3076.47146@vcs0.savannah.gnu.org> <20200731040357.201EE20CB4@vcs0.savannah.gnu.org> <87wo28xdbv.fsf@web.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9985"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 09 16:15:52 2020 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 1k4m75-0002YV-Sg for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Aug 2020 16:15:51 +0200 Original-Received: from localhost ([::1]:44116 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4m74-00066T-Vj for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Aug 2020 10:15:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4m6X-0005b7-A2 for emacs-devel@gnu.org; Sun, 09 Aug 2020 10:15:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60393) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4m6W-0002eS-Pl; Sun, 09 Aug 2020 10:15:16 -0400 Original-Received: from [176.228.60.248] (port=2037 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k4m6V-00016Q-Vn; Sun, 09 Aug 2020 10:15:16 -0400 In-Reply-To: <87wo28xdbv.fsf@web.de> (message from Michael Heerdegen on Sun, 09 Aug 2020 13:34:28 +0200) 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:253543 Archived-At: > From: Michael Heerdegen > Date: Sun, 09 Aug 2020 13:34:28 +0200 > Cc: Stefan Kangas > > stefankangas@gmail.com (Stefan Kangas) writes: > > > ;; For compatibility with older versions. > > ;;;###autoload > > -(defalias 'manual-entry 'man) > > +(define-obsolete-function-alias 'manual-entry 'man "28.1") > > FWIW - but: I lost 30 minutes to find out why completion is broken: M-x > manu TAB doesn't complete any more to manual-entry (you get "no match"), > although manual-entry RET works. If you don't know that the above > change has been made, this behavior is very confusing. If this change causes inconvenience, we should revert it, IMO.