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

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

Re: Spell checking of the commentary section by checkdoc.el.


From: Stefan Monnier
Subject: Re: Spell checking of the commentary section by checkdoc.el.
Date: Thu, 22 May 2003 13:25:25 -0400

> I implemented this.  See the two patches below.
> Stefan, is this what you had in mind?

I haven't looked at the details, but it looks very good
(I especially liked the line-beginning-position thingies ;-)

> Regarding the implementation: I'm a bit uncertain on two points.
> 
> 1. I did a defalias to define a defsubst.  Does this work?  I.e., if I
>    do (defsubst A ...) and then (defalias 'B 'A), is then B inline as
>    well?

AFAIK, no, it's not inlined.  Is that a problem ?

> 2. I used the function lisp-outline-level from lisp-mode.el and
>    required lisp-mode in the function definition that called
>    lisp-outline-level.  Is this good practice?

AFAIK, lisp-mode is dumped, so there's really no point requiring it.

> Note furthermore that I changed the description of lisp-mnt.el in the
> header line, the commentary section, and in the customize group.
> These descriptions used to say that lisp-mnt provides a minor mode,
> which it does not.

Great, thanks,


        Stefan





reply via email to

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