Aß
Size: a a a
Aß
FL
y
call-process и shell-command. Код с call-process:(call-process "xkbcomp" nil t nil "/home/yosik/.config/xkb/config" "$DISPLAY")
(shell-command "xkbcomp ~/.config/xkb/config $DISPLAY")
y
Aß
Aß
y
Aß
y
(getenv "DISPLAY") или есть способ лучше?Aß
y
Aß
Aß
y
Aß
DL
Aß
Aß
(or (getenv "foo") "") ;; нет
(ror "" (getenv "foo")) ;; даDL