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 1d3d87cd67: ; * lisp/simple.el (cursor-face-highlight-mode): Doc fix. Date: Wed, 05 Oct 2022 08:29:05 +0300 Message-ID: <83y1tuu9cu.fsf@gnu.org> References: <166491154642.1601.6908610039490153213@vcs2.savannah.gnu.org> <20221004192546.D0CE4C0CD93@vcs2.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25479"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, spacibba@aol.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 05 07:33:02 2022 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 1ofx1i-0006OE-4j for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Oct 2022 07:33:02 +0200 Original-Received: from localhost ([::1]:57706 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ofx1g-0002gM-Oq for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Oct 2022 01:33:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofwy5-0000WI-1u for emacs-devel@gnu.org; Wed, 05 Oct 2022 01:29:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41870) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ofwxv-00051P-Nf; Wed, 05 Oct 2022 01:29:16 -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=q9NSP8rn/dolC151ytuWmYGF1/vmEPfKR0vwQ+4Cm1Q=; b=VhVtyY20sMeO X5rZdovISFFFWsnHhTe7zLnQYN6TUuFEBZynsF52F6Sn1GcmzDG5E5M5CpcIMxj4aawixukNQ28PJ 7IBhy4XOezeTXyrevHQiv2h8vY/XljOiowKBHoIzXS0H6xiFgt7iQT2kx4ZIPPU2adq32lfg8YEbQ FxYl8ydR9NFWbximTPQtOi6lDSM4EZ9jGplajTNPPqfQstbXObgUaHvqBMlGcu7Lidysy0ncLadic 5KKlTiScOcraOi1C82NE9YmwVq8Yg6dQmGPiEbx/UVl/VsFLHVV1hxs6R+wPwM8hR0Ij6EieSr0Ep WsvY3x3omfNSDBI5vF4HZA==; Original-Received: from [87.69.77.57] (port=4552 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 1ofwxv-0007ra-1n; Wed, 05 Oct 2022 01:29:07 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 04 Oct 2022 16:16:03 -0400) 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" Xref: news.gmane.io gmane.emacs.devel:296944 Archived-At: > From: Stefan Monnier > Cc: Eli Zaretskii , Jimmy Aguilar Mena > Date: Tue, 04 Oct 2022 16:16:03 -0400 > > Eli Zaretskii [2022-10-04 15:25:46] wrote: > > ; * lisp/simple.el (cursor-face-highlight-mode): Doc fix. > > Hmm... I see that I missed this `cursor-face-highlight-mode` back when > it was introduced in March. Would it make sense to move it to > `cursor-sensor.el`? Depends on whether we want this be available OOTB, without loading additional files. And cursor-sensor.el is only tangentially related to this feature, right? I have no firm opinions about this, since I'm not really sure I understand the use case for it.