私はemacsを初めて使用し、emacsを介してチキンスキームを実行する方法を理解できません。Chicken Scheme Wikiから、 cluck を使用して解決策を見つけました。そのため、ファイルの指示に従い、cluck.el
ファイルに追加(require 'cluck)
しました.emacs
。
しかし、emacs は.emacs
cluck を開くことができないため、ファイルをロードできません。以下は、emacs によって表示されるエラー メッセージです。
Warning (initialization): An error occurred while loading `/Users/s2s2/.emacs':
File error: Cannot open load file, cluck
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.
このリンクはcluck
、github のファイルに移動します。cluck
問題は、必要な他のファイルが必要なことだと思います...これらはどこで入手できますか。
- を使用してemacsでチキンスキームを実行するにはどうすればよい
cluck
ですか? - emacs が emacs を
cluck
介してチキン スキーム インタープリター (csi) を実行するコマンドは何ですか? --debug-init
実際にAquamacs Emacsを使用している場合、このオプションをどのように使用しますか?
さらに情報が必要な場合は、お知らせください。すべての助けをありがとう。