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: Daniel C. Bastos
Subject: Re: expanding the article window
Date: Wed, 29 Aug 2007 16:00:54 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (berkeley-unix)

"Steven E. Harris" <seh@panix.com> writes:

> dbast0s@yahoo.com.br (Daniel C. Bastos) writes:
>
>> How can we bind this macro to a non-shifted key that would work only
>> when in the summary of articles in gnus?
>
> I'm not sure if the last message I posted here will make it through; it
> may have been lost. Just in case, I'll restate it here.
>
> Try the following, which binds "+" (Sh-=) to focus on the article
> buffer:
>
> ,----
> | (define-key gnus-summary-mode-map ?\+
> |   (lambda ()
> |     (interactive)
> |     (gnus-configure-windows 'edit-article 'force)))
> `----
>
> Note that it doesn't ensure that the content of the *Article* buffer
> matches the current article under the point in the summary buffer.

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)

I'm not even sure the rest would be useful, but I will show it to you in
whatever way you'd like; would you like an e-mail? I'm not posting
because there seems to be to many non-printable chars to be changed and
very long lines which even after fill-region, I'd still need to manually
break some apart.


reply via email to

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