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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/vip.el
Date: Wed, 28 May 2003 07:29:25 -0400

Index: emacs/lisp/emulation/vip.el
diff -c emacs/lisp/emulation/vip.el:1.27 emacs/lisp/emulation/vip.el:1.28
*** emacs/lisp/emulation/vip.el:1.27    Tue Feb  4 07:56:02 2003
--- emacs/lisp/emulation/vip.el Wed May 28 07:29:25 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."




reply via email to

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