emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: compact-docstrings


From: Artur Malabarba
Subject: Re: [ELPA] New package: compact-docstrings
Date: Wed, 29 Jun 2016 15:00:17 +0000

On 2016-06-26 13:30, Clément Pit--Claudel wrote:
> As a follow-up to the recent discussion on docstring styles (see
> https://lists.gnu.org/archive/html/emacs-devel/2016-05/msg00240.html),
> I just pushed the attached package to scratch/compact-docstrings
> (this is my first push to ELPA, so please excuse potential
> mistakes).

> Just merged it into master.

Hi Clément,
Thanks for this package, it's pretty nice!

I couldn't get it to work on empty lines inside comments though. I set compact-docstrings-only-doc-blocks to nil, and turned on the minor-mode, but I don't see any effect on comments (docstrings and regular strings work fine).

Maybe I misunderstand the scenario? Am I correct in thinking that it should shrink the empty line in the following example?
```
;;; compact-docstrings.el --- Shrink blank lines in docstrings and doc comments

;; Copyright (C) 2016 Free Software Foundation, Inc.
```

Cheers,
Artur

reply via email to

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