Re: [Orgmode] Right click on link bug

2007-03-20 Thread Carsten Dominik
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][M

Re: [Orgmode] Right click on link bug

2007-03-20 Thread Leo
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 () >

Re: [Orgmode] Right click on link bug

2007-03-19 Thread Leo
On 2007-03-18, Carsten Dominik said: > 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 o

Re: [Orgmode] Right click on link bug

2007-03-18 Thread Carsten Dominik
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

Re: [Orgmode] Right click on link bug

2007-03-18 Thread Carsten Dominik
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 li

[Orgmode] Right click on link bug

2007-03-16 Thread Leo
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. Regards, -- Leo