Ctrlemacsで.scmファイルを開き、 + x Ctrl+コマンドを使用してmit-scheme下位バッファーで評価しようとしましたrが、何も起こりません。「 http://community.schemewiki.org/?emacs-tutorial」のページの「StartingSchemeinEmacs」セクションの指示に従いました。
したがって、mit-schemeを実行しているバッファで直接何かを評価しようとすると、同じ動作が見られます。Enterキーを押しても何も評価されません。しかし、コマンドラインでインタプリタを直接使用するとうまくいきます。
私の.emacsファイルは次のようになります:
;;; Always do syntax highlighting
(global-font-lock-mode 1)
;;; Also highlight parens
(setq show-paren-delay 0
show-paren-style 'parenthesis)
(show-paren-mode 1)
;;; This is the binary name of my scheme implementation
(setq scheme-program-name "mit-scheme")
XUbuntu 12.04、emacs23、mit-scheme9.1.1があります。
¿問題について何か考えはありますか?
前もって感謝します