-
In particular, this issue is about fixing `pkgdown::preview_site(path = "reference/across.html")`, which opens in the browser but not with the correct CSS available to render it correctly (see below).…
-
I have encountered some quirks in lispy's paredit emulation of delete/backspace.
In paredit AFAIR backspace logic is pretty straightforward, it doesn't get in the way while maintaining the structure …
-
Using `(lispy-move-up)` with point at `|` causes the comment to gobble the closing parenthesis.
``` lisp
(sexp (one)
;; comment
|(two))
```
As an aside, I wonder if it would make sense t…
-
It would be useful to view/pretty-print the SEXP structure returned by [r|expr|] using hexp. In particular, the R parse tree could be viewed using [r|parse(expr)|].
-
Emacs version: 29.3
Emacs started as: emacs -Q
OS: Linux (NixOS)
How to reproduce:
```emacs-lisp
(require 'el-patch)
(require 'el-patch-template)
(require 'nameless)
(el-patch-define-and…
-
`sp-previous-sexp` behaves differently in normal and insert states, depending on the layout of the same form.
In evil insert state, if you position the point on the closing paren of the following 2…
-
Think of Vim and Emacs search all include a feature, that whether a searching pattern should also match char under point.
`sp-forward-sexp` and other sp- searching command could also provide this fea…
-
Is nobody troubled by the change that `cider-pprint-eval-last-sexp` does not direct stdout to the same buffer as the eval result? Or there doesn't seem to be an option to enable this old behavior.
…
-
To be specific, make puni-beginning-of-sexp and puni-end-of-sexp jump to cursor position designated with "|" in the following examples.
1. Greater Blocks
#+BEGIN_NAME PARAMETERS
…
-
Hi,
I am attempting to implement a deferred calling mechanism for an application I'm going to be writing-
Essentially, the flow goes like this-
1. C code initializes and runs scheme connection …