emacs-devel
[Top][All Lists]
Advanced

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

Re: Can we not introduce frivolous indentation change to define-minor-mo


From: Dmitry Gutov
Subject: Re: Can we not introduce frivolous indentation change to define-minor-mode?
Date: Wed, 6 Jan 2016 17:54:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Thunderbird/43.0

On 01/06/2016 05:48 PM, Oleh Krehel wrote:

It works fine only for the default setting:

     (setq lisp-indent-function 'lisp-indent-function)

We use the default setting in the Emacs sources, and recommend it for third-party Elisp as well. If you're adamant on using common-lisp-indent-function, why not change the `indent' property of `define-minor-mode' in your own config?

which is problematic for me in several other areas (indentation of
quoted lists, vectors, cl-labels etc).

As discussed in the relevant bug, we'll gladly take a patch for quoted lists. For vectors too, I assume; I haven't noticed this problem much before.



reply via email to

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