From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Right click on link bug Date: Sun, 18 Mar 2007 21:40:01 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HT2C3-0006pP-3R for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 16:41:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HT2C1-0006pC-4d for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 16:41:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HT2C0-0006p9-Va for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 15:41:29 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HT2Ad-0007hk-7x for emacs-orgmode@gnu.org; Sun, 18 Mar 2007 16:40:03 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Leo Cc: emacs-orgmode@gnu.org On Mar 16, 2007, at 18:38, Leo wrote: > Dear all, > > Put the following line in a buffer: > [[http://www.google.com][Musick is wrong]] > > then enable org-mode and flyspell-mode. Now right click on the word > "Musick" and you can see the behavior of mouse1 has be changed to yank > instead of opening the link. That will teach you! Don't misspell your links!!!!! :-) Well, competing overlays with competing keymaps, I really would not know how to fix this on my side. I know that ispell (and therefore flyspell) has some ways to not check TeX command names, for example. But I am not sure if this is extensible so that we could use it for org-mode, making it skip links. And I am not even sure if this is what you would want, because it is actually nice to have the description part of a link spell-checked! Summary: If you use flyspell, do actually use it to correct your typos :-) Cheers. - Carsten