-
When I execute command `haskell-interactive-bring` will start a process buffer
named `*haskell*` from haskell source code buffer.
When I execute Org-mode Babel haskell src block like this:
``` org
#…
-
I want to use [sbt-mode](https://github.com/ensime/emacs-sbt-mode) and Ivy. However, the `sbt-command` function in sbt-mode does not behave as intended when Ivy mode is enabled. Commands cannot be com…
-
Sometimes the model will spit out a long answer that's pretty terrible, usually because it misunderstood your prompt. But you have a lot of valuable context built up in the shell buffer. So what you'd…
-
I guess this is the first place where intervention is needed:
I'm holding a spreadsheet in an emacs buffer, not yet decided whether to use `ses` or `org`., in both cases I have to go through `gnuplot…
-
Hello!
I've come across this because I just have tried using `ob-julia` and it's completely non-functional :slightly_frowning_face:. For instance, it tries to use `readcsv` and `writecsv` which sim…
-
I'd like to configure `j-console-execute-region` to use `display-buffer` / not select the buffer as we do with `pop-to-buffer`. Preferring instead to keep my cursor in the current buffer.
https://g…
-
On Emacs 31.0.50, specifically
```
GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.0) of 2024-08-12
```
run with `emacs -Q`, the code block in the ["…
-
Hello
I am using Emacs 29.4, racket-mode 20240923.1416 and racket v8.14 on Mac OSX Sequoia 15.0. It looks like my Emacs has trouble communicating with racket backend.
I can't open Repl. M-x r…
-
Finding it hard to find installation instructions, I just went and tried:
```
(use-package emacspeak :ensure t)
```
, but I get:
```
Debugger entered--Lisp error: (void-function ems-gener…
-
Hy version: 0.18.0
The following code does not seem to complete in `hy-mode`. I do have completion for builtins and as you can see, it does work with jedhy directly. I'd love to debug so if you can…