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.bugs Subject: bug#46472: Make lisp/mail/uce.el obsolete Date: Fri, 15 Oct 2021 09:12:57 +0300 Message-ID: <83sfx2ke8m.fsf@gnu.org> References: <83im6we6v8.fsf@gnu.org> <83mtw8cbku.fsf@gnu.org> <83czoaqrjq.fsf@gnu.org> <83pmsap50e.fsf@gnu.org> <83fst6oz6v.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12291"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rgm@gnu.org, monnier@iro.umontreal.ca, 46472@debbugs.gnu.org To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 15 08:15:31 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 1mbGV7-0002ve-Oa for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 15 Oct 2021 08:15:29 +0200 Original-Received: from localhost ([::1]:52406 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbGV5-00012N-Em for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 15 Oct 2021 02:15:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56944) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbGUg-00010a-Mt for bug-gnu-emacs@gnu.org; Fri, 15 Oct 2021 02:15:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54516) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mbGUg-0004Vd-Cd for bug-gnu-emacs@gnu.org; Fri, 15 Oct 2021 02:15:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mbGUf-0006fo-Tu for bug-gnu-emacs@gnu.org; Fri, 15 Oct 2021 02:15:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Oct 2021 06:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46472 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: security Original-Received: via spool by 46472-submit@debbugs.gnu.org id=B46472.163427845725580 (code B ref 46472); Fri, 15 Oct 2021 06:15:01 +0000 Original-Received: (at 46472) by debbugs.gnu.org; 15 Oct 2021 06:14:17 +0000 Original-Received: from localhost ([127.0.0.1]:37829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbGTx-0006eV-Bl for submit@debbugs.gnu.org; Fri, 15 Oct 2021 02:14:17 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:54860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbGTw-0006eH-01 for 46472@debbugs.gnu.org; Fri, 15 Oct 2021 02:14:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49080) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbGTp-0003ll-Ej; Fri, 15 Oct 2021 02:14:09 -0400 Original-Received: from [87.69.77.57] (port=3458 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbGSh-0006Mv-4U; Fri, 15 Oct 2021 02:13:12 -0400 In-Reply-To: (message from Stefan Kangas on Thu, 14 Oct 2021 13:45:49 -0700) 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:217281 Archived-At: > From: Stefan Kangas > Date: Thu, 14 Oct 2021 13:45:49 -0700 > Cc: 46472@debbugs.gnu.org, rgm@gnu.org, monnier@iro.umontreal.ca > > Eli Zaretskii writes: > > > Document: yes. But your change modified the code as well, and more > > importantly changed how the feature works. > > This is what I suggest for emacs-28, note the "Do not merge to master" > in the commit message. This is okay for the release branch, thanks. > On master, I suggest the same patch as before, but with the updated > text that you can read here. I'd like to see the patch for master, please.