emacs-devel
[Top][All Lists]
Advanced

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

Re: Breaking change with auto-filling in Org mode with recent commit


From: Noam Postavsky
Subject: Re: Breaking change with auto-filling in Org mode with recent commit
Date: Thu, 10 Aug 2017 18:00:44 -0400

On Thu, Aug 10, 2017 at 5:34 PM, Kaushal Modi <address@hidden> wrote:
>
> I found this use case which is still broken, in emacs-lisp-mode:
>
> ====
> (defcustom foo-boolean nil
>   "Some foo variable.
> Some long description that needs to be auto-filled and will span multiple
> lines."
>   :group 'foo
>   :type 'boolean)
> =====
>
> With the point anywhere in the doc-string, hit M-q. You will get:
>
> =====
> (defcustom foo-boolean nil
>   "Some foo variable.
> Some long description that needs to be auto-filled and will span
>   multiple lines."  :group 'foo :type 'boolean)
> =====
>
> But actually this should have happened:
>
> =====
> (defcustom foo-boolean nil
>   "Some foo variable.
> Some long description that needs to be auto-filled and will span
> multiple lines."
>   :group 'foo
>   :type 'boolean)
> =====

This is Bug#24622 I think.



reply via email to

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