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: Accidental change of behaviour for electric-layout-mode? Date: Tue, 24 Sep 2024 22:03:17 +0300 Message-ID: <86msjwdgcq.fsf@gnu.org> References: <87wmj2dr4q.fsf@ice9.digital> <86v7yle1ma.fsf@gnu.org> <86cyktdx68.fsf@gnu.org> <871q18op24.fsf@ice9.digital> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29661"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Morgan Willcock Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 24 21:03:55 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 1stApG-0007WQ-7f for ged-emacs-devel@m.gmane-mx.org; Tue, 24 Sep 2024 21:03:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1stAop-0003L4-GO; Tue, 24 Sep 2024 15:03:27 -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 1stAol-0003Kl-DJ for emacs-devel@gnu.org; Tue, 24 Sep 2024 15:03:23 -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 1stAoj-0003Rq-AI; Tue, 24 Sep 2024 15:03:22 -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=abwrOAJDP7eQMf4oiRC3GIT9wN5ft/FFBetyQVnHmOE=; b=P5RgrnD6Q9UR PSWp29iQJ6HiBT3VHemI5LssA9a3KbiVP7O7Y4xQmyytm1qVxkeiB8rjvqz/fxQLnaTbsomkT45gl YT3dP6bHEaAsI3HQQQJKkFHKzacSk+tLQvvuv2NAhpP6B65/H0QbqebG/Jwi4gBZ/qamS2RSIUBwj Q9ZSvXqru0nhm16+ooccDtmbVKbf2nKRD4sy2Q/bofBwb/AAAC5NrN988vZH5tMOShfyVwk18Zgd1 OkxQof9WCBMqnFmRfc0T27ZbQ6KbJO0wYDX0n77ZBL1YiwcsgsHtlToURcjabnyFOl5h/6yVdxyF/ Tgm36WGJmdi9Agw3UcOp+A==; In-Reply-To: <871q18op24.fsf@ice9.digital> (message from Morgan Willcock on Tue, 24 Sep 2024 19:59:47 +0100) 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:324043 Archived-At: > From: Morgan Willcock > Cc: emacs-devel@gnu.org > Date: Tue, 24 Sep 2024 19:59:47 +0100 > > Eli Zaretskii writes: > > >> You can revert it (or make it optional), etc. > > > > Thanks. So Morgan, please post a patch that makes this feature > > opt-in. > > Patch is attached. Thanks, but shouldn't the new variable be a defcustom, i.e. a user option? AFAIU, the preference is on the user level. Also, this needs a NEWS entry.