From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SymNMWwTyl51IgAA0tVLHw (envelope-from ) for ; Sun, 24 May 2020 06:25:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id cEO7LGwTyl6ZRAAAbx9fmQ (envelope-from ) for ; Sun, 24 May 2020 06:25:48 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 57A4C940058 for ; Sun, 24 May 2020 06:25:48 +0000 (UTC) Received: from localhost ([::1]:46030 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jck4x-000846-AG for larch@yhetil.org; Sun, 24 May 2020 02:25:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40038) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jck4N-0007zt-51; Sun, 24 May 2020 02:25:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56808) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jck4M-0007aw-Rr; Sun, 24 May 2020 02:25:10 -0400 Received: from lns-bzn-32-82-254-31-120.adsl.proxad.net ([82.254.31.120]:51604 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jck4J-0000oW-Q1; Sun, 24 May 2020 02:25:08 -0400 Received: by guerry (Postfix, from userid 1000) id 4E62F1A604DE; Sun, 24 May 2020 08:25:06 +0200 (CEST) From: Bastien To: Nicolas Goaziou Subject: Re: [PATCH] Make RET and C-j obey `electric-indent-mode' in org-mode Organization: GNU References: <20200426172206.GC18629@ACM> <87y2qhnc9a.fsf@gmail.com> <20200427102311.GA4976@ACM> <87mu6xtano.fsf@gmail.com> <87k120ohsq.fsf@mail.linkov.net> <87blnbir01.fsf@nicolasgoaziou.fr> <87o8rbmbfa.fsf@mail.linkov.net> <87k11yftqo.fsf@nicolasgoaziou.fr> <87pnbqo74t.fsf_-_@gmail.com> <87ees6fp8r.fsf@nicolasgoaziou.fr> <87y2q89dx7.fsf@gmail.com> <874ksv4uv1.fsf@nicolasgoaziou.fr> <87ftcfekxt.fsf@gmail.com> <877dxpazbo.fsf_-_@gmail.com> <87ftcc9g27.fsf@nicolasgoaziou.fr> <87wo5ogdfl.fsf@gmail.com> <874kss9bqx.fsf@nicolasgoaziou.fr> <87368br8wi.fsf@gmail.com> <87v9l7pu3t.fsf@gmail.com> <87wo5n5yde.fsf@nicolasgoaziou.fr> Date: Sun, 24 May 2020 08:25:06 +0200 In-Reply-To: <87wo5n5yde.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 07 May 2020 21:38:37 +0200") Message-ID: <871rn9x325.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Emacs developers , Org Mode list , =?utf-8?Q?K=C3=A9vin?= Le Gouguec Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 0.49 X-TUID: aabuf/dTcT6c Nicolas Goaziou writes: > K=C3=A9vin Le Gouguec writes: > >>> (I hope I got that right.) > > LGTM. I applied the patch on your behalf. > > Now Org has future-proof support for Electric indent mode. Thanks to both of you for this welcome improvement! --=20 Bastien