Re: [PATCH] 2.6.16.18 - spelling fix

From: Nikita Danilov
Date: Mon May 29 2006 - 03:49:19 EST


Neil Brown writes:
> On Saturday May 27, jpiszcz@xxxxxxxxxxxxxxx wrote:
> > I was experimenting with Linux SW raid today and found a spelling error
> > when reading the help menus...
> >
> > Patch attached, not sure if this is the right place to send it or if
> > patches go to Andrew Morton (misc ones like this)...
>
> Thanks....
> but more helpful than a spelling fix would be a chunk of elisp that I
> could stick in my .emacs, which would automatically turn on flyspell
> mode in Kconfig files, and inside comments in .c and .h files.

(defun linux-c-mode ()
...
(flyspell-prog-mode)
...)

>
> The first bit is probably trivial. The second has got to be
> possible...
>
> Or maybe just keep posting patches like this in the hope of shaming
> people like me into learning how to spell....
>
> ;-)
>
> Thanks.
>
> NeilBrown

Nikita.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/