2
"Il valore del simbolo come variabile è nullo" nella richiamata da url-recuperare
Quando eseguo quanto segue ricevo un errore: (defun caller (func) (url-retrieve "http://m0smith.freeshell.org/" (lambda (status) (funcall func)))) (caller (lambda() (message "called"))) Risultato: error in process filter: Symbol's value as variable is void: func Qual è il modo migliore per risolvere questo problema? Fondamentalmente ho bisogno di accettare un callback da qualche …