Hi,
after seeing how insane fast casey is with the emacs editor ill decided to give it a shoot (before i was only using vs mostly for c#).
im trying to personalize the config file for my needs and i want to keep most of the keybindings default.
his keybinding for executing the build script is: (define-key global-map "\em" 'make-without-asking). I dont know why but it seems to be the same as M-m (meta) which by default would be back-to-indentation.
How can i say emacs to treat <ESC> and Meta (M) seperate so that \em != M-m
Greetings from Germany
Julius