2
Lệnh định dạng (tô điểm) Mã Elisp
Giả sử tôi có một chức năng giống như sau (thường là khi in đầu ra elisp). (defun my-example-function () (let ((a (do-something)) (b (do-something))) (setq someone me) (with-current-buffer b (do-that (or this (and that those))) (format "%s" a)))) Tôi muốn một lệnh có thể biến nó thành thứ mà …
21
elisp
formatting