bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#18732: [PATCH] whitespace-mode: add 'big-indent style highlighting b


From: Ted Zlatanov
Subject: bug#18732: [PATCH] whitespace-mode: add 'big-indent style highlighting big indention
Date: Fri, 17 Oct 2014 08:56:44 -0400
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (darwin)

On Fri, 17 Oct 2014 09:39:42 +0200 Michal Nazarewicz <mina86@mina86.com> wrote: 

MN> Add a 'big-indent style to `whitespace-mode' indicating when indention
MN> level is getting too big.  By default, 32 spaces and four TABs are
MN> considered to be a big indention but `whitespace-many-tabs-regexp' can
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The regexp var was renamed to `whitespace-big-indent-regexp' so the
above note needs changing.

MN> +;; `whitespace-tab-regexp' Specify many TAB characters regexp.
MN> +;;

Copy+paste bug.

MN> +                    (const :tag "(Face) Big indentation" big-indent)

Maybe "Too much line indentation" would be a better user-facing tag.

MN> +(defcustom whitespace-big-indent-regexp
...
MN> +  :type '(regexp :tag "Big indention")

Typo in tag, and maybe reword to "Detect too much indentation at the beginning 
of a line".

MN> + []  C-t - toggle big indention visualization

Typo.

Looks good otherwise, I can't wait to start using it!  Thanks for
working on it.

Ted





reply via email to

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