[EMAIL PROTECTED] (Daniel C. Bastos) writes:

> I get an error when evaluating this code. The debugger report doesn't
> look very friendly. Shall I show that to you somehow? The first line
> is
>
>      Debugger entered--Lisp error: (wrong-type-argument arrayp 43)

My guess is that in your Emacs the argument to `define-key' must be a
vector. Note that 43 is the character code for '+'.

Try using

  '(?\+)

instead of just ?\+.

-- 
Steven E. Harris
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to