unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Where is the default binding of C-z, C-v etc done?
@ 2006-07-07  0:36 Lennart Borgman
  2006-07-07  1:55 ` Luc Teirlinck
  2006-07-07  2:03 ` Luc Teirlinck
  0 siblings, 2 replies; 3+ messages in thread
From: Lennart Borgman @ 2006-07-07  0:36 UTC (permalink / raw


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Where is the default binding of C-z, C-v etc done?
  2006-07-07  0:36 Where is the default binding of C-z, C-v etc done? Lennart Borgman
@ 2006-07-07  1:55 ` Luc Teirlinck
  2006-07-07  2:03 ` Luc Teirlinck
  1 sibling, 0 replies; 3+ messages in thread
From: Luc Teirlinck @ 2006-07-07  1:55 UTC (permalink / raw
  Cc: emacs-devel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Where is the default binding of C-z, C-v etc done?
  2006-07-07  0:36 Where is the default binding of C-z, C-v etc done? Lennart Borgman
  2006-07-07  1:55 ` Luc Teirlinck
@ 2006-07-07  2:03 ` Luc Teirlinck
  1 sibling, 0 replies; 3+ messages in thread
From: Luc Teirlinck @ 2006-07-07  2:03 UTC (permalink / raw
  Cc: emacs-devel

>From my previous rely:

   line 1063 of mac-win.el
   line 1047 of w32-win.el and
   line 1166 of x-win.el (same caveats).

These three files are all in lisp/term.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-07-07  2:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-07  0:36 Where is the default binding of C-z, C-v etc done? Lennart Borgman
2006-07-07  1:55 ` Luc Teirlinck
2006-07-07  2:03 ` Luc Teirlinck

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).