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/viper.el


From: Michael Kifer
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/viper.el
Date: Sat, 19 Feb 2005 14:32:52 -0500

Index: emacs/lisp/emulation/viper.el
diff -c emacs/lisp/emulation/viper.el:1.76 emacs/lisp/emulation/viper.el:1.77
*** emacs/lisp/emulation/viper.el:1.76  Mon Sep  1 15:45:23 2003
--- emacs/lisp/emulation/viper.el       Sat Feb 19 19:32:47 2005
***************
*** 3,14 ****
  ;;             and a venomous VI PERil.
  ;;             Viper Is also a Package for Emacs Rebels.
  
! ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02 Free Software 
Foundation, Inc.
  
  ;; Author: Michael Kifer <address@hidden>
  ;; Keywords: emulations
  
! (defconst viper-version "3.11.2 of January 4, 2002"
    "The current version of Viper")
  
  ;; This file is part of GNU Emacs.
--- 3,14 ----
  ;;             and a venomous VI PERil.
  ;;             Viper Is also a Package for Emacs Rebels.
  
! ;; Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 01, 02, 05 Free Software 
Foundation, Inc.
  
  ;; Author: Michael Kifer <address@hidden>
  ;; Keywords: emulations
  
! (defconst viper-version "3.11.4 of February 19, 2005"
    "The current version of Viper")
  
  ;; This file is part of GNU Emacs.
***************
*** 466,472 ****
             (nth 0 triple) (nth 1 triple) (eval (nth 2 triple))))
          viper-major-mode-modifier-list))
  
! ;; We change standard bindings in some major mode, making them slightly
  ;; different than in "normal" vi/insert/emacs states
  (defcustom viper-major-mode-modifier-list
    '((help-mode emacs-state viper-slash-and-colon-map)
--- 466,472 ----
             (nth 0 triple) (nth 1 triple) (eval (nth 2 triple))))
          viper-major-mode-modifier-list))
  
! ;; We change standard bindings in some major modes, making them slightly
  ;; different than in "normal" vi/insert/emacs states
  (defcustom viper-major-mode-modifier-list
    '((help-mode emacs-state viper-slash-and-colon-map)
***************
*** 482,489 ****
      (dired-mode emacs-state viper-dired-modifier-map)
      (tar-mode emacs-state viper-slash-and-colon-map)
      (mh-folder-mode emacs-state viper-slash-and-colon-map)
!     (gnus-group-mode emacs-state viper-slash-and-colon-map)
!     (gnus-summary-mode emacs-state viper-slash-and-colon-map)
      (Info-mode emacs-state viper-slash-and-colon-map)
      (Buffer-menu-mode emacs-state viper-slash-and-colon-map)
      )
--- 482,489 ----
      (dired-mode emacs-state viper-dired-modifier-map)
      (tar-mode emacs-state viper-slash-and-colon-map)
      (mh-folder-mode emacs-state viper-slash-and-colon-map)
!     (gnus-group-mode emacs-state viper-gnus-modifier-map)
!     (gnus-summary-mode emacs-state viper-gnus-modifier-map)
      (Info-mode emacs-state viper-slash-and-colon-map)
      (Buffer-menu-mode emacs-state viper-slash-and-colon-map)
      )




reply via email to

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