Commit graph

144 commits

Author SHA1 Message Date
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
Shigeaki Nishina
af63605863 Fix links 2020-10-26 20:14:42 +09:00
Shigeaki Nishina
df696fe340 Update README to include MELPA information 2020-10-26 14:31:14 +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
Shigeaki Nishina
8adccee08e Fix a few doc strings 2020-10-09 18:16:14 +09:00
Shigeaki Nishina
e7e22e624e Update README 2020-10-09 15:40:05 +09:00
Shigeaki Nishina
51037a442e Add requirements 2020-10-09 14:12:59 +09:00
Shigeaki Nishina
f69b3c5263 Ignore *.elc 2020-10-09 12:08:09 +09:00
Shigeaki Nishina
4c0488ceda Update comments to follow some guidelines 2020-10-09 12:08:09 +09:00
Shigeaki Nishina
c42ec3785d Remove add-hook line and now julia-mode is not required 2020-10-09 12:08:09 +09:00
Shigeaki Nishina
11a8703e1c Add GPL v3 text 2020-10-09 12:08:09 +09:00
Shigeaki Nishina
07f6ec6351 Update README 2020-10-09 12:08:06 +09:00
Shigeaki Nishina
f1572304d7 Update README 2020-10-09 10:05:26 +09:00
Shigeaki Nishina
f210282ba5 Fix autoload magic comment 2020-10-09 10:02:50 +09:00
Shigeaki Nishina
1aa636a274 Fix inferior-julia-repl-vterm-clear-buffer to clear scrollback history as well 2020-10-08 19:18:05 +09:00
Shigeaki Nishina
4cfb4fe2fa Update README 2020-10-07 19:26:30 +09:00
Shigeaki Nishina
777c95bd0e Reformat 2020-10-07 14:08:31 +09:00
Shigeaki Nishina
26152ea368 Add a newline when julia-with-repl-vterm-send-current-line executed at eob
- A newline is sent to the repl vterm even when the line doesn't end with a newline (this happens at eob).

- A newline is also inserted to the end of the current line of the julia-mode buffer if the line doesn't have a newline. This is done even when point is somewhere in the middle of the line.
2020-10-07 13:45:04 +09:00
Shigeaki Nishina
51626c9eac Bump version to 0.5 2020-10-04 18:06:50 +09:00
Gaika
297840b23b
send current line or region (#1)
* C-<return> to send region or current line
2020-10-04 17:51:50 +09:00
Shigeaki Nishina
44f3a43a83 Add README 2020-10-04 14:57:18 +09:00
shg
d58901d5fc 2020-10-02 08:56:13 +09:00
shg
b960d18553 2020-09-03 11:16:17 +09:00
shg
c1a62f627c 2020-08-30 23:10:51 +09:00
Shigeaki Nishina
544cb31c41 2020-03-13 02:42:28 +00:00
Shigeaki Nishina
a1d13dcbbf 2020-03-11 10:30:20 +00:00