2

私はemacsを初めて使用し、emacsを介してチキンスキームを実行する方法を理解できません。Chicken Scheme Wikiから、 cluck を使用して解決策を見つけました。そのため、ファイルの指示に従い、cluck.elファイルに追加(require 'cluck)しました.emacs

しかし、emacs は.emacscluck を開くことができないため、ファイルをロードできません。以下は、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問題は、必要な他のファイルが必要なことだと思います...これらはどこで入手できますか。

  1. を使用してemacsでチキンスキームを実行するにはどうすればよいcluckですか?
  2. emacs が emacs をcluck介してチキン スキーム インタープリター (csi) を実行するコマンドは何ですか?
  3. --debug-init実際にAquamacs Emacsを使用している場合、このオプションをどのように使用しますか?

さらに情報が必要な場合は、お知らせください。すべての助けをありがとう。

4

1 に答える 1