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: Tue, 28 Aug 2007 10:41:54 -0700
User-agent: Gnus/5.110007 (No Gnus v0.7) XEmacs/21.4.20 (cygwin32)

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?

How about the following, binding the command to "+" (Sh-=):

,----
| (define-key gnus-summary-mode-map ?\+
|   (lambda ()
|     (interactive)
|     (gnus-configure-windows 'edit-article 'force)))
`----

I noticed that there's an existing window configuration called
"edit-article" that focuses just on the *Article* buffer.

Note that this focuses on the *Article* buffer, but it doesn't make sure
that the content of the *Article* buffer matches the message under the
point in the summary view. For that we'd need a call to
`gnus-summary-show-article', but that call may be superfluous when the
point hasn't moved since the last time the *Article* buffer was updated.

-- 
Steven E. Harris


reply via email to

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