Domande taggate «cl-lib»

2
Qual è la sostituzione corretta per flet sul nuovo emacsen?
Ho del codice che usa fletper cambiare temporaneamente il comportamento delle funzioni. ;; prevent changing the window (flet ((pop-to-buffer (buffer &rest args) (switch-to-buffer buffer))) (compilation-next-error-function n reset)) Tuttavia, il compilatore di byte di Emacs avvisa: 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 

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.