-
Currently the nix-buffer code in nixpkgs has very shaky support for detecting "child" buffers, and comint in particular is painful. We should have a better reusable version of this in some standard li…
-
Hi!
Thanks for the awesome project!
I use `beginning-of-defun` (C-M-a) and `end-of-defun` (C-M-e) frequently to jump to beginning/end of functions. But in flutter mode, they jump to beginning/en…
-
``` lisp
(comint-dynamic-list-completions '("a" "b" "c"))
```
を実行すると window の配置が壊れてしまいます。元の配置がmain windowの中で繰り返されるような感じになります。set-window-configuration などが comint-dynamic-list-completions から呼ばれているのが原因で…
-
This is quite annoying in my opinion, every time the point is on a symbol (say `def` in `lumo`) that does not have arglists and then one that has arglists, you see the REPL buffer scrolling up or down…
-
Hi all
I am using emacs 25.1.1 on mac and I have up to date emacs-for-python. Eldoc stopped working due to no inferior python process. However, I did `m-x run-python` and eldoc still shows error. A…
-
Commands are duplicated in the output. Setting comint-process-echoes to t, or changing ess-eval-visibly seems to have no effect.
In an XFCE-terminal, Stata doesn't duplicate output. In an Emacs she…
-
I have the following configuration on my shell-mode
(add-to-list 'display-buffer-alist
`(,(regexp-quote "*shell") display-buffer-same-window))
(setq comint-prompt-r…
-
Currently, I'm using the [comint-mime](https://github.com/astoff/comint-mime) package with the following configuration:
```emacs-lisp
(use-package comint-mime
:straight (:host github :repo "ast…
-
There is something wrong with the compilation of the arithmetic coder.
module_arithmeticcoding.cpp:11:9: error: expected unqualified-id before '__int128'
typedef __int128 comint;
^~~~…
-
I lifted this code from _somewhere_ to stop cmd.exe using M-x shell from echoing commands back to me:
```
(defun hoagie-comint-init ()
(setq comint-process-echoes t))
(add-hook 'comint-mode-hook…