Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
This file:
  (find-eev "debian/README.Debian")
  (find-udfile "eev/README.Debian")
  http://angg.twu.net/eev-current/debian/README.Debian.html
  http://angg.twu.net/eev-current/debian/README.Debian
  http://angg.twu.net/eev-current/debian/
Author:  Eduardo Ochs <eduardoochs@gmail.com>
Version: 2010sep28
This is a *very preliminary* debianization of eev.
It was built - from the current eev source tree - with:
  (find-es "eev" "dh-make-2")
  http://angg.twu.net/e/eev.e.html#dh-make-2


  «introduction»

Introduction
============
Eev-mode is a minor mode for Emacs that, when activated, changes the
bindings for many keys that the Emacs Lisp Manual says that minor
modes shouldn't touch - namely, M-h, M-,, M-?, M-[CDFIMPST], <f3>,
<f8>, <f9>, and a few others...

  (find-elnode "Keymaps and Minor Modes")

So, eev-mode is quite invasive... Even worse, its documentation is
very incomplete...

The problem. How can we build a Debian package for eev that:

  1) makes it very easy to start Emacs with eev-mode turned on
     (for beginners, and people in workshops about Emacs+eev, etc),

  2) makes it very easy to start Emacs with eev-mode turned off
     (for "normal" users, who can't be bothered),

  3) does not interfere at all with the setups of advanced eev users
     who have their own copy of the upstream eev - maybe with their
     own patches - on ~/eev-current/ or at wherever else?...

It took me *many* years to find this solution! And it is as trivial as
only those solutions which take years to be found can be... 8-\

  http://angg.twu.net/e/fortho.e.html#chuck-quote
              (find-es "fortho"      "chuck-quote")



  http://angg.twu.net/emacs.html#short-eev-tutorial
            (find-TH "emacs"    "short-eev-tutorial")
  http://angg.twu.net/eev-article.html
            (find-TH "eev-article")
  http://angg.twu.net/emacs.html#a-2D-map-of-eev
            (find-TH "emacs"    "a-2D-map-of-eev")
  http://angg.twu.net/debian/
   (find-angg        "debian/")
  http://angg.twu.net/debian/README.html
   (find-angg        "debian/README")
  http://angg.twu.net/e/eev.e.html#eev-deb-unpacked
              (find-es "eev"      "eev-deb-unpacked")








# Local variables:
# coding: raw-text-unix
# mode:   fundamental
# modes: (fundamental-mode emacs-lisp-mode)
# End: