I am trying to learn Emacs and trying to find best keyboard layout for me. One thing is really annoying me. I have added following lines to .emacs
(global-set-key "\C-y" 'scroll-up)
(global-set-key "\M-y" 'scroll-down)
And it works but, if I hold Control and press ‘y’ few time it will scroll page down every time bat if I hold Windows key (mapped as Meta) and press ‘y’ few times it will scroll up only first time and for every successive key presses I will get character ‘y’ in the buffer. Can the page up behave like page down ? I want to hold Meta and keep pressing ‘y’ to scroll multiple pages up.
I am using GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-05-12 on LENNART-69DE564 (patched). It is Emacs with EmacsW32 patch. Is this problem with this Emacs ? Problem with Meta key ?
I tried original GNU Emacs (not patched) and it works OK with Alt. But my problem is not that I want to scroll without releasing any key. I release key 'y' and press it multiple times but don't want to have to release Meta key. Same problem is described here:
http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/f30f4b75a8b75b10
Problem is not in that I have changed key mapping. It looks like it is a bug in EmacsW32 version. Here is another description of the problem: Unreleased Meta/Win modifier