melpaからanything.elが消されている事に気づいた
melpaからanything.elが消されている事に気づいた。発端はたまたまEmacsの環境が壊れてしまって復旧しようとしていたときのこと。 PRが作られていて、もうanythingなんて誰も使っていないし移行したい人はhelmを使っているよねという内容。
なるほどという感じ。
ちなみにemacswikiにあるものも全部消えていった感じの模様(e.g. redo+)
対応としては以下の方法がある
- emacsatticにあるrepositoryを使う https://github.com/emacsattic/anything
- emacswikiのmirrorの方を使う https://github.com/emacsmirror/emacswiki.org/blob/master/anything.el
個人的には以下の様にして対応した
(require-and-fetch-if-not 'anything :url "https://github.com/emacsmirror/emacswiki.org/raw/master/anything.el")
require-and-fetch-if-not
は個人的に定義したマクロでおすすめは全くしない(実装)。