-
Comint mode includes the 'Error: ' part of the message in the path when trying to navigate to the file meaning that the file can't be automatically opened, and must be browsed to manually. This is run…
-
### I confirm that...
- [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), […
-
Would it be possible to provide a replacement `comint-postoutput-scroll-to-bottom` which will place the start of output at the top of the upper window & show the prompt in the lower?
-
Add support for comint services, such as Rails console.
-
### DB Selector
DB3K
### Affected DBID(s)
Many
### Summary of Changes
**Comms monitor's effect is just too bad for the eyes.** How about replace it with the **SIGINT** which plays a sim…
-
Awesome package, thanks. Any chance we can enable color in the aider output inside emacs aswell? Currently it's a bit harder to read the code snippets. Presumably we'd need to forward the color codes …
-
It would be nice to have the same keybindings that we have in comint mode & ess mode,
e.g from comint-mode: C-c C-u = kill input line
C-c C-p = move cursor to pre…
-
Just added this to my doom emacs and am getting ANSI escape sequences in the comint output:
```
Gforth 0.7.9_20220127
Authors: Anton Ertl, Bernd Paysan, Jens Wilke et al., for more type `authors'…
-
I've found that `realgud:gdb` seems to be locally resetting my comint mode bindings with `realgud:gdb-track-mode-map`. To reproduce:
* run `emacs -q`
* navigate to a project which you can debug
* c…
-
Node has special key for multiline string. `.editor`. The patch bellow will allow you to evaluate all or partial of this code for example
```javascript
[1, 2, 3]
.map((it) => it + 1)
.filter…