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

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

Re: Flyspell-mode breaks CUA mode


From: Stefan Monnier
Subject: Re: Flyspell-mode breaks CUA mode
Date: Wed, 02 Nov 2005 23:04:20 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> I think running ispell-check-version (which does various things including
>> running a subprocess) from a post-command-hook is the core of the problem.
> ....
>> (because
>> flyspell's post-command-hook ends up setting deactivate-mark to t).

> Why is it setting deactivate-mark?

Because:
1 - any buffer modification sets deactivate-mark
2 - ispell-check-version puts the output of `ispell -V' in a buffer
3 - as mentioned flyspell's post-command-hook ended up calling
    ispell-check-version


        Stefan




reply via email to

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