-
Hey, are there any plans to support async evaluation with this?
-
Currently comint is called with `sh` as the shell command, which is not available on Windows. This could be changed to `cmd` if Windows is detected as the current OS:
```
(let ((shell-command "sh")
…
-
The commit 195e323693ba229e82586dc77adf51f3ebb64a1b introduced an error at startup with Emacs 28.1. From the `*Messages*` buffer
```
...
Contacting host: elpa.nongnu.org:443
Package refresh done
…
-
Hi. I have a problem with displaying bitmap images in repl when using #lang htdp/bsl.
One of the reproduction options is to load an image from a file(via the bitmap function) or to call already defi…
akaml updated
6 months ago
-
Every time I type _(_ at a buffer, emacs will automatically give me _()_.
Then I press C-f to move the cursor forward inside the parentheses, hit C-d to delete the right paretheses, the buffer will f…
-
First of all this might be a problem of my workflow rather than anything else, but I found that the `racket-test` command which runs in the REPL has file positions which are absolute rather than [mark…
-
I'm getting empty menus after running js2-mode on Emacs 26.1.
Configuration for JS part goes like that:
```
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
(add-to-list 'interpreter-mo…
-
I've noticed on emacs-devel that Lisp-like modes weren't supposed to derive from `lisp-mode` (which is a major mode for Common Lisp), but rather from `lisp-data-mode` or directly from `prog-mode`. The…
-
I defined a regex for gdb prompt
(setq gdb-prompt-regexp "^(\\(gdb\\)[[:space:]]*")
(add-hook 'gud-mode-hook (comint-fold-configure-hook 0 'gdb-prompt-regexp))
But when using it, it eats the foll…
-
Thank you for this awesome package!
I was wondering if there is any command to clear the text we have typed at the prompt in a python REPL. Basically an equivalent of the `comint-kill-input` comman…
egr95 updated
11 months ago