-
Consider the following `crucible-syntax` program, which does work:
```racket
(defun @test () Unit
(start start:
(let i1 (fresh Bool))
(let i-2 #t)
(return ())))
```
This show…
-
Hey friends,
this is not an issue, but rather the start of a feature others may want to use, or may find helpful.
## Motivation
Emacs has [bookmarks](https://www.gnu.org/software/emacs/manual/htm…
-
Loading the current version (commit `3c39fc4064dad9d3f1f000abfe69066aecc79ff2`) into SBCL 2.0.2 under Linux fails with a macro expansion error:
```
; compiling (DEFUN MATMUL*-NAIVE ...)
; file:…
-
Some users might appreciate the traditional Save As Dialog, here is a rough implementation, based on https://www.emacswiki.org/emacs/MacOSTweaks via Apple-Script, also implementing the Open Dialog. It…
-
Platform:
- emacs/eglot 1.17 (but should be irrelevant, see protocol log)
- eclipse.jdt.ls 1.35.0-202404090315 (also happens with 1.33.0 and Java 21)
- Java 22
- gradle project configured for Java…
-
```
CL-USER> (defun bar (x)
(if (eq x 3) (return)))
BAR
CL-USER> (defun foo ()
(dotimes (i 10)
(format t "~a~%" i)
(bar i)))
FOO
CL-U…
-
Hey! Great work on this package, its simpler than kubernetes-el and works with all resources which is a must for me.
One thing I don't like is that marking and unmarking calls the kubel command, ca…
-
When using `dabbrev-expand` inside a fold, the word is expanded and the cursor jumps forward to what looks like the end of the node.
Example with `origami-fold-style` set to triple braces (`|` marks…
-
shr-external-rendering-functions exists to override how shr renders
HTML on a tag-by-tag case; this is used by eww in eww-display-html.
Using this variable is much cleaner than the cl-letf approach …
-
```lisp
CL-USER> #-jscl
... (defun hello ()
... #+types (format t "Has types~%")
... #-types (format t "No types~%"))
ERROR: ECASE expression failed for the object `NIL'.
CL-USER>
```
…