Commit graph

21 commits

Author SHA1 Message Date
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
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
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
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
Shigeaki Nishina
f7b790a49e Change package filename to julia-vterm.el and update names in the file accordingly 2020-10-23 12:34:23 +09:00
Renamed from julia-repl-vterm.el (Browse further)