Je veux exécuter une commande shell dans Emacs et capturer la sortie complète dans une variable. Y a-t-il un moyen de le faire ? Par exemple, je voudrais pouvoir définir hello-string
"hello"
de la manière suivante :
(setq hello-string (capture-stdout-of-shell-command "/bin/echo hello"))
La fonction capture-stdout-of-shell-command
existe-t-elle et, dans l'affirmative, quel est son vrai nom ?