emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/vip.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/vip.el [lexbind]
Date: Tue, 14 Oct 2003 19:42:21 -0400

Index: emacs/lisp/emulation/vip.el
diff -c emacs/lisp/emulation/vip.el:1.26.8.1 
emacs/lisp/emulation/vip.el:1.26.8.2
*** emacs/lisp/emulation/vip.el:1.26.8.1        Fri Apr  4 01:20:17 2003
--- emacs/lisp/emulation/vip.el Tue Oct 14 19:42:12 2003
***************
*** 293,301 ****
  (define-key vip-mode-map "~" 'vip-nil)
  (define-key vip-mode-map "\177" 'vip-delete-backward-char)
  
- (define-key ctl-x-map "3" 'vip-buffer-in-two-windows)
- (define-key ctl-x-map "\C-i" 'insert-file)
- 
  (defun vip-version ()
    (interactive)
    (message "VIP version 3.5 of September 15, 1987"))
--- 293,298 ----
***************
*** 303,309 ****
  
  ;; basic set up
  
! (global-set-key "\C-z" 'vip-change-mode-to-vi)
  
  (defmacro vip-loop (count body)
    "(COUNT BODY) Execute BODY COUNT times."
--- 300,310 ----
  
  ;; basic set up
  
! ;;;###autoload
! (defun vip-setup ()
!   "Set up bindings for C-x 7 and C-z that are useful for VIP users."
!   (define-key ctl-x-map "7" 'vip-buffer-in-two-windows)
!   (global-set-key "\C-z" 'vip-change-mode-to-vi))
  
  (defmacro vip-loop (count body)
    "(COUNT BODY) Execute BODY COUNT times."
***************
*** 3071,3074 ****
--- 3072,3076 ----
  
  (provide 'vip)
  
+ ;;; arch-tag: bff623ef-48f7-41d4-9aa3-2e840c9ab415
  ;;; vip.el ends here




reply via email to

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