o
Size: a a a
o
V(
V(
Aß
Aß
Aß
MK
MK
Currently, there are memory leaks which do not seem to stem from our code but rather the code of wl-roots or some other library we depend on. We are working on the problem. In the meantime, add -Db_detect-leaks=0 to the meson command to exclude memory leaks.
MK
EV
let* выражения. И я написал себе функцию, выполняющую текущее let-sexp выражение (e.g. (a 1) выполнится как (setq a 1)), чтобы понятнее было, как написать следующие.eros, но сразу на много переменных);(defun x (a b) ..)..., хочется по (x 5 6) выполнить (setq a 5 b 6)).DL
DL
M-x counsel-set-variable M-nMK
DL
a
let-sexp выражение»DL
(let* ((a 1)
(b (1+ a)))
b)
DL
DL
a
DL