-
Hey just to share a very hacky code, didn't write much emacs-lisp before.
I'd like to keep notes on articles I read or optionally save articles for offline reading.
Without building some fancy syn…
-
In `kernel/curve.lisp`, implement the function:
```
(defun make-3-point-arc (p0 p1 p2 num-segments)
...)
```
-
(cffi:defcenum (foo) (:a 1))
(declaim (inline foo))
(cffi:defcfun foo :void (a foo))
(defun bar ()
(declare (optimize speed))
(foo :a))
; in: DEFUN BAR
; (FOO :A)
; --> BLOCK LET LET IF
;…
-
Hi, this could be a newbie question but I cannot find a workaround for my use case so far.
For a collection that is a `alist` when I use `ivy-read` without a `:dynamic-collection` option I got the…
-
For now just a heads-up that my `vlime`-repo has JSON communication working on the `master` branch.
That needs a few small changes to `swank` (see the `slime` repo here), I'll try to get them upstr…
-
Imported from SourceForge on 2024-07-03 01:03:20
Created by **[johnlapeyre](https://sourceforge.net/u/johnlapeyre/)** on 2012-02-07 13:13:04
Original: https://sourceforge.net/p/maxima/bugs/2354
---
…
rtoy updated
4 months ago
-
Hi, I've recently been trying this package out.
`help-mode` provides `help-go-back` and `help-go-forward` functions that I find helpful to navigate the help.
I couldn't find any similar feature…
-
Recipe:
```lisp
(defvar *my-hook* nil
"My hook is only run for educational purposes.")
(defun foo ()
17)
(hooks:add-to-hook '*my-hook* #'foo)
(hooks:run-hook '*my-hook*)
; 17
(d…
-
I have a suggestion to insert a character's name or alias:
``` emacs-lisp
(defun orgn--select-character-name-or-alias ()
"Selects the character name or alias from the character notes."
(repl…
-
dividend should be calculated automatically each year
fixed to 25%
75% send to treasury account
create transfer-treasure-kda-account function