I've recently started learning emacs since I was unhappy with Textmate and as a starting point read the "Effective Emacs" article by Steve Yegge. I was very keen on his CTRL -> CAPS LOCK swap, but I don't want to do it OS-wide, I want this swap to only occur in emacs every time I run it.

I was wondering if there's a way to do this in the .emacs file instead of going into system-properties and swapping it for the whole OS. I'm using Mac OS X Leopard.

link|improve this question
1  
'Fraid I don't have an answer for you, but...how often do you use caps lock? I mapped mine to control and have simply never missed it. – dmckee Aug 5 '09 at 16:04
1  
This also might be better on SuperUser.com... – dmckee Aug 5 '09 at 16:05
@dmckee I'm sure one could do it using elisp though, which might make it appropriate here, maybe...? – bdonlan Aug 5 '09 at 16:20
@bdonlan: That's why I'm wishy-washy on the matter. That and have to explain about finding the beta password... – dmckee Aug 5 '09 at 16:26
Here's the password link, in case it comes to that: blog.stackoverflow.com/2009/07/… – bdonlan Aug 5 '09 at 16:26
show 1 more comment
feedback

1 Answer

This is, unfortunately, not possible to do in your .emacs file.

link|improve this answer
Especially if caps is hardware-controllered, as it used to be on the mac. – Arafangion Oct 27 '11 at 22:31
feedback

Your Answer

 
or
required, but never shown