emacs-devel
[Top][All Lists]
Advanced

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

Re: [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstr


From: Bozhidar Batsov
Subject: Re: [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences
Date: Thu, 21 Sep 2023 17:00:32 +0300
User-agent: Cyrus-JMAP/3.9.0-alpha0-761-gece9e40c48-fm-20230913.001-gece9e40c

Yeah, totally. I'm guessing he didn't notice the project already had one. And I didn't pay enough attention to the diff. :D 

On Thu, Sep 21, 2023, at 4:15 PM, Stefan Monnier wrote:
[ Sorry, "vemv" is not in the Cc because it used a bogus email
  address.  ]

> --- a/Eldev
> +++ b/Eldev
> @@ -33,6 +33,9 @@
>      (signal 'eldev-wrong-option-usage `("unknown test type `%s'" ,type)))
>    (setf cider-test-type (intern type)))
>  
> +(setq byte-compile-docstring-max-column 100) ;; slightly increase the maximum (applies to checkdoc and the byte compiler alike)
> +(setq checkdoc-permit-comma-termination-flag t) ;; allow commas to indicate that the first sentence continues, which enables longer first sentences
> +
>  (add-hook 'eldev-test-hook
>            (lambda ()
>              (eldev-verbose "Using cider tests of type `%s'" cider-test-type)))

Wouldn't it make more sense to set those via `.dir-locals.el`?


        Stefan




reply via email to

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