5ff444bc9c
fix from run-buffer function name
2024-05-11 16:33:55 -04:00
9eb98786a0
tweak readme to reflect the port to python
2024-05-11 16:32:05 -04:00
bf20984058
use a pure python way to cd
2024-05-11 16:31:51 -04:00
a7a603c24d
port to python
2024-05-11 16:29:05 -04:00
shg
6d67b618a6
Fix string/regexp patterns for prompt detection
...
- Bump version to 0.24
2023-08-16 08:18:18 +09:00
shg
3e0ce9fc14
Support numbered prompt introduced in Julia 1.9
...
- Also update Copyright line and bump version to 0.23
2023-08-11 11:47:35 +09:00
shg
7bee25f807
Fix capitalization
2023-08-11 11:43:21 +09:00
shg
1af9e36e90
Add a leading whitespace to the lighter string of julia-vterm-mode
2023-04-04 17:26:19 +09:00
shg
e4d1c28935
Enable session name completion when opening a REPL
...
- Bump version to 0.22
2022-09-12 11:46:09 +09:00
shg
a3ab6cef6c
Remove the code to reuse the REPL or script buffer in another frame
...
- Bump the version to 0.21
2022-09-07 15:33:47 +09:00
shg
738b9eb50b
Bump version to 0.20
2022-08-25 17:34:42 +09:00
shg
a82419796d
Ensure a newline at the end of the string sent to REPL ( fixes #2 )
2022-08-25 14:54:02 +09:00
shg
cfa4d2d632
Remove some redundant code
...
- Merge julia-vterm-repl-buffer and
julia-vterm-repl-buffer-with-session-name
2022-08-18 12:15:20 +09:00
shg
a19c0c4917
Make julia-vterm-repl-program buffer-local
2022-08-13 23:06:42 +09:00
shg
4c7d5ed137
Use julia-session as a variable alias for julia-vterm-session
2022-08-13 23:04:47 +09:00
shg
45ec4a4e29
Update some doc strings
2022-08-13 06:57:33 +09:00
shg
698ca35da0
Allow to specify session using a buffer local variable
2022-07-20 23:10:14 +09:00
shg
fef0df66e1
Bump version to 0.18
2022-07-13 11:16:09 +09:00
Shohei YOSHIDA
1563d2bbff
Fix byte-compile error ( #10 )
2022-07-13 11:14:44 +09:00
shg
58a62b398b
Update README
2022-07-07 23:48:56 +09:00
shg
4a669b70a7
Update README
2022-07-07 14:40:25 +09:00
shg
5c2354ed23
Update README
2022-07-07 08:21:15 +09:00
shg
1996189c6c
Update README.org
2022-07-06 23:36:50 +09:00
shg
2ef6514fd9
Allow to specify session name for julia-vterm-repl
2022-07-02 23:11:16 +09:00
shg
9707efdaed
Delete an extra space
2022-07-02 23:09:05 +09:00
shg
c5f67a3727
Reuse window in other frame when switching between script and REPL buffers
...
- Use consistent variable name for prefix arg
- Bump version to 0.17
2022-05-24 22:28:43 +09:00
shg
5374776991
Bump version to 0.16
2022-05-11 07:59:47 +09:00
shg
fcb13f4906
Make sure to run the correct per-buffer filter functions by using closure
2022-05-11 07:29:40 +09:00
shg
9c6a7cd313
Include more characters at the end of the buffer for checking status
2022-05-11 07:24:34 +09:00
shg
92440ab7a9
Fix the issue when the str sent to the filter is short
2022-05-04 14:39:19 +09:00
shg
ce041ad0a9
Fix the define-minor-mode lines to use keywords
2022-05-04 14:38:13 +09:00
shg
90bce73aa4
Add julia-vterm-repl-buffer-status
2022-05-03 22:17:12 +09:00
shg
443924f6eb
Merge branch 'filter'
...
- Bump version to 0.15
2022-05-03 09:07:16 +09:00
shg
94724837aa
Implement a function to run filter functions
2022-05-02 00:46:28 +09:00
shg
d36dde1c7e
Add julia-vterm-fellow-repl-buffer-status
...
Bump version to 0.14
2022-05-02 00:29:27 +09:00
shg
d02c8ffbd8
Add docstring to julia-vterm-repl-program
2021-06-12 15:44:03 +09:00
Shigeaki Nishina
d57448466c
Update information about how to specify julia command to be used to README
2021-04-28 16:59:43 +09:00
Mason Protter
9e31f62a12
Update README.org ( #9 )
2021-04-28 16:30:38 +09:00
Shigeaki Nishina
b8a749f19b
Remove reference to vterm's internal symbol
2021-04-10 09:40:05 +09:00
Shigeaki Nishina
1d70c7f9fb
Bump version to 0.12
2021-03-27 15:57:49 +09:00
Shigeaki Nishina
cc4067c79d
Define an alias to julia-vterm-send-cd-to-buffer-directory
2021-03-27 15:56:53 +09:00
Shigeaki Nishina
e0dd3e94a4
Define an alias to start julia-vterm-repl
2021-03-27 15:54:01 +09:00
Shigeaki Nishina
c051cdc4ba
Update "Should I use this?" section of README.org
2021-02-11 14:52:27 +09:00
Shigeaki Nishina
06ee45bffb
Bump version to 0.11
2020-12-23 16:41:10 +09:00
Michal Sojka
742ce656e2
Allow ending copy mode with C-c C-t ( #3 )
...
When ending julia-vterm-repl-copy-mode by pressing C-c C-t, the Julia
process remains stopped and the buffer is almost unusable, because it
does not have its local keymap set. The only working way to terminate
the copy mode is by pressing RET, but this requires an active region.
This commit fixes the above problem by moving the code for ending the
copy mode to julia-vterm-repl-copy-mode. Now the copy mode can be
terminated by both RET and C-c C-t.
2020-12-23 15:42:22 +09:00
Shigeaki Nishina
d4d5c50f15
Make julia-vterm-paste-string accept session-name argument
2020-12-02 17:45:46 +09:00
Shigeaki Nishina
635ed51adb
Implement support for multiple REPL buffers
2020-11-10 17:19:09 +09:00
Shigeaki Nishina
f5b875e778
Fix style
2020-10-27 15:02:12 +09:00
Shigeaki Nishina
578b8e46a9
Implement send cd to buffer directory
2020-10-27 09:24:35 +09:00
Shigeaki Nishina
c0daa3d1c1
Implement send by include or Revise.includet
2020-10-27 08:33:06 +09:00