[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Set Python shell in Org edit buffer
From: |
Jack Kamm |
Subject: |
Re: [PATCH] Set Python shell in Org edit buffer |
Date: |
Sun, 31 Dec 2023 10:14:28 -0800 |
Ihor Radchenko <yantar92@posteo.net> writes:
> python.el is convenient as it allows setting the session buffer name in
> advance via buffer-local variable. Then, all the normal python-mode
> commands, including `run-python' or `python-shell-send-region' will work
> as expected. However, other babel backends like ob-R do not have such a
> luxury (see the dance with renaming R process buffer in
> `org-babel-R-initiate-session').
For R specifically, using `ess-gen-proc-buffer-name-function' might
simplify things. Though of course this doesn't solve the problem more
generally for other languages.
- Re: [PATCH] Set Python shell in Org edit buffer, (continued)
- Re: [PATCH] Set Python shell in Org edit buffer, Ihor Radchenko, 2023/12/08
- Re: [PATCH] Set Python shell in Org edit buffer, Liu Hui, 2023/12/08
- Re: [PATCH] Set Python shell in Org edit buffer, Ihor Radchenko, 2023/12/09
- Re: [PATCH] Set Python shell in Org edit buffer, Liu Hui, 2023/12/09
- Re: [PATCH] Set Python shell in Org edit buffer, Jack Kamm, 2023/12/27
- Re: [PATCH] Set Python shell in Org edit buffer, Ihor Radchenko, 2023/12/28
- Re: [PATCH] Set Python shell in Org edit buffer, Jack Kamm, 2023/12/27
- Re: [PATCH] Set Python shell in Org edit buffer, Ihor Radchenko, 2023/12/28
- Re: [PATCH] Set Python shell in Org edit buffer, Jack Kamm, 2023/12/29
- Re: [PATCH] Set Python shell in Org edit buffer, Ihor Radchenko, 2023/12/31
- Re: [PATCH] Set Python shell in Org edit buffer,
Jack Kamm <=
- Re: [PATCH] Set Python shell in Org edit buffer, Jack Kamm, 2023/12/29
- Re: [PATCH] Set Python shell in Org edit buffer, Liu Hui, 2023/12/30