-
```
emacs24.1+android-emacs-toolkit1.2
Debugger entered--Lisp error: (error "Attempt to delete minibuffer or sole
ordinary window")
signal(error ("Attempt to delete minibuffer or sole ordinary win…
-
At the moment each line is sent as is, I think that'll make it hard for us to properly track evaluation. Better would be to use `scan-sexps` to only read and send over a single s-exp at a time.
-
Haskell-mode is really, really nice. Thanks.
If I run "stack ghci" at the command line from within ~/code/Tidal/, I get a GHCI 8.2.1 REPL with a lot of libraries loaded. If I load a file from that …
-
Hi!
Thank you for your work!
I'm wondering if it's possible to integrate with inf-ruby / commint to provide more cider-like experience (evaluate to comment below region, specifically) – I've tri…
-
Hi, I have an issue with ESS 18.10 on Windows 10 with Emacs 26.1. It seems that after I quit a running R computation with `C-c C-c` in an iESS buffer, all subsequent keystrokes are interpreted as if t…
-
Hi,
A rather trivial issue with cursor going "backward" when exiting from insert mode to normal if the line is empty. It works as expected in non-empty lines. I have this in my init file:
```
(ad…
ghost updated
3 years ago
-
Elnode needs to be able to send errors and accesses to files and to processes instead of just buffers.
Elnode's current log handling is just buffers through `elnode-log-access` function and the `elno…
-
## Symptoms
I'm sorry I don't have much concrete info as to why, but here's what I know so far:
- Org files upwards of around 1000 lines get very sluggish
- "Sluggish" means slow input response…
-
I'm using the following snippet from Spacemacs to prevent modification of the eshell prompt:
```
(defun spacemacs//protect-eshell-prompt ()
"Protect Eshell's prompt like Comint's prompts.
E.g. `…
-
It would be nice to have dot-completion on locals, for example. Maybe some integration with `realgud`?