Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-22 Thread Nicolas Goaziou
Hello, András Simonyi writes: >> - As suggested by Bruce D'Arcus, we might move `org-cite-get-boundaries' >> in `oc.el' proper, since it is also used elsewhere (at least in >> "oc-basic.el"). > > sure, it makes more sense there, especially because I took the > fragment from your code IIRC (a

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-15 Thread András Simonyi
Dear All, thanks for the positive feedback, and sorry for the late reply. On Sat, 12 Jun 2021 at 16:46, Nicolas Goaziou wrote: > It may make sense to merge it with "oc-csl.el" at some point. If that > suits you, Absolutely, thanks for the suggestion! > In addition, I have a couple of comments

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Nicolas Goaziou
Hello, Timothy writes: > Update: I found the thread, > https://orgmode.org/list/87lf90b5ey@gnu.org/ Ah! I forgot about that. Thanks for the heads-up. András: feel free to disregard that part of my message. Regards, -- Nicolas Goaziou

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Bruce D'Arcus
Good; I was wondering about that! On Sat, Jun 12, 2021, 8:47 AM Timothy wrote: > > Update: I found the thread, > https://orgmode.org/list/87lf90b5ey@gnu.org/ > > Timothy writes: > > > Regarding the Emacs 24.3 requirement, I haven't got the thread on hand > > but IIRC Bastien said that he wi

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Timothy
Update: I found the thread, https://orgmode.org/list/87lf90b5ey@gnu.org/ Timothy writes: > Regarding the Emacs 24.3 requirement, I haven't got the thread on hand > but IIRC Bastien said that he will bump Org's minimum Emacs to 25 in the > 9.5 release. As long as I'm not mis-remembering, th

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Timothy
Nicolas Goaziou writes: > It may make sense to merge it with "oc-csl.el" at some point. If that > suits you, there are a few gotchas: > > - `alist' library isn't usable in Org, as it didn't exist in Emacs 24.3. > So, there's unfortunately no `alist-get' for us. > > - `<=' was not a variadic f

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Nicolas Goaziou
Hello, András Simonyi writes: > playing with the new citation API (which is already very impressive > and usable!) I cobbled together an "activation processor" which > fontifies Org citations using citeproc-el generated previews (when the > cursor is elsewhere). It also shows the full references

[wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread András Simonyi
Dear All, playing with the new citation API (which is already very impressive and usable!) I cobbled together an "activation processor" which fontifies Org citations using citeproc-el generated previews (when the cursor is elsewhere). It also shows the full references as a tooltip on mouse-over. C