2
새로운 emacsen에서 flet을 올바르게 대체하는 것은 무엇입니까?
내가 가진 몇 가지 코드 가 사용하는 것을 flet일시적으로 기능의 동작을 변경할 수 있습니다. ;; prevent changing the window (flet ((pop-to-buffer (buffer &rest args) (switch-to-buffer buffer))) (compilation-next-error-function n reset)) 그러나 Emacs의 바이트 컴파일러는 경고를 제공합니다. In ag/next-error-function: ag.el:103:7:Warning: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or …
17
cl-lib