Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
emacs lispで、ハッシュテーブルをファイルにシリアル化し、後で再度読み取る方法はありますか?
ありがとう
これは、Emacs 23.2 以降で簡単に可能です。確認する
(featurep 'hashtable-print-readable)
これが を返す場合はt、単純prin1にハッシュテーブルをバッファに保存し、read後で保存できます。
t
prin1
read