mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-keym.el (viper-ESC-key): use different values in terminal and window modes. * viper.el (viper-emacs-state-mode-list): delete mail-mode, add jde-javadoc-checker-report-mode.
This commit is contained in:
parent
e4d5906679
commit
0680ea10b4
3 changed files with 14 additions and 4 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
|
||||
|
||||
* viper-keym.el (viper-ESC-key): use different values in terminal and
|
||||
window modes.
|
||||
|
||||
* viper.el (viper-emacs-state-mode-list): delete mail-mode, add
|
||||
jde-javadoc-checker-report-mode.
|
||||
|
||||
2005-11-24 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
|
||||
|
|
|
|||
|
|
@ -200,9 +200,10 @@ Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]."
|
|||
:type 'string
|
||||
:group 'viper)
|
||||
|
||||
(defcustom viper-ESC-key [(escape)] ; "\e"
|
||||
(defcustom viper-ESC-key (if (viper-window-display-p) [(escape)] "\e")
|
||||
"Key used to ESC.
|
||||
Enter as a sexp. Examples: \"\\e\", [(escape)]."
|
||||
Enter as a sexp. Examples: \"\\e\", [(escape)].
|
||||
If running in a terminal, [(escape)] is not understood, so must use \"\\e\"."
|
||||
:type 'sexp
|
||||
:group 'viper
|
||||
:set (lambda (symbol value)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
|
||||
;; Keywords: emulations
|
||||
|
||||
(defconst viper-version "3.11.5 of October 5, 2005"
|
||||
(defconst viper-version "3.11.5 of November 25, 2005"
|
||||
"The current version of Viper")
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
@ -429,7 +429,6 @@ widget."
|
|||
occur-mode
|
||||
|
||||
mh-folder-mode
|
||||
mail-mode
|
||||
gnus-group-mode
|
||||
gnus-summary-mode
|
||||
|
||||
|
|
@ -442,6 +441,8 @@ widget."
|
|||
|
||||
rcirc-mode
|
||||
|
||||
jde-javadoc-checker-report-mode
|
||||
|
||||
view-mode
|
||||
vm-mode
|
||||
vm-summary-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue