[OS X Emacs] Viper bug in MacPorts emacs-app

Rodney Sparapani rsparapa at mcw.edu
Tue Jul 28 11:49:05 EDT 2009


Hi Gang:

I found a problem with Viper in emacs-app.  This is a different bug
than the one that exists in NS-9.0rc3.  But, it has an easy solution.
Place the following in your .emacs or something:

(require 'levents)

(defun viper-cond-compile-for-xemacs-or-emacs (xemacs emacs)
    (if (featurep 'xemacs) xemacs emacs))

Rodney




More information about the MacOSX-Emacs mailing list