Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-03-16 Thread Bastien
Hi Samuel, Samuel Loury writes: > Bastien writes: > >> No problem at all. I decided to go and accept patches from people >> that did not confirm they got the FSF papers because merging 8.0 >> into Emacs trunk is not likely to happen to soon... So. > > Good news, I got the confirmation that my

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-03-16 Thread Samuel Loury
Hi, Bastien writes: > No problem at all. I decided to go and accept patches from people > that did not confirm they got the FSF papers because merging 8.0 > into Emacs trunk is not likely to happen to soon... So. Good news, I got the confirmation that my "assignment/disclaimer process with the

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-02-13 Thread Bastien
Hi Samuel, Samuel Loury writes: > I am sorry for not sending the full patch myself: I am still waiting for > the documents indicating I can contribute to emacs. No problem at all. I decided to go and accept patches from people that did not confirm they got the FSF papers because merging 8.0 in

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-02-13 Thread Samuel Loury
Hi, Bastien writes: >> It adjusts org-open-at-point to have plain links handled the same way >> bracket links are. It allows plain links to be followed if the cursor is >> before the link while still on the same line. By the way, the documentation of org-open-at-point says: ╭ │ If there is

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-02-13 Thread Bastien
Hi Samuel, Samuel Loury writes: > It adjusts org-open-at-point to have plain links handled the same way > bracket links are. It allows plain links to be followed if the cursor is > before the link while still on the same line. I applied a slightly modified version of your patch, condensing comm

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-14 Thread Samuel Loury
Hi, I sent the request to ass...@gnu.org 10 days ago and wait for the documents. By the way, I messed up with parens when I remove dangling ones so don't bother about the last [PATCH] mail. Bastien writes: > Hi Samuel, > > Samuel Loury writes: > >> In attachment is a patch making tests of the

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-04 Thread Bastien
Hi Samuel, Samuel Loury writes: > In attachment is a patch making tests of the previous mail > (id:"87wqvtrxcp@konixwork.incubateur.ens-lyon.fr") pass. thanks for raising this issue again -- I agree with your point here, but I cannot apply the patch as it is too big to be considered a TINY

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-04 Thread Samuel Loury
In attachment is a patch making tests of the previous mail (id:"87wqvtrxcp@konixwork.incubateur.ens-lyon.fr") pass. It adjusts org-open-at-point to have plain links handled the same way bracket links are. It allows plain links to be followed if the cursor is before the link while still on the

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-04 Thread Samuel Loury
Hi and thanks for paying attention to my patch. Bastien writes: > I allowed myself to fix this, with a somewhat smaller patch: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?h=maint&id=14ffe2 This is indeed a good way to fix the uncaught error problem. Nonetheless, the patch I provided was

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2012-12-20 Thread Bastien
Hi Samuel and Nicolas, I allowed myself to fix this, with a somewhat smaller patch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?h=maint&id=14ffe2 Thanks Samuel for the patch and for reporting this problem! -- Bastien

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2012-11-28 Thread Nicolas Goaziou
Hello, Samuel Loury writes: > From 0e31213fa486f7fcfe1c2b7037689df077a39fce Mon Sep 17 00:00:00 2001 > From: Samuel Loury > Date: Thu, 22 Nov 2012 09:31:15 +0100 > Subject: [PATCH] Fix the uncaught exception when doing opening a link from > nowhere > > * lisp/org.el (org-open-at-point): Make s

[O] [PATCH] Fix uncaught error when trying to open a link at point

2012-11-22 Thread Samuel Loury
From 0e31213fa486f7fcfe1c2b7037689df077a39fce Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Thu, 22 Nov 2012 09:31:15 +0100 Subject: [PATCH] Fix the uncaught exception when doing opening a link from nowhere * lisp/org.el (org-open-at-point): Make sure point is on a org-plain-link-re before t