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: Tue, 20 Mar 2007 17:18:01 +0100 [thread overview]
Message-ID: <298107ce0840fde4204b6274d3a4f4a3@science.uva.nl> (raw)
In-Reply-To: <m2slc06ps5.fsf@sl392.st-edmunds.cam.ac.uk>
Org-mode 4.69 will have a modified version built-in,
so please remove this setup when switching to the next version.
- Carsten
On Mar 20, 2007, at 13:52, Leo wrote:
> On 2007-03-18, Carsten Dominik said:
>
>> 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
>
> This fixed the internal link problem mentioned above. Thanks.
next prev parent reply other threads:[~2007-03-20 17:27 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
2007-03-20 12:52 ` Leo
2007-03-20 16:18 ` Carsten Dominik [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=298107ce0840fde4204b6274d3a4f4a3@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.