-
See: https://github.com/killme2008/defun
-
I'm trying to configure slime-tramp to translate filenames but it does not work, which means that the filenames are not translated at all.
My diagnostic reveals that the variables `lime-to-lisp-fil…
-
Thank you for this excellent software and for all of your amazing work.
I wrote this macro which can make [`context.lisp`](https://github.com/byulparan/cl-nextstep/blob/main/frameworks/core-graphic…
-
The code like
```
(deftest test-graph ()
(defmethod node
(:cost () 0))
```
is not compilable,
```
10: at (let ((o (namestring (merge-pathnames ".o" "irteus/test/graph.l"))) (so (namestr…
-
Is there a specific reason that julia-beginning-of-defun is not interactive while julia-end-of-defun is? From the docstring it looks as if julia-beginning-of-defun should be interactive.
-
Enabling `prism-whitespace-mode` in a buffer without spaces before line comment delimiter causes extreme slow downs. Here is an elisp example:
```
(defun my-delete-sentence (&optional arg);;
-
-
ES2015 classes and class methods, along with stuff like
``` typescript
const foo = (args) => {
const a = 42;
return false;
}
```
are not treated as `defuns`.
-
Not directly X related, but how would you feel about adding a lightweight notification service here? The following is taken from https://github.com/timor/exwm-ns, so it would need copyright assignment…
minad updated
4 months ago
-
It might be convenient to have simple (syntactic-sugar)
functions for accessing and setf'ing single response header.
A generic one would be:
```common-lisp
(defun response-header (response hea…