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

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

Re: Spell Checking


From: Stefan Monnier
Subject: Re: Spell Checking
Date: Tue, 07 Jun 2005 18:51:25 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Can you trick it by adding backslash-character to
> ispell-skip-region-alist?

> (add-hook 'c-mode-hook
>            (lambda ()
>              (set (make-local-variable 'ispell-skip-region-alist)
>                   (cons '("\\\\[abfnrtv\\'\"]") ispell-skip-region-alist))))

Could you maybe pass this on to CC-mode people?
Or does it have some negative side effect (like severe slowdown)?


        Stefan



reply via email to

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