emacs-devel
[Top][All Lists]
Advanced

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

Re: Where is the default binding of C-z, C-v etc done?


From: Luc Teirlinck
Subject: Re: Where is the default binding of C-z, C-v etc done?
Date: Thu, 6 Jul 2006 20:55:01 -0500 (CDT)

Lennart Borgman wrote:

   Can someone please tell me in which file the default binding of C-z and 
   C-v are done?

C-v is bound to scroll-up on line 7410 of window.c (unless somebody
edited that file in the meantime, changing the line number).

C-z is bound to suspend-emacs on line 11495 of keyboard.c (same caveat).
That binding gets overridden on window systems on:
line 1063 of mac-win.el
line 1047 of w32-win.el and
line 1166 of x-win.el (same caveats).

All of this is not that difficult to find.  Just grep in the lisp and
src directories for scroll-up and suspend-emacs.

Sincerely,

Luc.





reply via email to

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