0
votes

I would like to navigate in the parenthesis structure and I found this page for doing this: navigate parentesis.

I tried to use C-M-n (and the others) but my emacs does not recognize the combination C-M (ctrl+meta). Can someone help me?
Window 8.1 / GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)
Thanks!

1
Works for me in Windows 7 Prof. Servicepack 1. Please, try to start emacs with the command line option -Q (start emacs with a minimum of customization, no startup-init files) to make sure that the problem is not caused by any customization. - Tobias
Tell us what command Emacs tells you C-M-n is bound to. Use C-h k C-M-n to find out. - Drew
@Drew Thanks for this commands. I learned something knew. My problem got obsolete. I realised that I have to push all three buttoms C-M-n together. - giordano

1 Answers

1
votes

You can enter the sequence Esc ctrl-N; Esc is a synonym for Meta (by default).