alphapapa / alphapapa/burly.el

Invalid read syntax: "#"

未關閉
#28 29 則留言 1 個 reaction 已指派 1 人 已被 @alphapapa 認領 在 GitHub 檢視
bug
主要語言
Emacs Lisp
星號
326
分支
15
PR 合併指標
30 天內沒有已合併 PR

描述

```
(defun burly--frameset-restore (urlobj)
"Restore FRAMESET according to URLOBJ."
(pcase-let* ((`(,_ . ,query-string) (url-path-and-query urlobj))
(frameset (read (url-unhex-string query-string)))
(frameset-filter-alist (append burly-frameset-filter-alist frameset-filter-alist)))
;; Restore buffers. (Apparently `cl-loop''s in-ref doesn't work with
;; its destructuring, so we can't just `setf' on `window-state'.)
(setf (frameset-states frameset)
(cl-loop for (frame-parameters . window-state) in (frameset-states frameset)
collect (cons frame-parameters (burly--bufferize-window-state window-state))))
(frameset-restore frameset)))

```

I think read will have problem when we have like (cursor-color . "#dcdccc")

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。