From: Carsten Dominik <dominik@science.uva.nl>
To: Leo <sdl.web@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Right click on link bug
Date: Sun, 18 Mar 2007 23:55:44 +0100 [thread overview]
Message-ID: <ed5050b92e952e939ea730c060736137@science.uva.nl> (raw)
In-Reply-To: <m2vegyp6lt.fsf@sl392.st-edmunds.cam.ac.uk>
On Mar 18, 2007, at 22:46, Leo wrote:
>
> For example, if I have an internal link [[* MFE][MFE]], mouse1 won't
> bring it to the right place. This is when it is rather inconvenient.
I guess this could be a start:
(defun org-flyspell-predicate ()
(not (org-at-regexp-p org-bracket-link-regexp)))
(add-hook 'org-mode-hook
(lambda () (setq flyspell-generic-check-word-predicate
'org-flyspell-predicate)))
- Carsten
next prev parent reply other threads:[~2007-03-18 22:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-16 17:38 Right click on link bug Leo
2007-03-18 20:40 ` Carsten Dominik
2007-03-18 21:46 ` Leo
2007-03-18 22:55 ` Carsten Dominik [this message]
2007-03-20 12:52 ` Leo
2007-03-20 16:18 ` Carsten Dominik
2007-03-20 17:52 ` Leo
2007-03-21 9:33 ` Leo
2007-03-21 9:53 ` Carsten Dominik
2007-03-21 10:13 ` Leo
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=ed5050b92e952e939ea730c060736137@science.uva.nl \
--to=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
--cc=sdl.web@gmail.com \
/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).