emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/bindings.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el
Date: Tue, 04 Oct 2005 17:50:25 -0400

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.152 emacs/lisp/bindings.el:1.153
*** emacs/lisp/bindings.el:1.152        Thu Sep 15 04:12:27 2005
--- emacs/lisp/bindings.el      Tue Oct  4 21:50:21 2005
***************
*** 748,754 ****
  
  ;; natural bindings for terminal keycaps --- defined in X keysym order
  (define-key global-map [C-S-backspace]  'kill-whole-line)
! (define-key global-map [home]         'beginning-of-line)
  (define-key global-map [C-home]               'beginning-of-buffer)
  (define-key global-map [M-home]               
'beginning-of-buffer-other-window)
  (define-key esc-map    [home]         'beginning-of-buffer-other-window)
--- 748,754 ----
  
  ;; natural bindings for terminal keycaps --- defined in X keysym order
  (define-key global-map [C-S-backspace]  'kill-whole-line)
! (define-key global-map [home]         'move-beginning-of-line)
  (define-key global-map [C-home]               'beginning-of-buffer)
  (define-key global-map [M-home]               
'beginning-of-buffer-other-window)
  (define-key esc-map    [home]         'beginning-of-buffer-other-window)
***************
*** 768,774 ****
  (define-key global-map [M-prior]      'scroll-other-window-down)
  (define-key esc-map    [prior]                'scroll-other-window-down)
  (define-key esc-map [?\C-\S-v]                'scroll-other-window-down)
! (define-key global-map [end]          'end-of-line)
  (define-key global-map [C-end]                'end-of-buffer)
  (define-key global-map [M-end]                'end-of-buffer-other-window)
  (define-key esc-map    [end]          'end-of-buffer-other-window)
--- 768,774 ----
  (define-key global-map [M-prior]      'scroll-other-window-down)
  (define-key esc-map    [prior]                'scroll-other-window-down)
  (define-key esc-map [?\C-\S-v]                'scroll-other-window-down)
! (define-key global-map [end]          'move-end-of-line)
  (define-key global-map [C-end]                'end-of-buffer)
  (define-key global-map [M-end]                'end-of-buffer-other-window)
  (define-key esc-map    [end]          'end-of-buffer-other-window)




reply via email to

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