diff options
| author | Miles Bader | 2005-06-15 23:32:15 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-06-15 23:32:15 +0000 |
| commit | 2092fd2b3339ac097e1b27643b70211dcb0b4e95 (patch) | |
| tree | 7f2307bbb82c7f111678885f871d88d44c870d4e /lisp/emulation | |
| parent | 8786f9fffda045f818e622bddd9c85249dfb9ff7 (diff) | |
| parent | a4bf534f1eb1dcb2048f5deeff783c23059e3924 (diff) | |
| download | emacs-2092fd2b3339ac097e1b27643b70211dcb0b4e95.tar.gz emacs-2092fd2b3339ac097e1b27643b70211dcb0b4e95.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 358-423)
- Update from CVS
- Remove "-face" suffix from widget faces
- Remove "-face" suffix from custom faces
- Remove "-face" suffix from change-log faces
- Remove "-face" suffix from compilation faces
- Remove "-face" suffix from diff-mode faces
- lisp/longlines.el (longlines-visible-face): Face removed
- Remove "-face" suffix from woman faces
- Remove "-face" suffix from whitespace-highlight face
- Remove "-face" suffix from ruler-mode faces
- Remove "-face" suffix from show-paren faces
- Remove "-face" suffix from log-view faces
- Remove "-face" suffix from smerge faces
- Remove "-face" suffix from show-tabs faces
- Remove "-face" suffix from highlight-changes faces
- Remove "-face" suffix from and downcase info faces
- Remove "-face" suffix from pcvs faces
- Update uses of renamed pcvs faces
- Tweak ChangeLog
- Remove "-face" suffix from strokes-char face
- Remove "-face" suffix from compare-windows face
- Remove "-face" suffix from calendar faces
- Remove "-face" suffix from diary-button face
- Remove "-face" suffix from testcover faces
- Remove "-face" suffix from viper faces
- Remove "-face" suffix from org faces
- Remove "-face" suffix from sgml-namespace face
- Remove "-face" suffix from table-cell face
- Remove "-face" suffix from tex-mode faces
- Remove "-face" suffix from texinfo-heading face
- Remove "-face" suffix from flyspell faces
- Remove "-face" suffix from gomoku faces
- Remove "-face" suffix from mpuz faces
- Merge from gnus--rel--5.10
- Remove "-face" suffix from Buffer-menu-buffer face
- Remove "-face" suffix from antlr-mode faces
- Remove "-face" suffix from ebrowse faces
- Remove "-face" suffix from flymake faces
- Remove "-face" suffix from idlwave faces
- Remove "-face" suffix from sh-script faces
- Remove "-face" suffix from vhdl-mode faces
- Remove "-face" suffix from which-func face
- Remove "-face" suffix from cperl-mode faces
- Remove "-face" suffix from ld-script faces
- Fix cperl-mode font-lock problem
- Tweak which-func face
* gnus--rel--5.10 (patch 80-82)
- Merge from emacs--cvs-trunk--0
- Update from CVS
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/cua-base.el | 18 | ||||
| -rw-r--r-- | lisp/emulation/pc-select.el | 6 | ||||
| -rw-r--r-- | lisp/emulation/vi.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/vip.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 6 | ||||
| -rw-r--r-- | lisp/emulation/viper-init.el | 42 |
6 files changed, 43 insertions, 33 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index fe2b0a892a8..c6d479b173f 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -447,13 +447,13 @@ a cons (TYPE . COLOR), then both properties are affected." | |||
| 447 | (choice :tag "Type" | 447 | (choice :tag "Type" |
| 448 | (const :tag "Filled box" box) | 448 | (const :tag "Filled box" box) |
| 449 | (const :tag "Vertical bar" bar) | 449 | (const :tag "Vertical bar" bar) |
| 450 | (const :tag "Horisontal bar" hbar) | 450 | (const :tag "Horizontal bar" hbar) |
| 451 | (const :tag "Hollow box" hollow)) | 451 | (const :tag "Hollow box" hollow)) |
| 452 | (cons :tag "Color and Type" | 452 | (cons :tag "Color and Type" |
| 453 | (choice :tag "Type" | 453 | (choice :tag "Type" |
| 454 | (const :tag "Filled box" box) | 454 | (const :tag "Filled box" box) |
| 455 | (const :tag "Vertical bar" bar) | 455 | (const :tag "Vertical bar" bar) |
| 456 | (const :tag "Horisontal bar" hbar) | 456 | (const :tag "Horizontal bar" hbar) |
| 457 | (const :tag "Hollow box" hollow)) | 457 | (const :tag "Hollow box" hollow)) |
| 458 | (color :tag "Color"))) | 458 | (color :tag "Color"))) |
| 459 | :group 'cua) | 459 | :group 'cua) |
| @@ -471,13 +471,13 @@ a cons (TYPE . COLOR), then both properties are affected." | |||
| 471 | (choice :tag "Type" | 471 | (choice :tag "Type" |
| 472 | (const :tag "Filled box" box) | 472 | (const :tag "Filled box" box) |
| 473 | (const :tag "Vertical bar" bar) | 473 | (const :tag "Vertical bar" bar) |
| 474 | (const :tag "Horisontal bar" hbar) | 474 | (const :tag "Horizontal bar" hbar) |
| 475 | (const :tag "Hollow box" hollow)) | 475 | (const :tag "Hollow box" hollow)) |
| 476 | (cons :tag "Color and Type" | 476 | (cons :tag "Color and Type" |
| 477 | (choice :tag "Type" | 477 | (choice :tag "Type" |
| 478 | (const :tag "Filled box" box) | 478 | (const :tag "Filled box" box) |
| 479 | (const :tag "Vertical bar" bar) | 479 | (const :tag "Vertical bar" bar) |
| 480 | (const :tag "Horisontal bar" hbar) | 480 | (const :tag "Horizontal bar" hbar) |
| 481 | (const :tag "Hollow box" hollow)) | 481 | (const :tag "Hollow box" hollow)) |
| 482 | (color :tag "Color"))) | 482 | (color :tag "Color"))) |
| 483 | :group 'cua) | 483 | :group 'cua) |
| @@ -495,13 +495,13 @@ a cons (TYPE . COLOR), then both properties are affected." | |||
| 495 | (choice :tag "Type" | 495 | (choice :tag "Type" |
| 496 | (const :tag "Filled box" box) | 496 | (const :tag "Filled box" box) |
| 497 | (const :tag "Vertical bar" bar) | 497 | (const :tag "Vertical bar" bar) |
| 498 | (const :tag "Horisontal bar" hbar) | 498 | (const :tag "Horizontal bar" hbar) |
| 499 | (const :tag "Hollow box" hollow)) | 499 | (const :tag "Hollow box" hollow)) |
| 500 | (cons :tag "Color and Type" | 500 | (cons :tag "Color and Type" |
| 501 | (choice :tag "Type" | 501 | (choice :tag "Type" |
| 502 | (const :tag "Filled box" box) | 502 | (const :tag "Filled box" box) |
| 503 | (const :tag "Vertical bar" bar) | 503 | (const :tag "Vertical bar" bar) |
| 504 | (const :tag "Horisontal bar" hbar) | 504 | (const :tag "Horizontal bar" hbar) |
| 505 | (const :tag "Hollow box" hollow)) | 505 | (const :tag "Hollow box" hollow)) |
| 506 | (color :tag "Color"))) | 506 | (color :tag "Color"))) |
| 507 | :group 'cua) | 507 | :group 'cua) |
| @@ -520,13 +520,13 @@ a cons (TYPE . COLOR), then both properties are affected." | |||
| 520 | (choice :tag "Type" | 520 | (choice :tag "Type" |
| 521 | (const :tag "Filled box" box) | 521 | (const :tag "Filled box" box) |
| 522 | (const :tag "Vertical bar" bar) | 522 | (const :tag "Vertical bar" bar) |
| 523 | (const :tag "Horisontal bar" hbar) | 523 | (const :tag "Horizontal bar" hbar) |
| 524 | (const :tag "Hollow box" hollow)) | 524 | (const :tag "Hollow box" hollow)) |
| 525 | (cons :tag "Color and Type" | 525 | (cons :tag "Color and Type" |
| 526 | (choice :tag "Type" | 526 | (choice :tag "Type" |
| 527 | (const :tag "Filled box" box) | 527 | (const :tag "Filled box" box) |
| 528 | (const :tag "Vertical bar" bar) | 528 | (const :tag "Vertical bar" bar) |
| 529 | (const :tag "Horisontal bar" hbar) | 529 | (const :tag "Horizontal bar" hbar) |
| 530 | (const :tag "Hollow box" hollow)) | 530 | (const :tag "Hollow box" hollow)) |
| 531 | (color :tag "Color"))) | 531 | (color :tag "Color"))) |
| 532 | :group 'cua) | 532 | :group 'cua) |
| @@ -1360,7 +1360,7 @@ paste (in addition to the normal emacs bindings)." | |||
| 1360 | 1360 | ||
| 1361 | (if (not cua-mode) | 1361 | (if (not cua-mode) |
| 1362 | (setq emulation-mode-map-alists (delq 'cua--keymap-alist emulation-mode-map-alists)) | 1362 | (setq emulation-mode-map-alists (delq 'cua--keymap-alist emulation-mode-map-alists)) |
| 1363 | (add-to-list 'emulation-mode-map-alists 'cua--keymap-alist) | 1363 | (add-to-ordered-list 'emulation-mode-map-alists 'cua--keymap-alist 400) |
| 1364 | (cua--select-keymaps)) | 1364 | (cua--select-keymaps)) |
| 1365 | 1365 | ||
| 1366 | (cond | 1366 | (cond |
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 1221fca5199..5231abb588a 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el | |||
| @@ -99,7 +99,7 @@ errors are suppressed." | |||
| 99 | (defcustom pc-select-selection-keys-only nil | 99 | (defcustom pc-select-selection-keys-only nil |
| 100 | "*Non-nil means only bind the basic selection keys when started. | 100 | "*Non-nil means only bind the basic selection keys when started. |
| 101 | Other keys that emulate pc-behavior will be untouched. | 101 | Other keys that emulate pc-behavior will be untouched. |
| 102 | This gives mostly Emacs-like behaviour with only the selection keys enabled." | 102 | This gives mostly Emacs-like behavior with only the selection keys enabled." |
| 103 | :type 'boolean | 103 | :type 'boolean |
| 104 | :group 'pc-select) | 104 | :group 'pc-select) |
| 105 | 105 | ||
| @@ -825,7 +825,7 @@ If the value is non-nil, call the function MODE with an argument of | |||
| 825 | 825 | ||
| 826 | ;;;###autoload | 826 | ;;;###autoload |
| 827 | (define-minor-mode pc-selection-mode | 827 | (define-minor-mode pc-selection-mode |
| 828 | "Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style. | 828 | "Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style. |
| 829 | 829 | ||
| 830 | This mode enables Delete Selection mode and Transient Mark mode. | 830 | This mode enables Delete Selection mode and Transient Mark mode. |
| 831 | 831 | ||
| @@ -971,7 +971,7 @@ but before calling PC Selection mode): | |||
| 971 | ;;;###autoload | 971 | ;;;###autoload |
| 972 | (defcustom pc-selection-mode nil | 972 | (defcustom pc-selection-mode nil |
| 973 | "Toggle PC Selection mode. | 973 | "Toggle PC Selection mode. |
| 974 | Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style, | 974 | Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style, |
| 975 | and cursor movement commands. | 975 | and cursor movement commands. |
| 976 | This mode enables Delete Selection mode and Transient Mark mode. | 976 | This mode enables Delete Selection mode and Transient Mark mode. |
| 977 | Setting this variable directly does not take effect; | 977 | Setting this variable directly does not take effect; |
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index cd0092e5e87..d6b7c2728b2 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el | |||
| @@ -520,7 +520,7 @@ set sw=n M-x set-variable vi-shift-width n " | |||
| 520 | "Go into insert state, the text entered will be repeated if REPETITION > 1. | 520 | "Go into insert state, the text entered will be repeated if REPETITION > 1. |
| 521 | If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T. | 521 | If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T. |
| 522 | In any case, the prefix-code will be done before each 'redo-insert'. | 522 | In any case, the prefix-code will be done before each 'redo-insert'. |
| 523 | This function expects 'overwrite-mode' being set properly beforehand." | 523 | This function expects `overwrite-mode' being set properly beforehand." |
| 524 | (if do-it-now-p (apply (car prefix-code) (cdr prefix-code))) | 524 | (if do-it-now-p (apply (car prefix-code) (cdr prefix-code))) |
| 525 | (setq vi-ins-point (point)) | 525 | (setq vi-ins-point (point)) |
| 526 | (setq vi-ins-repetition repetition) | 526 | (setq vi-ins-repetition repetition) |
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 19f08d54989..dace12d4c8f 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -1342,7 +1342,7 @@ after search." | |||
| 1342 | (defun vip-find-char-forward (arg) | 1342 | (defun vip-find-char-forward (arg) |
| 1343 | "Find char on the line. If called interactively read the char to find | 1343 | "Find char on the line. If called interactively read the char to find |
| 1344 | from the terminal, and if called from vip-repeat, the char last used is | 1344 | from the terminal, and if called from vip-repeat, the char last used is |
| 1345 | used. This behaviour is controlled by the sign of prefix numeric value." | 1345 | used. This behavior is controlled by the sign of prefix numeric value." |
| 1346 | (interactive "P") | 1346 | (interactive "P") |
| 1347 | (let ((val (vip-p-val arg)) (com (vip-getcom arg))) | 1347 | (let ((val (vip-p-val arg)) (com (vip-getcom arg))) |
| 1348 | (if (> val 0) | 1348 | (if (> val 0) |
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 4593d84c6fc..3f9a425987e 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -3131,7 +3131,7 @@ On reaching beginning of line, stop and signal error." | |||
| 3131 | (defun viper-find-char-forward (arg) | 3131 | (defun viper-find-char-forward (arg) |
| 3132 | "Find char on the line. | 3132 | "Find char on the line. |
| 3133 | If called interactively read the char to find from the terminal, and if | 3133 | If called interactively read the char to find from the terminal, and if |
| 3134 | called from viper-repeat, the char last used is used. This behaviour is | 3134 | called from viper-repeat, the char last used is used. This behavior is |
| 3135 | controlled by the sign of prefix numeric value." | 3135 | controlled by the sign of prefix numeric value." |
| 3136 | (interactive "P") | 3136 | (interactive "P") |
| 3137 | (let ((val (viper-p-val arg)) | 3137 | (let ((val (viper-p-val arg)) |
| @@ -3672,8 +3672,8 @@ If MAJOR-MODE is set, set the macros only in that major mode." | |||
| 3672 | (sit-for 2) | 3672 | (sit-for 2) |
| 3673 | (viper-unrecord-kbd-macro "///" 'vi-state))) | 3673 | (viper-unrecord-kbd-macro "///" 'vi-state))) |
| 3674 | )) | 3674 | )) |
| 3675 | 3675 | ||
| 3676 | 3676 | ||
| 3677 | (defun viper-set-parsing-style-toggling-macro (unset) | 3677 | (defun viper-set-parsing-style-toggling-macro (unset) |
| 3678 | "Set `%%%' to be a macro that toggles whether comment fields should be parsed for matching parentheses. | 3678 | "Set `%%%' to be a macro that toggles whether comment fields should be parsed for matching parentheses. |
| 3679 | This is used in conjunction with the `%' command. | 3679 | This is used in conjunction with the `%' command. |
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 4f08f1b6cc1..ab9212cb95f 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; viper-init.el --- some common definitions for Viper | 1 | ;;; viper-init.el --- some common definitions for Viper |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 98, 99, 2000, 01, 02 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 98, 99, 2000, 01, 02, 05 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> | 5 | ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> |
| 6 | 6 | ||
| @@ -850,74 +850,84 @@ Related buffers can be cycled through via :R and :P commands." | |||
| 850 | :group 'viper) | 850 | :group 'viper) |
| 851 | 851 | ||
| 852 | 852 | ||
| 853 | (defface viper-search-face | 853 | (defface viper-search |
| 854 | '((((class color)) (:foreground "Black" :background "khaki")) | 854 | '((((class color)) (:foreground "Black" :background "khaki")) |
| 855 | (t (:underline t :stipple "gray3"))) | 855 | (t (:underline t :stipple "gray3"))) |
| 856 | "*Face used to flash out the search pattern." | 856 | "*Face used to flash out the search pattern." |
| 857 | :group 'viper-highlighting) | 857 | :group 'viper-highlighting) |
| 858 | ;; backward-compatibility alias | ||
| 859 | (put 'viper-search-face 'face-alias 'viper-search) | ||
| 858 | ;; An internal variable. Viper takes the face from here. | 860 | ;; An internal variable. Viper takes the face from here. |
| 859 | (defvar viper-search-face 'viper-search-face | 861 | (defvar viper-search-face 'viper-search |
| 860 | "Face used to flash out the search pattern. | 862 | "Face used to flash out the search pattern. |
| 861 | DO NOT CHANGE this variable. Instead, use the customization widget | 863 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 862 | to customize the actual face object `viper-search-face' | 864 | to customize the actual face object `viper-search-face' |
| 863 | this variable represents.") | 865 | this variable represents.") |
| 864 | (viper-hide-face 'viper-search-face) | 866 | (viper-hide-face 'viper-search) |
| 865 | 867 | ||
| 866 | 868 | ||
| 867 | (defface viper-replace-overlay-face | 869 | (defface viper-replace-overlay |
| 868 | '((((class color)) (:foreground "Black" :background "darkseagreen2")) | 870 | '((((class color)) (:foreground "Black" :background "darkseagreen2")) |
| 869 | (t (:underline t :stipple "gray3"))) | 871 | (t (:underline t :stipple "gray3"))) |
| 870 | "*Face for highlighting replace regions on a window display." | 872 | "*Face for highlighting replace regions on a window display." |
| 871 | :group 'viper-highlighting) | 873 | :group 'viper-highlighting) |
| 874 | ;; backward-compatibility alias | ||
| 875 | (put 'viper-replace-overlay-face 'face-alias 'viper-replace-overlay) | ||
| 872 | ;; An internal variable. Viper takes the face from here. | 876 | ;; An internal variable. Viper takes the face from here. |
| 873 | (defvar viper-replace-overlay-face 'viper-replace-overlay-face | 877 | (defvar viper-replace-overlay-face 'viper-replace-overlay |
| 874 | "Face for highlighting replace regions on a window display. | 878 | "Face for highlighting replace regions on a window display. |
| 875 | DO NOT CHANGE this variable. Instead, use the customization widget | 879 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 876 | to customize the actual face object `viper-replace-overlay-face' | 880 | to customize the actual face object `viper-replace-overlay-face' |
| 877 | this variable represents.") | 881 | this variable represents.") |
| 878 | (viper-hide-face 'viper-replace-overlay-face) | 882 | (viper-hide-face 'viper-replace-overlay) |
| 879 | 883 | ||
| 880 | 884 | ||
| 881 | (defface viper-minibuffer-emacs-face | 885 | (defface viper-minibuffer-emacs |
| 882 | '((((class color)) (:foreground "Black" :background "darkseagreen2")) | 886 | '((((class color)) (:foreground "Black" :background "darkseagreen2")) |
| 883 | (t (:weight bold))) | 887 | (t (:weight bold))) |
| 884 | "Face used in the Minibuffer when it is in Emacs state." | 888 | "Face used in the Minibuffer when it is in Emacs state." |
| 885 | :group 'viper-highlighting) | 889 | :group 'viper-highlighting) |
| 890 | ;; backward-compatibility alias | ||
| 891 | (put 'viper-minibuffer-emacs-face 'face-alias 'viper-minibuffer-emacs) | ||
| 886 | ;; An internal variable. Viper takes the face from here. | 892 | ;; An internal variable. Viper takes the face from here. |
| 887 | (defvar viper-minibuffer-emacs-face 'viper-minibuffer-emacs-face | 893 | (defvar viper-minibuffer-emacs-face 'viper-minibuffer-emacs |
| 888 | "Face used in the Minibuffer when it is in Emacs state. | 894 | "Face used in the Minibuffer when it is in Emacs state. |
| 889 | DO NOT CHANGE this variable. Instead, use the customization widget | 895 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 890 | to customize the actual face object `viper-minibuffer-emacs-face' | 896 | to customize the actual face object `viper-minibuffer-emacs-face' |
| 891 | this variable represents.") | 897 | this variable represents.") |
| 892 | (viper-hide-face 'viper-minibuffer-emacs-face) | 898 | (viper-hide-face 'viper-minibuffer-emacs) |
| 893 | 899 | ||
| 894 | 900 | ||
| 895 | (defface viper-minibuffer-insert-face | 901 | (defface viper-minibuffer-insert |
| 896 | '((((class color)) (:foreground "Black" :background "pink")) | 902 | '((((class color)) (:foreground "Black" :background "pink")) |
| 897 | (t (:slant italic))) | 903 | (t (:slant italic))) |
| 898 | "Face used in the Minibuffer when it is in Insert state." | 904 | "Face used in the Minibuffer when it is in Insert state." |
| 899 | :group 'viper-highlighting) | 905 | :group 'viper-highlighting) |
| 906 | ;; backward-compatibility alias | ||
| 907 | (put 'viper-minibuffer-insert-face 'face-alias 'viper-minibuffer-insert) | ||
| 900 | ;; An internal variable. Viper takes the face from here. | 908 | ;; An internal variable. Viper takes the face from here. |
| 901 | (defvar viper-minibuffer-insert-face 'viper-minibuffer-insert-face | 909 | (defvar viper-minibuffer-insert-face 'viper-minibuffer-insert |
| 902 | "Face used in the Minibuffer when it is in Insert state. | 910 | "Face used in the Minibuffer when it is in Insert state. |
| 903 | DO NOT CHANGE this variable. Instead, use the customization widget | 911 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 904 | to customize the actual face object `viper-minibuffer-insert-face' | 912 | to customize the actual face object `viper-minibuffer-insert-face' |
| 905 | this variable represents.") | 913 | this variable represents.") |
| 906 | (viper-hide-face 'viper-minibuffer-insert-face) | 914 | (viper-hide-face 'viper-minibuffer-insert) |
| 907 | 915 | ||
| 908 | 916 | ||
| 909 | (defface viper-minibuffer-vi-face | 917 | (defface viper-minibuffer-vi |
| 910 | '((((class color)) (:foreground "DarkGreen" :background "grey")) | 918 | '((((class color)) (:foreground "DarkGreen" :background "grey")) |
| 911 | (t (:inverse-video t))) | 919 | (t (:inverse-video t))) |
| 912 | "Face used in the Minibuffer when it is in Vi state." | 920 | "Face used in the Minibuffer when it is in Vi state." |
| 913 | :group 'viper-highlighting) | 921 | :group 'viper-highlighting) |
| 922 | ;; backward-compatibility alias | ||
| 923 | (put 'viper-minibuffer-vi-face 'face-alias 'viper-minibuffer-vi) | ||
| 914 | ;; An internal variable. Viper takes the face from here. | 924 | ;; An internal variable. Viper takes the face from here. |
| 915 | (defvar viper-minibuffer-vi-face 'viper-minibuffer-vi-face | 925 | (defvar viper-minibuffer-vi-face 'viper-minibuffer-vi |
| 916 | "Face used in the Minibuffer when it is in Vi state. | 926 | "Face used in the Minibuffer when it is in Vi state. |
| 917 | DO NOT CHANGE this variable. Instead, use the customization widget | 927 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 918 | to customize the actual face object `viper-minibuffer-vi-face' | 928 | to customize the actual face object `viper-minibuffer-vi-face' |
| 919 | this variable represents.") | 929 | this variable represents.") |
| 920 | (viper-hide-face 'viper-minibuffer-vi-face) | 930 | (viper-hide-face 'viper-minibuffer-vi) |
| 921 | 931 | ||
| 922 | ;; the current face to be used in the minibuffer | 932 | ;; the current face to be used in the minibuffer |
| 923 | (viper-deflocalvar | 933 | (viper-deflocalvar |