Re: ob-async

2023-03-20 Thread Roger Mason
Hello again, Roger Mason writes: ...snip... > Is ob-async known to be broken? No. The user is broken. It seems ob-async must be required in the file in which it is to be used (I had it in my init file). I ran into a further problem that is resolved using: (defun no-hide-overlays (o

ob-async

2023-03-20 Thread Roger Mason
Hello, I installed ob-async from MELPA. It does not seem to work. For example the following simple source block is run synchronously, i.e., emacs shows the cursor as a watch and it is not possible to move point, or to type, until the source block completes. #+begin_src ruby :tangle test.rb

Re: [O] ob-async

2017-02-26 Thread Nicolas Goaziou
Hello, Alex Bennée writes: > Ken Mankoff writes: > >> An RSS feed I follow mentioned ob-async here: >> https://github.com/astahlman/ob-async >> >> I haven't seen it mentioned on the list yet. Perhaps others would be >> interested in asynchronou

Re: [O] ob-async

2017-02-20 Thread Alex Bennée
Ken Mankoff writes: > An RSS feed I follow mentioned ob-async here: > https://github.com/astahlman/ob-async > > I haven't seen it mentioned on the list yet. Perhaps others would be > interested in asynchronous Babel processing. I've seen the feature > requested ofte

[O] ob-async

2017-02-16 Thread Ken Mankoff
An RSS feed I follow mentioned ob-async here: https://github.com/astahlman/ob-async I haven't seen it mentioned on the list yet. Perhaps others would be interested in asynchronous Babel processing. I've seen the feature requested often on this list. -k.