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

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

Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function]


From: ET
Subject: Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function]
Date: 08 Nov 2001 10:23:46 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

thanks for the patch.  As far as I can tell it solves the conflict
with preview-latex.

I *think* it also improves the behavior of mouse-2 when flyspell is
used with goto-address.

when mouse-2 is clicked over a misspelled word highlighted by flyspell
I get the pop-up menu with selection of correct spellings.

Eli


>     The following patch seemingly fixes the problem for me.  You'll
>     probably want to make this only conditionally when
>     flyspell-use-local-map is t
> 
> This "fix" simply turns off the flyspell.el mouse-2 feature.
> That is too drastic; we should look for fixes that preserve
> the feature before we consider eliminating it.  We don't
> yet know where the bug is.
> 
>       In preview-latex, mouse-2 is bound to some function,
>     but when using it in conjunction with flyspell, this function not
>     work, and mouse-2 just pastes the selection instead.
> 
> flyspell provides a definition of defines mouse-2, but the definition
> does not paste.  So something very strange is happening, which is
> apparently not what flyspell is trying to do.  Maybe there is a bug
> in some Emacs primitive.  We need to get to the bottom of this.
> 
>     I do remember some screw up in this area (flyspell still uses
>     the `local-map' rather than `keymap' property, it seems).
> 
> On the contrary, the `local-map' property is NEWER than the `keymap'
> property.  So flyspell is using the most modern and recommended
> approach.



reply via email to

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