Re: [PATCH] org-protocol: decode "+" in query part as space (v3)

2021-09-27 Thread Bastien
Hi Max, Max Nikulin writes: > I had some test cases for decoding of "+" in org-protocol URIs, so I > have put them to test-org-protocol.el. Applied too, thanks again. -- Bastien

Re: [PATCH] org-protocol: decode "+" in query part as space (v3)

2021-09-27 Thread Bastien
Max Nikulin writes: > Surprisingly there is no conflicts during rebase. I expected changed > context in ORG-NEWS. Applied, thanks! -- Bastien

Re: [PATCH] org-protocol: decode "+" in query part as space (v3)

2021-09-27 Thread Max Nikulin
On 27/09/2021 21:31, Max Nikulin wrote: On 27/09/2021 17:38, Bastien wrote: Maxim Nikulin writes: I have realized that only a half of new apostrophes in doc strings were properly escaped, so I am attaching updated patch. I still consider the change as a minor improvement. Probably given the

Re: [PATCH] org-protocol: decode "+" in query part as space (v3)

2021-09-27 Thread Max Nikulin
On 27/09/2021 17:38, Bastien wrote: Maxim Nikulin writes: I have realized that only a half of new apostrophes in doc strings were properly escaped, so I am attaching updated patch. I still consider the change as a minor improvement. Probably given the delay, the patch does not apply anymore.

Re: [PATCH] org-protocol: decode "+" in query part as space (v2)

2021-09-27 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > I have realized that only a half of new apostrophes in doc strings > were properly escaped, so I am attaching updated patch. I still > consider the change as a minor improvement. Probably given the delay, the patch does not apply anymore. Would you be able to

Re: [PATCH] org-protocol: decode "+" in query part as space (v2)

2021-04-29 Thread Maxim Nikulin
I have realized that only a half of new apostrophes in doc strings were properly escaped, so I am attaching updated patch. I still consider the change as a minor improvement. On 06/04/2021 21:47, Maxim Nikulin wrote: When I tried org-protocol for the first time, I was quite surprised that qu

[PATCH] org-protocol: decode "+" in query part as space

2021-04-06 Thread Maxim Nikulin
Hi, Some time ago, when I tried org-protocol, I was quite surprised that query parameters generated using URLSearchParams JavaScript class are decoded incorrectly. "+" characters representing space are passed as is. I hope, I have found a proper place in the code to handle such case. It does