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

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

Preventing flyspell checking some regions


From: Victor Kirk
Subject: Preventing flyspell checking some regions
Date: Fri, 20 Sep 2002 14:25:06 +0100

Hi,

Does anyone know how I can get flyspell to not spell check a region?
For example, I mark bits of code in a text buffer like this,

.CODE
int main(int argc, char* argv[])
{
    std::cout<<"Hello "<< (argc>=2) ? argv[1] : "Foo"<<'\n';

    return 0;
}
.E_CODE

I'd like flyspell not to attempt to check my code.


Vic
--
This message, including attachments, is intended only for the use by the
person(s) to whom it is addressed. It may contain information which is
privileged and confidential. Copying or use by anybody else is not
authorised. If you are not the intended recipient, please contact the sender
as soon as possible. The views expressed in this communication may not
necessarily be the views held by Serco Integrated Transport.




reply via email to

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