0

I am learning Agda and when I type C-cC-. there is no reaction in my Emacs. I can type either C-c. or C-cM-. and then I will be told that these bindings are not defined. But when I try to type C-cC-. the mini-buffer only shows C-c and it seems that Emacs is waiting for the next key binding. So how should I fix this problem?

I am using a MacOS. Any help will be appreciated.

choroba
  • 231,213
  • 25
  • 204
  • 289
Yu-zh
  • 51
  • 3
  • What does `C-h` `b` or `C-h` `k` `C-c` `C-.` show? – choroba Jun 10 '19 at 07:21
  • @choroba Thanks for editing. `C-h` `b` shows that `C-c` `C-.` is for agda2-goal-and-context-and-inferred. – Yu-zh Jun 10 '19 at 07:56
  • @choroba `C-h` `k` `C-c` `C-.` does not work when I type `C-.` and it will wait as I mentioned in the question. It is `C-c-` in the buffer and no reaction when I type `C-.` – Yu-zh Jun 10 '19 at 07:59
  • 1
    Do you run emacs in the terminal or as a GUI application? If you try to run it the other way run, is the behaviour the same? – choroba Jun 10 '19 at 08:54
  • What happens if you type `M-x` and run the command `agda2-goal-and-context-and-inferred`? – Eric Ihli Jun 12 '19 at 00:20
  • @EricIhli Thanks a lot. It works as I expect. By the way, emacs gives me a hint that I could do that by `C-c` `C-.` – Yu-zh Jun 12 '19 at 02:34
  • @choroba I use GUI application. I just tried running emacs in the terminal and its behaviour is the same as GUI application. – Yu-zh Jun 12 '19 at 02:40

0 Answers0