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: Oleh Krehel
Subject: Re: Can we not introduce frivolous indentation change to define-minor-mode?
Date: Wed, 06 Jan 2016 16:48:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Jonas Bernoulli <address@hidden> writes:

> With
>
>   (defmacro define-minor-mode (...)
>     "..."
>     (declare ... (indent defun))
>     ...)
>
> we get
>
>   (define-minor-mode foo-mode
>     "doc-string"
>     :global t)

Thanks for explaining, but that's not what I get with my config:

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

It works fine only for the default setting:

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

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



reply via email to

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