3
변수 이름 앞에 작은 따옴표를 사용해야 할 시점과 시점을 아는 방법은 무엇입니까?
나는 아래를 가지고있다 : (setq some-variable "less") 왜 작은 따옴표를 사용해야 boundp하지만 혼동하지 않는지 혼란 스럽 습니다 bound-and-true-p. 예 1 : (when (boundp 'some-variable) (message "some-variable is %s" some-variable)) 결과: "일부 변수가 적습니다" 실시 예 2a : (when (bound-and-true-p some-variable) ;; Note that using single-quote causes error (message "some-variable is …