help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indentation


From: Pierre L. Nageoire
Subject: Re: Indentation
Date: Thu, 27 Jan 2022 04:30:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hi,

Emanuel Berg via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]