How to type this shortcut in emacs: C-c .|w
Asked
Active
Viewed 505 times
-4
-
CAn you tell the purpose of the command? – Federico klez Culloca Jul 09 '09 at 07:41
-
using ecb (emacs code browser); this command should toggle the visibilty of ecb windows. – Prabu Jul 09 '09 at 07:44
-
2Isn't that supposed to be C-c . lw (that's the letter l, not the pipe) C-c . lw: `ecb-toggle-ecb-windows' (was C-c . w) – seth Jul 09 '09 at 17:25
2 Answers
6
Press the control key, then press the c key, then release both keys. Then type . normally, | normally, and w normally.

jrockway
- 42,082
- 9
- 61
- 86
-
4How 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 Jul 09 '09 at 13:25
1
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 --- ex-moderator kitten
- 98,632
- 24
- 142
- 234
-
1
-
1Hm! 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 Jul 09 '09 at 19:12