emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Lundin <mdl@imapmail.org>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: Matthew Lundin <mdl@imapmail.org>,
	emacs org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Flyspell, org-mode, and urls
Date: Wed, 03 Jun 2009 16:04:52 -0500	[thread overview]
Message-ID: <87prdldo5n.fsf@fastmail.fm> (raw)
In-Reply-To: <24D1E283-DB19-4835-83F2-02608843596B@gmail.com> (Carsten Dominik's message of "Wed, 3 Jun 2009 14:41:08 +0200")

Carsten Dominik <carsten.dominik@gmail.com> writes:

> On May 28, 2009, at 11:40 PM, Matthew Lundin wrote:
>
>> Hi everyone,
>>
>> If I might cheat a bit and ask a question that part org-mode, part
>> another mode....
>>
>> I have recently begun to use flyspell with org-mode. Everything works
>> fine, but a minor problem arises when I type a url --- flyspell parses
>> each element as a normal word, thus resulting in a multi-colored
>> link. I
>> couldn't find any way of customizing flyspell to exclude certain
>> regexps.
>>
>> I noticed that muse mode has a function that prevents urls from being
>> improperly "colorized."
>>
>> ,----[muse-mode.el:306-315]
>> | (defun muse-mode-flyspell-p ()
>> |   "Return non-nil if we should allow spell-checking to occur at
>> point.
>> | Otherwise return nil.
>> |
>> | This is used to keep links from being improperly colorized by
>> flyspell."
>> |   (let ((pos (if (bobp) (point) (1- (point)))))
>> |     (and (not (get-text-property pos 'muse-no-flyspell))
>> |          (not (get-text-property pos 'muse-link))
>> |          (save-match-data
>> |            (null (muse-link-at-point))))))
>> `----
>>
>> Would someone happen to know how to accomplish something similar in
>> org-mode?
>
> We already have the exact same mechanism in place.  The problem is that
> flyspell-mode places the overlays *before* org sees that this is a link.
> There, a mechanism is needed to actively strip flyspell overlays in
> places where this is appropriate.  Muse-mode had this, and so do we now.

Thanks Carsten. It works very well now.

- Matt

      reply	other threads:[~2009-06-03 21:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-28 21:40 Flyspell, org-mode, and urls Matthew Lundin
2009-06-03 12:41 ` Carsten Dominik
2009-06-03 21:04   ` Matthew Lundin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87prdldo5n.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).