emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#8551: closed (making Emacs remember a key bindin


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8551: closed (making Emacs remember a key binding to 'other-window)
Date: Mon, 25 Apr 2011 19:40:02 +0000

Your message dated Mon, 25 Apr 2011 16:39:24 -0300
with message-id <address@hidden>
and subject line Re: bug#8551: making Emacs remember a key binding to 
'other-window
has caused the GNU bug report #8551,
regarding making Emacs remember a key binding to 'other-window
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8551: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8551
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: making Emacs remember a key binding to 'other-window Date: Mon, 25 Apr 2011 11:28:46 -0600

I am often running Emacs with multiple windows.  In my opinion the “C-x o” key-combination is too cumbersome, and I never use the “open-line” function “C-o” is bound to, so I’m always using “global-set-key” to bind “C-o” to “other-window”.  How can I put that key binding in my “.emacs” file so that this key binding is remembered and I don’t have to keep executing “global-set-key” manually?

 

Kevin Simonson

 



NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.



--- End Message ---
--- Begin Message --- Subject: Re: bug#8551: making Emacs remember a key binding to 'other-window Date: Mon, 25 Apr 2011 16:39:24 -0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
> I am often running Emacs with multiple windows.  In my opinion the "C-x o"
> key-combination is too cumbersome, and I never use the "open-line" function
> "C-o" is bound to, so I'm always using "global-set-key" to bind "C-o" to
> "other-window".  How can I put that key binding in my ".emacs" file so that
> this key binding is remembered and I don't have to keep executing
> "global-set-key" manually?

I'd recommend you post such questions to gnu.emacs.help, since it's
neither a bug report, nor a feature request, but just a question.

As for answers, the Emacs manual (reachable via the Help menu, for
example) is a good way to figure it out.  It has a whole section "53.4.6
Rebinding Keys in Your Init File" with examples.

So for your case, you'd do:

   (global-set-key [?\C-o] 'other-window)


-- Stefan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]