Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-09-05 Thread Bastien
Hi Tom, Tom Gillespie writes: > I also wanted to chime in here with a note that this seems to fall > into a larger set of questions about standardization and > regularization of the org babel api that have appeared on the list > over the past couple of months. Indeed. This is something we coll

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-09-05 Thread Tom Gillespie
Hi, One comment on this patch right now is that =errors= should probably be changed to =error= for consistency with the slime nomenclature and with the fact that all the rest of the options for the :results header are singular nouns. I also wanted to chime in here with a note that this seems to f

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-09-04 Thread Bastien
Hi, akater writes: > Sorry for the delay. The patch is now safe to apply. No problem. We are in feature freeze for 9.4 so this cannot be applied right now. Also, it modifies ob-core.el by allow "errors" and "trace" outputs. Before adding these optional output (just for Lisps?), let's thi

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-07-07 Thread akater
So, the overall plan that I suggest is as follows: - Merge the patch(es) I sent. Whether to merge documntation patch or not, is left for you to decide. The text does not lie to users but it hints at a feature that is not available yet. These patches will not break anything for anyone unle

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-07-06 Thread akater
Bastien writes: > Hi, > > akater writes: > >> This patch can't be merged right away: I need to sort out the exact >> SLIME version where the feature will be introduced. Some doc update is >> needed, too. > > did you finally managed to finalize this patch? > > If so, can you send it to the list a

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-06-02 Thread Bastien
Hi, akater writes: > This patch can't be merged right away: I need to sort out the exact > SLIME version where the feature will be introduced. Some doc update is > needed, too. did you finally managed to finalize this patch? If so, can you send it to the list as an attachment? We are in featu

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-04-18 Thread akater
To test the feature, please - git clone https://gitlab.com/akater/org-mode.git - checkout ob-lisp-traces-and-errors - load lisp/ob-lisp.el and lisp/ob-core.el in a running Emacs - M-: (defalias 'org-babel-execute:lisp 'org-babel-execute:lisp--multiple-targets-support) RET and also - git clone h

[PATCH] Add support for trace and error output streams in Common Lisp

2020-04-09 Thread akater
This patch can't be merged right away: I need to sort out the exact SLIME version where the feature will be introduced. Some doc update is needed, too. According to orgmode.org, I can link to a public repository and the branch. Repository: https://gitlab.com/akater/org-mode Branch: ob-lisp-traces-