info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: expanding the article window


From: Steven E. Harris
Subject: Re: expanding the article window
Date: Wed, 29 Aug 2007 18:25:57 -0700
User-agent: Gnus/5.110007 (No Gnus v0.7) XEmacs/21.4.20 (cygwin32)

dbast0s@yahoo.com.br (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]