How to type this shortcut in emacs: C-c .|w
+6
A:
Press the control key, then press the c key, then release both keys. Then type . normally, | normally, and w normally.
jrockway
2009-07-09 07:41:30
but its not working!
Prabu
2009-07-09 07:42:31
How do you know it isn't working? You really do need to put a little more effort in if you want people to help you.
Singletoned
2009-07-09 13:25:35
+1 given the original post, this is the correct answer.
seth
2009-07-09 17:35:05
+1
A:
Try
C-h k <key sequence>
to learn what (if anything) <key sequence>
is bound to in your environment as currently set up.
They read the docs for the function (C-h f <function>
) and you are on your debugging way.
dmckee
2009-07-09 17:22:03
Hm! Emacs users. This is, then, a good place to have some fun by posting this link: http://stackoverflow.com/questions/726894/vim-tricks-your-mom-never-told-you-about-dark-corners :-)
Ivan Vučica
2009-07-09 19:12:22