diff options
| author | Karoly Lorentey | 2006-07-14 05:56:32 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-07-14 05:56:32 +0000 |
| commit | 99715bbc447eb633e45ffa23b87284771ce3ac74 (patch) | |
| tree | 3a8a53dfe3dbdd9f8e36965e9f043eae522d3c0e /lisp/emulation | |
| parent | 556b89447234f15d1784a23dadbfe429464463a8 (diff) | |
| parent | 763bb2d43615bc3ae816422f965d76d5e1ae4bdd (diff) | |
| download | emacs-99715bbc447eb633e45ffa23b87284771ce3ac74.tar.gz emacs-99715bbc447eb633e45ffa23b87284771ce3ac74.zip | |
Merged from emacs@sv.gnu.org.
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-331
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-332
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-333
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-334
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-335
Add note about "link" button-class to etc/TODO
* emacs@sv.gnu.org/emacs--devo--0--patch-336
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-337
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-338
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-339
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-340
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-341
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-342
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-343
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-344
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-345
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-346
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-347
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-348
Update for ERC 5.1.3.
* emacs@sv.gnu.org/emacs--devo--0--patch-349
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-350
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/gnus--rel--5.10--patch-111
Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.
* emacs@sv.gnu.org/gnus--rel--5.10--patch-112
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-113
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-114
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-572
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper-init.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 661fc6ede7f..80938b0282a 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -854,11 +854,6 @@ Related buffers can be cycled through via :R and :P commands." | |||
| 854 | 854 | ||
| 855 | ;;; Face-saving tricks | 855 | ;;; Face-saving tricks |
| 856 | 856 | ||
| 857 | (defun viper-hide-face (face) | ||
| 858 | (if (and (viper-has-face-support-p) viper-emacs-p) | ||
| 859 | (add-to-list 'facemenu-unlisted-faces face))) | ||
| 860 | |||
| 861 | |||
| 862 | (defgroup viper-highlighting nil | 857 | (defgroup viper-highlighting nil |
| 863 | "Hilighting of replace region, search pattern, minibuffer, etc." | 858 | "Hilighting of replace region, search pattern, minibuffer, etc." |
| 864 | :prefix "viper-" | 859 | :prefix "viper-" |
| @@ -876,8 +871,6 @@ Related buffers can be cycled through via :R and :P commands." | |||
| 876 | DO NOT CHANGE this variable. Instead, use the customization widget | 871 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 877 | to customize the actual face object `viper-search' | 872 | to customize the actual face object `viper-search' |
| 878 | this variable represents.") | 873 | this variable represents.") |
| 879 | (viper-hide-face viper-search-face) | ||
| 880 | |||
| 881 | 874 | ||
| 882 | (defface viper-replace-overlay | 875 | (defface viper-replace-overlay |
| 883 | '((((class color)) (:foreground "Black" :background "darkseagreen2")) | 876 | '((((class color)) (:foreground "Black" :background "darkseagreen2")) |
| @@ -890,8 +883,6 @@ this variable represents.") | |||
| 890 | DO NOT CHANGE this variable. Instead, use the customization widget | 883 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 891 | to customize the actual face object `viper-replace-overlay' | 884 | to customize the actual face object `viper-replace-overlay' |
| 892 | this variable represents.") | 885 | this variable represents.") |
| 893 | (viper-hide-face viper-replace-overlay-face) | ||
| 894 | |||
| 895 | 886 | ||
| 896 | (defface viper-minibuffer-emacs | 887 | (defface viper-minibuffer-emacs |
| 897 | '((((class color)) (:foreground "Black" :background "darkseagreen2")) | 888 | '((((class color)) (:foreground "Black" :background "darkseagreen2")) |
| @@ -904,8 +895,6 @@ this variable represents.") | |||
| 904 | DO NOT CHANGE this variable. Instead, use the customization widget | 895 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 905 | to customize the actual face object `viper-minibuffer-emacs' | 896 | to customize the actual face object `viper-minibuffer-emacs' |
| 906 | this variable represents.") | 897 | this variable represents.") |
| 907 | (viper-hide-face viper-minibuffer-emacs-face) | ||
| 908 | |||
| 909 | 898 | ||
| 910 | (defface viper-minibuffer-insert | 899 | (defface viper-minibuffer-insert |
| 911 | '((((class color)) (:foreground "Black" :background "pink")) | 900 | '((((class color)) (:foreground "Black" :background "pink")) |
| @@ -918,8 +907,6 @@ this variable represents.") | |||
| 918 | DO NOT CHANGE this variable. Instead, use the customization widget | 907 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 919 | to customize the actual face object `viper-minibuffer-insert' | 908 | to customize the actual face object `viper-minibuffer-insert' |
| 920 | this variable represents.") | 909 | this variable represents.") |
| 921 | (viper-hide-face viper-minibuffer-insert-face) | ||
| 922 | |||
| 923 | 910 | ||
| 924 | (defface viper-minibuffer-vi | 911 | (defface viper-minibuffer-vi |
| 925 | '((((class color)) (:foreground "DarkGreen" :background "grey")) | 912 | '((((class color)) (:foreground "DarkGreen" :background "grey")) |
| @@ -932,7 +919,6 @@ this variable represents.") | |||
| 932 | DO NOT CHANGE this variable. Instead, use the customization widget | 919 | DO NOT CHANGE this variable. Instead, use the customization widget |
| 933 | to customize the actual face object `viper-minibuffer-vi' | 920 | to customize the actual face object `viper-minibuffer-vi' |
| 934 | this variable represents.") | 921 | this variable represents.") |
| 935 | (viper-hide-face viper-minibuffer-vi-face) | ||
| 936 | 922 | ||
| 937 | ;; the current face to be used in the minibuffer | 923 | ;; the current face to be used in the minibuffer |
| 938 | (viper-deflocalvar | 924 | (viper-deflocalvar |