就像错误调用函数的错误消息一样,例如:
(message (file-attributes "."))
产生消息:
"eval: Wrong type argument: stringp, ("/home14/tjones" 1 0 0 (20415 35598) (20211 19255) (20211 19255) 14 "lrwxrwxrwx" t ...)"
您如何故意进行此类翻译,例如:
(message (thing-to-string (file-attributes ".")))
要发送消息,例如:
("/home14/tjones" 1 0 0 (20415 35598) (20211 19255) (20211 19255) 14 "lrwxrwxrwx" t ...)
这仅用于调试/信息。我假设有一种方法作为消息正在这样做,但这会暴露给我们用户吗?