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: Tue, 20 Sep 2005 13:47:40 -0400

Index: emacs/lisp/emulation/viper.el
diff -c emacs/lisp/emulation/viper.el:1.84 emacs/lisp/emulation/viper.el:1.85
*** emacs/lisp/emulation/viper.el:1.84  Sat Aug  6 20:29:10 2005
--- emacs/lisp/emulation/viper.el       Tue Sep 20 17:47:25 2005
***************
*** 9,15 ****
  ;; Author: Michael Kifer <address@hidden>
  ;; Keywords: emulations
  
! (defconst viper-version "3.11.5 of August 6, 2005"
    "The current version of Viper")
  
  ;; This file is part of GNU Emacs.
--- 9,15 ----
  ;; Author: Michael Kifer <address@hidden>
  ;; Keywords: emulations
  
! (defconst viper-version "3.11.5 of September 19, 2005"
    "The current version of Viper")
  
  ;; This file is part of GNU Emacs.
***************
*** 606,612 ****
              (viper-set-expert-level 'dont-change-unless)))
  
        (if viper-xemacs-p
!           (make-variable-buffer-local 'bar-cursor))
        (if (eq major-mode 'viper-mode)
            (setq major-mode 'fundamental-mode))
  
--- 606,612 ----
              (viper-set-expert-level 'dont-change-unless)))
  
        (if viper-xemacs-p
!           (viper-make-variable-buffer-local 'bar-cursor))
        (if (eq major-mode 'viper-mode)
            (setq major-mode 'fundamental-mode))
  
***************
*** 769,774 ****
--- 769,775 ----
    (remove-hook 'comint-mode-hook 'viper-comint-mode-hook)
    (remove-hook 'minibuffer-setup-hook 'viper-minibuffer-setup-sentinel)
    (remove-hook 'change-major-mode-hook 'viper-major-mode-change-sentinel)
+   (remove-hook 'post-command-hook 'viper-minibuffer-post-command-hook)
  
    ;; unbind Viper mouse bindings
    (viper-unbind-mouse-search-key)
***************
*** 1008,1014 ****
    ;; ***This is needed only in case emulation-mode-map-alists is not defined
    (unless
        (and (fboundp 'add-to-ordered-list) (boundp 'emulation-mode-map-alists))
!     (make-variable-buffer-local 'minor-mode-map-alist))
  
    ;; Viper changes the default mode-line-buffer-identification
    (setq-default mode-line-buffer-identification '(" %b"))
--- 1009,1015 ----
    ;; ***This is needed only in case emulation-mode-map-alists is not defined
    (unless
        (and (fboundp 'add-to-ordered-list) (boundp 'emulation-mode-map-alists))
!     (viper-make-variable-buffer-local 'minor-mode-map-alist))
  
    ;; Viper changes the default mode-line-buffer-identification
    (setq-default mode-line-buffer-identification '(" %b"))
***************
*** 1017,1023 ****
    (setq next-line-add-newlines nil
        require-final-newline t)
  
!   (make-variable-buffer-local 'require-final-newline)
  
    ;; don't bark when mark is inactive
    (if viper-emacs-p
--- 1018,1024 ----
    (setq next-line-add-newlines nil
        require-final-newline t)
  
!   (viper-make-variable-buffer-local 'require-final-newline)
  
    ;; don't bark when mark is inactive
    (if viper-emacs-p




reply via email to

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