From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Flyspell highlighting (again) Date: Wed, 7 Apr 2010 08:50:28 +0200 Message-ID: References: <20100406170521.GB9521@edgar.terramar.selidor.net> <4BBB8281.3060107@os.inf.tu-dresden.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzP64-00087n-Ff for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 02:50:44 -0400 Received: from [140.186.70.92] (port=36883 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzP5y-00083Q-FV for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 02:50:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzP5t-0003ww-69 for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 02:50:38 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:11748) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzP5t-0003wn-0Y for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 02:50:33 -0400 Received: by ey-out-1920.google.com with SMTP id 4so75102eyg.34 for ; Tue, 06 Apr 2010 23:50:32 -0700 (PDT) In-Reply-To: <4BBB8281.3060107@os.inf.tu-dresden.de> 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: Martin Pohlack Cc: emacs-orgmode@gnu.org On Apr 6, 2010, at 8:50 PM, Martin Pohlack wrote: > On 06.04.2010 19:05, Ivan Vilata i Balaguer wrote: >> Here Matthew Lundin reported Flyspell highlighting URL components: >> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg14029.html >> >> The issue should be fixed according to the thread, but URLs like >> http://example.com/foo_blarghaa still cause problems ("blarghaa" is >> highlighted by Flyspell). >> >> For the wishlist, it'd also be nice to exclude "#+FOO" options from >> flyspelling, since they tend to get highlighted when writing non- >> English text. > > I'm also seeing my todo states highlighted whenever they are invalid > words (TODO, PROJ, CONT, etc.). > > Would this also be the place to exclude those? This would require hacking the function org-mode-flyspell-verify. Note that this functions is called so often that is should be very efficient. - Carsten