all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences
       [not found] ` <20230921075911.57056C05819@vcs2.savannah.gnu.org>
@ 2023-09-21 13:15   ` Stefan Monnier
  2023-09-21 14:00     ` Bozhidar Batsov
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2023-09-21 13:15 UTC (permalink / raw)
  To: Bozhidar Batsov; +Cc: emacs-devel

[ 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences
  2023-09-21 13:15   ` [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences Stefan Monnier
@ 2023-09-21 14:00     ` Bozhidar Batsov
  0 siblings, 0 replies; 2+ messages in thread
From: Bozhidar Batsov @ 2023-09-21 14:00 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs Devel

[-- Attachment #1: Type: text/plain, Size: 982 bytes --]

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
> 
> 

[-- Attachment #2: Type: text/html, Size: 1754 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-21 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <169528315105.17748.13129277492018184806@vcs2.savannah.gnu.org>
     [not found] ` <20230921075911.57056C05819@vcs2.savannah.gnu.org>
2023-09-21 13:15   ` [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences Stefan Monnier
2023-09-21 14:00     ` Bozhidar Batsov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.