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 dcd551d6c85: New global minor mode `kill-ring-deindent-mode' Date: Fri, 11 Aug 2023 14:45:10 +0300 Message-ID: <835y5lhkft.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19554"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 11 13:45:18 2023 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 1qUQZy-0004qz-6I for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Aug 2023 13:45:18 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qUQZY-0006RH-0L; Fri, 11 Aug 2023 07:44:52 -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 1qUQZP-0006R4-KV for emacs-devel@gnu.org; Fri, 11 Aug 2023 07:44:43 -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 1qUQZP-0006GC-CH; Fri, 11 Aug 2023 07:44:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=tpdgfM7N6Yl4NBSiztR0WqAHyimx6kc7kXQDSsHH/tY=; b=U51JL7LAz8sFjC Jj+oWRcXg9AIQYE7mSX25oi/aUJ6uiugqHEg3q43kVCGqLBaIzwMGIWfPVip6QeG9BkSS18nbOL9N OdoRRdKQrREoVfUcJZo5AG9rlnIcKQH9+1X+odkfHMdWlQnYqt25zgsViJi7tFXx+xZ2+Vrxfs37I 8Vuc0uhOATthrgH7uMuqlbHv6dbjBlozXLOyPvqrmpA0etZmZBbaoJIQs3nojwoDwBwFMqoIV6edW aATNDdPacUpqeH/qZoENDNbBUt7aCyD+ktVuz8qnXOM7jy6zQKjLCVCZwRzimaBIebr9bge7v3W9t wIFyRNmf9vxU8/CEaFxQ==; 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:308573 Archived-At: Thanks for adding this feature, but I think it should not be in simple.el. There's no reason to have this preloaded together with the rest of stuff in simple.el. We should instead make this autoloaded, so that it is only loaded when actually activated.