‘evil-ex.el’ https://github.com/emacs-evil/evil/blob/master/evil-ex.el > ;; Ex is implemented as an extensible minilanguage, whose grammar > ;; is stored in `evil-ex-grammar'. Ex commands are defined with > ;; `evil-ex-define-cmd', which creates a binding from a string > ;; to an interactive function. It is also possible to define key > ;; sequences which execute a command immediately when entered: > ;; such shortcuts go in `evil-ex-map'.
最後に sudo make install とすると make: Nothing to be done for `install'. と出ます。どういう問題があるのでしょう? やったことはcurl -Oでemacs-25.3を保存して tar で解凍して、 cd emacs -25.3 として、/.configure --without-xとして make として sudo make install 最後のところだけうまくいかないのです。
844 :名無しさん@お腹いっぱい。:2017/12/02(土) 00:19:16.83 .net
これで終わりにします。 configure: WARNING: AppKit/AppKit.h: present but cannot be compiled configure: WARNING: AppKit/AppKit.h: check for missing prerequisite headers? configure: WARNING: AppKit/AppKit.h: see the Autoconf documentation configure: WARNING: AppKit/AppKit.h: section "Present But Cannot Be Compiled" configure: WARNING: AppKit/AppKit.h: proceeding with the compiler's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-gnu-emacs@gnu.org ## configure: WARNING: ## ------------------------------------ ## checking for AppKit/AppKit.h... no configure: error: The include files (AppKit/AppKit.h etc) that are required for a Nextstep build are missing or cannot be compiled. と出ているから、多分さきほどXQuirtzをインストールしたのですが、 それがまずかったのだと思います。 ご迷惑おかけしました
とりあえずM-x describe-variable => user-init-file をすると user-init-file is a variable defined in `C source code'. Its value is "~/.emacs" と出ました。ところが~"~/.emacs"というディレクトリは作っていないという ことがわかりました。 init.elc というディレクトリもファイルも作っていないことを確かめました。 elcはelの拡張子のファイルをより早い形にコンパイルすると変わるファイルの 拡張子だったと思います。それは elispというディレクトリに保存されるものなのでしょうか?
>>923 > user-init-file is a variable defined in `C source code'. > Its value is "~/.emacs" > と出ました。ところが~"~/.emacs"というディレクトリは作っていないという > ことがわかりました。 これはディレクトリではなくファイルです。 ~/.emacsというファイルがあればそれを読み込むはずです。
そうすると An error has occurred while loading `/Users/hiro/.emacs.d/init.el':
Symbol's value as variable is void: user-emacs-directory
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. というエラーが出た。
>>932 > その上で、.emacs-24.5というディレクトリを.emacs.dに変えた。 > その中の.init.elを読み込んで欲しいのでそうした。 > > そうすると > An error has occurred while loading `/Users/hiro/.emacs.d/init.el': > > Symbol's value as variable is void: user-emacs-directory > > 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. > というエラーが出た。 これは~/.emacs.d/init.elが読み込まれているということです。 その中のuser-emacs-directoryが定義されていないということなので、 中身を晒せばわかる人がいるかもしれませんね。