From 1ceee178e55cee2a7a6d310ec98870b54901eecc Mon Sep 17 00:00:00 2001 From: yewton Date: Fri, 26 Jan 2024 21:47:55 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Emacs=2030.x=20=E3=81=A7?= =?UTF-8?q?=E3=82=B3=E3=82=B1=E3=82=8B=E3=81=AE=E3=82=92=E5=9B=9E=E9=81=BF?= =?UTF-8?q?=E3=81=99=E3=82=8B=E8=A9=A6=E3=81=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (require 'forge) 時に以下のエラーが発生していた: Error: Invalid escape char syntax: \x not followed by hex digit rg --type elisp '\\x[^0-9a-fA-F] で依存パッケージ内を検索したところ、 yaml.el が引っかかり、 https://github.com/zkry/yaml.el/pull/46 というのがあった。 なので、これで修正されるのではないかと考え、 yaml.el を最新化する。 --- lisp/toncs-deps.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/toncs-deps.org b/lisp/toncs-deps.org index d949bc3..5a8d476 100644 --- a/lisp/toncs-deps.org +++ b/lisp/toncs-deps.org @@ -144,7 +144,7 @@ (:name closql :checkout "689c16f5360457accc571fd5bd947d06b30777cd") (:name treepy :checkout "7c4a0d21322506a4d4b2301b4274ec955b429b47") (:name ghub :checkout "1ff2574b598d460617ac3e61058964e96678ad4a") - (:name yaml :checkout "73fde9d8fbbaf2596449285df9eb412ae9dd74d9") + (:name yaml :checkout "70c4fcead97e9bd6594e418c922ae769818f4245") (:name forge :checkout "d752022c0a14bb55c57589f81b51c7e561c2e74f") (:name browse-at-remote :checkout "31dcf77d7c89a12f230e2b2332585db2c44530ef")