Commit graph

144 commits

Author SHA1 Message Date
461b8c423b
only send top level functions
... and don't get confused by functions within functions
2025-01-22 12:57:10 -05:00
6b39ac33fc
bump version 2025-01-22 10:11:05 -05:00
6cce934b0a
do not polute history in ipython, fixes #5 2025-01-22 10:10:34 -05:00
9c3a1feeac
CI: let melpazoid know that the package is in MELPA and move fetcher 2025-01-21 13:03:17 -05:00
27dc1af671
bump version 2025-01-21 12:34:28 -05:00
c93ea742db
add function and keybinding to rerun last repl command 2025-01-21 12:33:54 -05:00
f91baed57a
make the run defun more robust 2025-01-21 12:26:50 -05:00
John Lapeyre
9c85cdaf4b
Make send-region-or-current-line respect silent-cells (#4)
Previously only cells and functions could be sent "silently".
2025-01-21 12:00:59 -05:00
6ea07943ff
fix melpa badge in readme 2024-09-16 17:51:58 -04:00
95d6842790
update readme after inclusion into MELPA 2024-09-15 16:42:51 -04:00
e6908089d3
try out my vterm fix to melpazoid 2024-09-15 13:48:27 -04:00
3afffd8329
bump vterm requirement and add python requirement 2024-09-15 12:47:33 -04:00
ae81e0ad8a
move variable declarations to the right place and add documentation 2024-09-15 12:44:34 -04:00
6e17517c2e
require python 2024-09-15 12:44:25 -04:00
caca7cdab5
fix another overlong docstring 2024-09-15 12:44:08 -04:00
3a599b20bb
fix over-long docstring formatting 2024-09-15 12:31:16 -04:00
bab69eb5ce
move variable declarations to the right place 2024-09-15 12:31:05 -04:00
e2ed9db0d4
fix sharp-quote syntax 2024-09-15 12:28:09 -04:00
05f3be3a02
remove monkey-patch aliases 2024-09-15 12:27:54 -04:00
c7a74eaf99
install emacs-libvterm 2024-09-13 19:45:16 -04:00
5b9d6c6005
use sharp quotes where possible 2024-09-13 18:54:33 -04:00
4c14b6643d
install libvterm in ci 2024-09-13 18:52:04 -04:00
f82b6a8695
make checkdoc happy 2024-09-13 18:48:37 -04:00
b0312cf2c7
correct package URL 2024-09-13 18:41:32 -04:00
c17c0c9bb2
add melpazoid 2024-09-13 18:37:16 -04:00
b9c8e1fd33
remove spurious message 2024-09-12 11:58:56 -04:00
80af89e887
use sharp quotes and require correct version of emacs 2024-09-12 11:57:41 -04:00
fd34ca2e9f
rename the main file (again) 2024-09-12 11:36:59 -04:00
5f28ff26cd
reset version number to maintain lineage 2024-09-12 11:35:49 -04:00
9547f9d390
update readme 2024-09-12 11:35:26 -04:00
57d5bf3f62
rename project 2024-09-12 11:31:13 -04:00
fca6fd0851
update description 2024-09-12 11:28:51 -04:00
13cf915a03
bump version 2024-09-12 11:22:22 -04:00
ef4ae7103f
fix session handling 2024-09-12 11:22:05 -04:00
5a97d7771d
remove nonsensical buffer-local id variable 2024-09-12 10:43:55 -04:00
108a8d1ca2
fix the prompt timer 2024-09-12 10:41:00 -04:00
11861302aa
make launch more robust 2024-06-11 14:58:05 -04:00
0755613c86
fix: send-function should send decorators too 2024-05-17 18:08:35 -04:00
b59e1d9e46
feature: importing the buffer 2024-05-17 16:19:50 -04:00
fddaf8e52b
document the ipython-detection timeout 2024-05-16 12:08:28 -04:00
ce67b62261
make script execution more robust 2024-05-16 12:07:14 -04:00
fba8ea7e41
make launching python more robust 2024-05-16 12:02:35 -04:00
a779742e6f
rev version 2024-05-16 11:45:21 -04:00
4558d98099
fix send-buffer for standard python 2024-05-16 11:44:41 -04:00
862eb0dcd3
also adapt run-buffer-file 2024-05-16 11:37:47 -04:00
d3a6d0235e
add info about REPL scripts 2024-05-16 11:32:55 -04:00
067e67ea7e
use ipython magic if possible and plain python otherwise 2024-05-16 11:26:09 -04:00
cc4ae4f19b
implement running general scripts and detecting ipython 2024-05-16 11:04:52 -04:00
2d9cc5f0c5
don't run hooks maunally 2024-05-15 10:47:59 -04:00
c0db7c24f8
implement repl restart
Co-authored-by: Shigeaki Nishina <shgaki@gmail.com>
2024-05-15 09:31:29 -04:00