comparison lisp/emulation/viper.el @ 16136:de1340e6ddb4

*** empty log message ***
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 06 Sep 1996 02:13:39 +0000
parents 102e7d27c135
children b2fae8abc5b0
comparison
equal deleted inserted replaced
16135:102e7d27c135 16136:de1340e6ddb4
819 "Whether Viper startup message should be inhibited.") 819 "Whether Viper startup message should be inhibited.")
820 820
821 (defvar vip-always t 821 (defvar vip-always t
822 "t means, arrange that vi-state will be a default.") 822 "t means, arrange that vi-state will be a default.")
823 823
824 (defvar vip-custom-file-name (cond (vip-vms-os-p "sys$login:.vip") 824 (defvar vip-custom-file-name (convert-standard-filename "~/.vip")
825 ((memq system-type '(emx ms-dos))
826 "/_vip")
827 ((memq system-type '(windows-nt windows-95))
828 "~/_vip")
829 (t ; Unix
830 "~/.vip"))
831 "Viper customisation file. 825 "Viper customisation file.
832 This variable must be set _before_ loading Viper.") 826 This variable must be set _before_ loading Viper.")
833 827
834 828
835 (defvar vip-spell-function 'ispell-region 829 (defvar vip-spell-function 'ispell-region