-
Hi, thanks for the great work.
I want to literate programming with idris. Will `idris-mode` add `ob-idris`?
Thanks a lot.
zwild updated
6 years ago
-
Hi, great progress with elpy since I last checked in!
Working fast in the repl, I sometimes print a large object that causes emacs to hang. One idea I've had is to send commands to an ipython kernel,…
-
I used m-x shx-global-mode, which interferes with m-x ielm.
ielm will behave very oddly, outputing streams of hex rather than doing anything useful.
Is there a way to inhibit shx-global-mode in …
-
1==1 ---> True printed in minibuffer
a =1 ---> Crashes shell
I get
NameError: name ’lp’ is not defined
and then the shell becomes read-only
-
I want to add support for the [Elixir pry](https://hexdocs.pm/iex/IEx.html#pry/0) debugger, the idea is to do a similar thing that I did with the [Php debugger](https://github.com/realgud/realgud-xdeb…
-
Hi!
First of all, I'm really happy to find this package!
However, there's a problem.
I found that the cursor in the inferior mode is always at center.
I tried to fix it by changing 'coming-prompt-…
-
Hello,
First of all, thanks for this really neat package. I'm using it daily and enjoying it.
I would like to propose a customization toggle for the behavior of respawning dead shell buffers.
…
-
-
I do `package-install sly` and then `m-x sly` and get in the debugger:
```
Debugger entered--Lisp error: (file-error "Spawning child process" #("Invalid argument" 0 16 (charset windows-1252)))
…
-
I have been able to use SLY with Allegro successfully for about a year. However, every now and then, it gets into a state where it does not connect to the image. It will keep polling for a Slynk serve…