Skip to content

Commit

Permalink
🐛 Emacs 30.x でコケるのを回避する試み
Browse files Browse the repository at this point in the history
(require 'forge) 時に以下のエラーが発生していた:

Error: Invalid escape char syntax: \x not followed by hex digit

rg --type elisp '\\x[^0-9a-fA-F] で依存パッケージ内を検索したところ、
yaml.el が引っかかり、 zkry/yaml.el#46 というのがあった。

なので、これで修正されるのではないかと考え、 yaml.el を最新化する。
  • Loading branch information
yewton committed Jan 26, 2024
1 parent fa4364d commit 1ceee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/toncs-deps.org
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1ceee17

Please sign in to comment.