From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9599 Path: news.gmane.org!not-for-mail From: dbast0s@yahoo.com.br (Daniel C. Bastos) Newsgroups: gmane.emacs.gnus.user Subject: Re: expanding the article window Date: Wed, 29 Aug 2007 16:00:54 -0400 Organization: Aioe.org NNTP Server Message-ID: <841wdmp0uh.fsf@blade3.toledo.com> References: <84odgwde4s.fsf@blade3.toledo.com> <84odgwwya1.fsf@blade3.toledo.com> <7yir74brlf.fsf@fillmore.spawar.navy.mil> <83sl66ut2m.fsf@torus.sehlabs.com> <84r6lpdp7y.fsf@blade3.toledo.com> <84r6lpymyk.fsf@blade3.toledo.com> <7yr6ln47az.fsf@fillmore.spawar.navy.mil> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188420140 24248 80.91.229.12 (29 Aug 2007 20:42:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 20:42:20 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Aug 29 22:42:18 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQUMb-0003ba-Ly for gegu-info-gnus-english@m.gmane.org; Wed, 29 Aug 2007 22:42:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQUMb-0004Yi-JA for gegu-info-gnus-english@m.gmane.org; Wed, 29 Aug 2007 16:42:09 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!news.osn.de!diablo1.news.osn.de!feeder.erje.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 33 Original-NNTP-Posting-Host: 8O8Y7xiSuO+NrJqkQ15qMw.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:pTuVNo+RKcDvydtWT4e/R2bkOGY= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (berkeley-unix) Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79799 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9599 Archived-At: "Steven E. Harris" 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.