-
With emacs being unicode, I believe that ESS should output unicode. I'm unsure if this code snippet is worthy of being added to the ESS proper, but I find it useful:
```lisp
(defun ess-utf-proces…
-
TAB works fine in when starting node from bash, so we should be able to do the same thing inside Emacs.
-
Emacs starts successfully with the following in the *ESS* buffer:
```
[ess-site.el]: ess-customize-alist=nil
[ess-site.el _2_]: ess-customize-alist=nil
Creating global Emacs toolbar(R): ess-r-ve…
-
`eval-in-repl-racket.el` uses the function `racket--repl-show-and-move-to-end` from `racket-mode`. However, this function is no longer available. I'm not sure what it has been replaced with, but the i…
jloow updated
3 months ago
-
Alchemist-IEx hangs randomly when I hit enter to and send Elixir expression to be evaluated. I saw this happening on both Emacs 24 and 25,on Ubuntu and MacOS and on Elixir 1.4 and 1.5. Depending on a …
-
Line: 385 `python-pdbtrack-comint-output-filter-function`
```
(when jest-pdb-track
(add-hook
'comint-output-filter-functions
'python-pdbtrack-comint-output-filt…
-
While digging some other issue, I discovered that the way we are using `comint-preoutput-filter-functions` might be off. An example output:
```
----CMD->
"(lumo.repl/doc defn)\n"
cljs.user=>
…
-
Hello, I am having problems debugging with `binding.pry`. Whenever I want to go back in history using the up key, it breaks with this error:
```elisp
(search-failed "\\(^>> *\\)\\|\\(^(rdb:1) *\\)…
-
Hi,
I've noticed a line editor mode quirk that I believe was introduced with commit 556a884d. When I evaluate an expression at the REPL, both the expression and the value are printed where only th…
-
I have the following bindings:
```
(general-define-key
:states '(normal evilified motion)
"C-h" #'evil-window-left
"C-j" #'evil-window-down
"C-k" #'evil-window-up
"C-l" #'evi…