bug#47088: org-w3m: handle w3m-image link information

2021-05-09 Thread Bastien
I'm closing this report as the patch has been applied upstream. -- Bastien

Re: bug#47088: org-w3m: handle w3m-image link information

2021-05-08 Thread Nicholas Savage
I have applied it now as commit 5d2ccdae7f in master. Thank you, Boruch! On Sat, May 8, 2021, at 03:44, Bastien wrote: > Hi Nick, > > Nick Savage writes: > > > I haven't opened up the code yet to take a look, but I likely will > > take a crack at some of these items in the future as

Re: bug#47088: org-w3m: handle w3m-image link information

2021-05-08 Thread Bastien
Hi Nick, Nick Savage writes: > I haven't opened up the code yet to take a look, but I likely will > take a crack at some of these items in the future as low-hanging fruit > refactoring project. Please feel free to go ahead and enhance ol-w3m.el in Org's repo with the patches that Boruch kindly

Re: bug#47088: org-w3m: handle w3m-image link information

2021-05-06 Thread Nick Savage
I haven't opened up the code yet to take a look, but I likely will take a crack at some of these items in the future as low-hanging fruit refactoring project. On 5/6/21 6:05 PM, Boruch Baum wrote: (org-w3m-get-image-end): New function, for w3m-img links. 3] As mentioned in the patch,

bug#47088: org-w3m: handle w3m-image link information

2021-05-06 Thread Boruch Baum
On 2021-05-05 10:16, Bastien wrote: > Thanks, it looks good. > > Can you try updating the patch against Org's upstream repository at > https://code.orgmode.org/bzg/org-mode/? > > Note that the file is lisp/ol-w3m.el there. 1] Attached. 2] Here's a commit message in the Changelog style:

bug#47088: org-w3m: handle w3m-image link information

2021-05-05 Thread Bastien
Boruch Baum writes: > Attached is a patch that adds to function `org-w3m-copy-for-org-mode' > support for w3m-image links. Note that because function > `org-make-link-string' is used for constructing the buffer substring to > be copied, w3m's special face to distinguish an image link is not >