From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Orgmode and flyspell Date: Mon, 09 May 2011 16:19:19 -0400 Message-ID: <2692.1304972359@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJWvX-00062L-KB for emacs-orgmode@gnu.org; Mon, 09 May 2011 16:19:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJWvW-0002mO-O2 for emacs-orgmode@gnu.org; Mon, 09 May 2011 16:19:35 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:64036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJWvW-0002mJ-Iv for emacs-orgmode@gnu.org; Mon, 09 May 2011 16:19:34 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LKY00E763485X00@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 09 May 2011 15:19:20 -0500 (CDT) In-reply-to: Message from Marcelo de Moraes Serpa of "Mon, 09 May 2011 14:54:22 CDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: nicholas.dokos@hp.com, Org Mode Marcelo de Moraes Serpa wrote: > I have activated flyspell-mode (using aspell under the hood) and while > the detection of spelling errors work OK, I can't get the mouse-2 > functionality on org buffers. The org context menu comes instead. Does > anyone know how to deal with it? > Maybe you are binding mouse-2 explicitly somewhere? In my case, down-mouse-2 is bound to mouse-yank-primary normally, except when flyspell has detected an error, in which case it is bound to flyspell-correct-word when on the incorrect word overlay (and C-h c at that point says so.) Nick