-
The release artifacts generated using the latest Ubuntu image directly require `glibc 2.33` which is newer than the `glibc` in the Emacs 29.3 snap that is based on `core2020` which has `glibc_2.32`.
…
-
Using ST 4
I'm getting the following error:
```
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python38/sublime_plugin.py", line 547, in create_te…
-
I don't know why, but my Ctrl-i and Ctrl-o keys are affected by this, which blocks me from quickly navigating to my previous/next position.
I have copied the repo and commented out these lines, and…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
Request implementation of the Parinfer algorithm presented at https://shaunlebron.github.io/parinfer/
I am a neophyte to Common Lisp, but based on what I've noticed at the Parinfer webpage, it looks …
ghost updated
2 years ago
-
[Parinfer](http://shaunlebron.github.io/parinfer/) is a novel way of editing Lisp code that infers code structure from indentation.
The [JVM](https://en.wikipedia.org/wiki/Java_virtual_machine) is a …
-
I notice that in my config I've got `electric-indent-mode` and `smartparens-mode` added to the `parinfer-rust-troublesome-modes` list.
I think we could also add to that `aggressive-indent-mode`, al…
gilch updated
3 months ago
-
Minimal init.el -
```elisp
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(package-install 'geiser)
(require 'geiser)
(package-install 'geiser-chicke…
-
Whenever I do M-x parinfer-mode, I get an error. After toggling debug-on-error I then attempted to enable parinfer-mode in the _scratch_ buffer for testing. I got the following backtrace.
```
Debugge…
samis updated
8 years ago
-
[Clojure](https://en.wikipedia.org/wiki/Clojure) is a popular functional language that targets host platforms on the [JVM](https://clojure.org/), [JavaScript](https://clojurescript.org/), and more ([1…