~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to lisp/emulation/viper.el

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-04-05 09:14:30 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090405091430-nw07lynn2arotjbe
Tags: upstream-20090320
ImportĀ upstreamĀ versionĀ 20090320

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
;;               Viper Is also a Package for Emacs Rebels.
5
5
 
6
6
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
7
 
;;   2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
7
;;   2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
8
8
 
9
9
;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
10
10
;; Keywords: emulations
14
14
;; filed in the Emacs bug reporting system against this file, a copy
15
15
;; of the bug report be sent to the maintainer's email address.
16
16
 
17
 
(defconst viper-version "3.14 of April 06, 2008"
 
17
(defconst viper-version "3.14 of November 22, 2008"
18
18
  "The current version of Viper")
19
19
 
20
20
;; This file is part of GNU Emacs.
288
288
;;    convoluted.  Instead of viper-command-argument, keymaps should bind the
289
289
;;    actual commands.  E.g., "dw" should be bound to a generic command
290
290
;;    viper-delete that will delete things based on the value of
291
 
;;    last-command-char.  This would greatly simplify the logic and the code.
 
291
;;    last-command-event.  This would greatly simplify the logic and the code.
292
292
;;
293
293
;; 2. Somebody should venture to write a customization package a la
294
294
;;    options.el that would allow the user to change values of variables