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: replacement of find-file-not-found-hooks Date: Tue, 23 Jul 2024 14:36:10 +0300 Message-ID: <867cdc9w7p.fsf@gnu.org> References: <87a5icjeua.fsf@mat.ucm.es> <87o76sarrq.fsf@igel.home> <87plr6g57s.fsf@mat.ucm.es> <877cdc8us0.fsf@mat.ucm.es> <87o76ojyaf.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37795"; mail-complaints-to="usenet@ciao.gmane.io" Cc: oub@mat.ucm.es, stefankangas@gmail.com, rms@gnu.org, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 23 13:37:16 2024 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 1sWDpT-0009dh-Fa for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Jul 2024 13:37:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sWDol-0000NY-RW; Tue, 23 Jul 2024 07:36:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sWDok-0000HS-DD for emacs-devel@gnu.org; Tue, 23 Jul 2024 07:36:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sWDoj-0002ze-Tj; Tue, 23 Jul 2024 07:36:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=oMRl1DrV9Pdv9Pe0AaqHmq7VqNEN+EofqEM72ASp0i8=; b=gcDT7e2wagqw P0wpujaFZZ+LsExXcuMiRvG6fAPg6nwxpAG1fad5+sZNi83iSfc6S1tCSc9Tfv9UMKxfKIi1EfLBI eJvj3xwPGLvvFVnka9sIA5OdzuTqNtvA7kmDSRCTjupgs4MIlYP5+sUMSlW1FT4xYIg6wlhiUVJRj ZBf1TB1zvNvuJIT1BPw5byO+J6vP8yUOpD5MqYJ/oc6yr5KaqhTl5KdzpxLelgxYYkZ9W64JnUMP4 9HkInUtR/UEIkk33z5307xWdqECzGneLkWR0RFbN7LANP0oSxuPQ7YT23/HpSI+lt2YvF17waxmM9 AR5shfExsnciBatWWJjtjQ==; In-Reply-To: <87o76ojyaf.fsf@posteo.net> (message from Philip Kaludercic on Tue, 23 Jul 2024 08:41:12 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321980 Archived-At: > From: Philip Kaludercic > Cc: Stefan Kangas , rms@gnu.org, emacs-devel@gnu.org > Date: Tue, 23 Jul 2024 08:41:12 +0000 > > Uwe Brauer writes: > > >>>> "SK" == Stefan Kangas writes: > > > >> Richard Stallman writes: > >>> Should we make the old name `find-file-not-found-hooks' an alias for > >>> `find-file-not-found-functions'? Perhaps make it obsolete now, and > >>> rename it in version 32? > > > >> It was declared obsolete (with `define-obsolete-variable-alias') already > >> in Emacs version 22.1, and it was subsequently removed in Emacs 29.1. > > > > Let me add some comments, as a very-long-time user. > > > > The problem I encountered has to do with auto-insert-tkld.el a package > > that dates back to 1988, and still works and does the job it was > > designed for. > > When loading or compiling this file, did you encounter warnings that it > was using obsolete variables? Indeed. We leave these obsolete aliases for several major releases to give people enough time to pay attention to those obsolescence warnings, and change their code before the obsolete variables/functions are actually deleted.