Collin Funk writes:
> Hi Simon,
>
> Simon Josefsson via Gnulib discussion list writes:
>
>> I've been using 'codespell' to find typos in several projects for a long
>> time, via ad-hoc syntax-check rules in cfg.mk. I tried to clean up the
>> rule and make it generic enough to be useful everywhe
Hi Simon,
Simon Josefsson via Gnulib discussion list writes:
> I've been using 'codespell' to find typos in several projects for a long
> time, via ad-hoc syntax-check rules in cfg.mk. I tried to clean up the
> rule and make it generic enough to be useful everywhere. I've pushed
> the attached
Simon Josefsson writes:
> I think all of that could be converted into cfg.mk variables and use my
> 'make syntax-check' codespell rule. But it seems Emacs isn't using
> 'make syntax-check' from gnulib.
Sorry for not being clear. Emacs doesn't use maintainer-makefile and
such. I was just mention
Simon Josefsson via Gnulib discussion list writes:
>>> What do you think about this change?
>>>
>>> - AUTORECONFFLAGS="--verbose --install --force -I $m4_base $ACLOCAL_FLAGS"
>>> + AUTORECONFFLAGS="--verbose --install --force $ACLOCAL_FLAGS"
>>
>> It sounds like 'autoreconf' does a better job at
All,
I've been using 'codespell' to find typos in several projects for a long
time, via ad-hoc syntax-check rules in cfg.mk. I tried to clean up the
rule and make it generic enough to be useful everywhere. I've pushed
the attached patch, which includes some hints for cfg.mk configuration
to avoi