* Point trapped in link
@ 2009-04-13 1:24 Leo
2009-04-13 1:52 ` Daniel Clemente
2009-04-15 14:52 ` Carsten Dominik
0 siblings, 2 replies; 8+ messages in thread
From: Leo @ 2009-04-13 1:24 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
I came across this bug by accident.
1. Create a new buffer and put it in org-mode
2. Create a new heading
3. Copy a url in for example http://www.google.com/
4. C-c C-l on the link and change the description to 'google' without
the quotes.
5. Move point (I use <left> and <right>) inside the link description.
You can see the point sometimes trapped in the beginning of the
description, <left> or <right> not able to move it.
I am running: GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.0, NS
apple-appkit-949.43) of 2009-04-12 on 64-71-7-214.static.wiline.com
and org 6.21b.
Best,
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Point trapped in link
2009-04-13 1:24 Point trapped in link Leo
@ 2009-04-13 1:52 ` Daniel Clemente
2009-04-13 6:57 ` Carsten Dominik
2009-04-15 14:52 ` Carsten Dominik
1 sibling, 1 reply; 8+ messages in thread
From: Daniel Clemente @ 2009-04-13 1:52 UTC (permalink / raw)
To: Leo; +Cc: emacs-orgmode
>
> You can see the point sometimes trapped in the beginning of the
> description, <left> or <right> not able to move it.
>
I can also see this bug; org-mode 6.25trans. The cursor is in fact moving through the invisible syntax, which at the beginning is [[http://www.google.com/][ (so after 26 <right>, you see it move again).
-- Daniel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Point trapped in link
2009-04-13 1:52 ` Daniel Clemente
@ 2009-04-13 6:57 ` Carsten Dominik
2009-04-13 20:11 ` Matthew Lundin
0 siblings, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2009-04-13 6:57 UTC (permalink / raw)
To: Daniel Clemente; +Cc: emacs-orgmode, Leo
On Apr 13, 2009, at 3:52 AM, Daniel Clemente wrote:
>>
>> You can see the point sometimes trapped in the beginning of the
>> description, <left> or <right> not able to move it.
>>
> I can also see this bug; org-mode 6.25trans. The cursor is in fact
> moving through the invisible syntax, which at the beginning is [[http://www.google.com/
> ][ (so after 26 <right>, you see it move again).
I have fixed this temporarily, but I still need to investigate what
the state of affairs is in Emacs 23 with intangible properties.
- Carsten
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Point trapped in link
2009-04-13 6:57 ` Carsten Dominik
@ 2009-04-13 20:11 ` Matthew Lundin
2009-04-14 1:17 ` Matthew Lundin
0 siblings, 1 reply; 8+ messages in thread
From: Matthew Lundin @ 2009-04-13 20:11 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode, Leo
Hi Carsten,
Carsten Dominik <carsten.dominik@gmail.com> writes:
> On Apr 13, 2009, at 3:52 AM, Daniel Clemente wrote:
>
>>>
>>> You can see the point sometimes trapped in the beginning of the
>>> description, <left> or <right> not able to move it.
>>>
>> I can also see this bug; org-mode 6.25trans. The cursor is in fact
>> moving through the invisible syntax, which at the beginning is
>> [[http://www.google.com/ ][ (so after 26 <right>, you see it move
>> again).
>
> I have fixed this temporarily, but I still need to investigate what
> the state of affairs is in Emacs 23 with intangible properties.
After pulling the most recent updates from the git repo, I am finding
that the point still gets trapped at the beginning and end of links
(i.e., when using C-f and M-f and C-b and M-b).
Here's my current emacs: GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+
Version 2.14.4) on Ubuntu 8.10.
- Matt
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Point trapped in link
2009-04-13 20:11 ` Matthew Lundin
@ 2009-04-14 1:17 ` Matthew Lundin
0 siblings, 0 replies; 8+ messages in thread
From: Matthew Lundin @ 2009-04-14 1:17 UTC (permalink / raw)
To: Matthew Lundin; +Cc: emacs-orgmode, Leo
Hi Carsten,
Matthew Lundin <mdl@imapmail.org> writes:
>> I have fixed this temporarily, but I still need to investigate what
>> the state of affairs is in Emacs 23 with intangible properties.
>
> After pulling the most recent updates from the git repo, I am finding
> that the point still gets trapped at the beginning and end of links
> (i.e., when using C-f and M-f and C-b and M-b).
>
> Here's my current emacs: GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+
> Version 2.14.4) on Ubuntu 8.10.
As a follow up I can confirm that this is an issue in Emacs 23 (which,
of course, you already know).
Moving through links works fine on GNU Emacs 22.3.1
(i386-apple-darwin9.6.0, Carbon Version 1.6.0) on Mac OS 10.5.
Thanks,
Matt
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Point trapped in link
2009-04-13 1:24 Point trapped in link Leo
2009-04-13 1:52 ` Daniel Clemente
@ 2009-04-15 14:52 ` Carsten Dominik
2009-04-15 16:24 ` Leo
2009-04-15 17:29 ` Leo
1 sibling, 2 replies; 8+ messages in thread
From: Carsten Dominik @ 2009-04-15 14:52 UTC (permalink / raw)
To: Leo; +Cc: emacs-orgmode
Hi Leo,
could you or someone else file a bug report with Emacs about this?
I just checked, Muse has the same problem.
But strangely, evaluating the following form in fundamental mode
(insert ">>" (propertize "12345" 'invisible t) "<<")
does not show this problem.
Thanks.
- Carsten
On Apr 13, 2009, at 3:24 AM, Leo wrote:
> Hi all,
>
> I came across this bug by accident.
>
> 1. Create a new buffer and put it in org-mode
> 2. Create a new heading
> 3. Copy a url in for example http://www.google.com/
> 4. C-c C-l on the link and change the description to 'google' without
> the quotes.
> 5. Move point (I use <left> and <right>) inside the link description.
>
> You can see the point sometimes trapped in the beginning of the
> description, <left> or <right> not able to move it.
>
>
> I am running: GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.0, NS
> apple-appkit-949.43) of 2009-04-12 on 64-71-7-214.static.wiline.com
>
> and org 6.21b.
>
> Best,
> --
> .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Point trapped in link
2009-04-15 14:52 ` Carsten Dominik
@ 2009-04-15 16:24 ` Leo
2009-04-15 17:29 ` Leo
1 sibling, 0 replies; 8+ messages in thread
From: Leo @ 2009-04-15 16:24 UTC (permalink / raw)
To: emacs-orgmode
On 2009-04-15 15:52 +0100, Carsten Dominik wrote:
> Hi Leo,
>
> could you or someone else file a bug report with Emacs about this?
>
> I just checked, Muse has the same problem.
>
> But strangely, evaluating the following form in fundamental mode
>
> (insert ">>" (propertize "12345" 'invisible t) "<<")
>
> does not show this problem.
>
> Thanks.
>
> - Carsten
I can do this. Would it suffice just move the original bug report over?
Leo.
>
> On Apr 13, 2009, at 3:24 AM, Leo wrote:
>
>> Hi all,
>>
>> I came across this bug by accident.
>>
>> 1. Create a new buffer and put it in org-mode
>> 2. Create a new heading
>> 3. Copy a url in for example http://www.google.com/
>> 4. C-c C-l on the link and change the description to 'google' without
>> the quotes.
>> 5. Move point (I use <left> and <right>) inside the link description.
>>
>> You can see the point sometimes trapped in the beginning of the
>> description, <left> or <right> not able to move it.
>>
>>
>> I am running: GNU Emacs 23.0.92.1 (i386-apple-darwin9.6.0, NS
>> apple-appkit-949.43) of 2009-04-12 on 64-71-7-214.static.wiline.com
>>
>> and org 6.21b.
>>
>> Best,
>> --
>> .: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
www.git-scm.com
git - the one true version control system
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Point trapped in link
2009-04-15 14:52 ` Carsten Dominik
2009-04-15 16:24 ` Leo
@ 2009-04-15 17:29 ` Leo
1 sibling, 0 replies; 8+ messages in thread
From: Leo @ 2009-04-15 17:29 UTC (permalink / raw)
To: emacs-orgmode
On 2009-04-15 15:52 +0100, Carsten Dominik wrote:
> Hi Leo,
>
> could you or someone else file a bug report with Emacs about this?
http://permalink.gmane.org/gmane.emacs.bugs/27204
Best wishes,
--
.: Leo :. [ sdl.web AT gmail.com ] .: I use Emacs :.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-04-15 17:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13 1:24 Point trapped in link Leo
2009-04-13 1:52 ` Daniel Clemente
2009-04-13 6:57 ` Carsten Dominik
2009-04-13 20:11 ` Matthew Lundin
2009-04-14 1:17 ` Matthew Lundin
2009-04-15 14:52 ` Carsten Dominik
2009-04-15 16:24 ` Leo
2009-04-15 17:29 ` Leo
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).