[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: |
Richard Stallman |
Subject: |
Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function] |
Date: |
Wed, 7 Nov 2001 22:00:37 -0700 (MST) |
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.
- [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], ET, 2001/11/07
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], David Kastrup, 2001/11/07
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function],
Richard Stallman <=
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], David Kastrup, 2001/11/08
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], Stefan Monnier, 2001/11/08
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], David Kastrup, 2001/11/08
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], Stefan Monnier, 2001/11/09
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], David Kastrup, 2001/11/09
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], Richard Stallman, 2001/11/10
- Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], David Kastrup, 2001/11/10
Re: [address@hidden: Re: [Preview-latex-devel] CVS-1.42; scale function], Stefan Monnier, 2001/11/07