From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Pierre L. Nageoire" Newsgroups: gmane.emacs.help Subject: Re: Indentation Date: Thu, 27 Jan 2022 04:30:36 +0100 Message-ID: <86bkzxdfdv.fsf@pollock-nageoire.net> References: <86o83yd1q2.fsf@pollock-nageoire.net> <87czkeyz45.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1052"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 27 05:24:18 2022 Return-path: Envelope-to: geh-help-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 1nCwKY-00006W-5N for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 27 Jan 2022 05:24:18 +0100 Original-Received: from localhost ([::1]:38584 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nCwKW-0008BU-RU for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 26 Jan 2022 23:24:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49602) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCwJX-0008B6-7N for help-gnu-emacs@gnu.org; Wed, 26 Jan 2022 23:23:15 -0500 Original-Received: from smtp05.smtpout.orange.fr ([80.12.242.127]:61141 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nCwJO-0004tw-Vv for help-gnu-emacs@gnu.org; Wed, 26 Jan 2022 23:23:08 -0500 Original-Received: from jabberwocky ([86.247.162.82]) by smtp.orange.fr with ESMTP id CwJLnc6C0PEU7CwJLnhH75; Thu, 27 Jan 2022 05:23:04 +0100 X-ME-Helo: jabberwocky X-ME-Date: Thu, 27 Jan 2022 05:23:04 +0100 X-ME-IP: 86.247.162.82 In-Reply-To: <87czkeyz45.fsf@zoho.eu> (Emanuel Berg via Users list for the's message of "Wed, 26 Jan 2022 22:18:50 +0100") Received-SPF: none client-ip=80.12.242.127; envelope-from=devel@pollock-nageoire.net; helo=smtp.smtpout.orange.fr X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135544 Archived-At: Hi, Emanuel Berg via Users list for the GNU Emacs text editor writes: > Pierre L. Nageoire wrote: > >> A few days ago with a macro of the form (define-something >> indentation below was of two characters. I find it suitable >> ... But after installing the last git version of emacs I got >> only one character : I dislike it ! There might be >> a variable to customize somewhere but don't know where ! > > You mean this looks like this? > > (define-error > nil nil) Exactly ! > > Try `eval'ing this ... > > (put 'define-error 'lisp-indent-function 0) I can actually do that for all my macros that start with define > > Then it looks like this, right? > > (define-error > nil nil) Yes exactly > > Don't know what happened or why tho ... If someone could explain why the indent mechanism has soddenly been changed I would be glad ! Regards