Trying to use Simple Functionality
"Kevin Jones" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.windows |
|---|---|
| Message-ID | <067601c347c8$6f890d70$0400a8c0@milo> |
Another stupid question.
As I said before I'm running XEmacs under Cygwin, I'm trying to use
show-paren-mode
In my .emacs file I had this
(show-paren-mode 1)
and I had I had paren.el in my emacs\lisp directory, this worked fine.
In XEmacs I've put the paren.el file into xemacs-packages\lisp and I
have this in my init.el
(require 'paren)
(show-paren-mode 1)
and I get the following
"Wrong number of arguments: #<compiled-function (mode doc &optional
init-value lighter keymap) "...(85)" [keymap-doc mode-doc keymap-name
mode-name keymap mode symbol-name format "Non-nil if %s mode is
enabled." "-map" "Keymap for %s mode." progn defvar
make-variable-buffer-local quote intern cond and keymapp listp
easy-mmode-define-keymap t error "Invalid keymap %S" macroexpand
easy-mmode-define-toggle add-minor-mode init-value doc lighter] 12
("/cygdrive/d/home/kevinj/dev/xemacs/xemacs-packages/lisp/xemacs-base/ea
sy-mmode.elc" . 1986)>, 12"
What stupid thing am I missing/doing wrong?
Thanks,
Kevin Jones
Developmentor
www.develop.com