From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9589 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: 27 Aug 2007 10:30:41 -0400 Organization: Aioe.org NNTP Server Message-ID: <84r6lpdp7y.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188225641 11912 80.91.229.12 (27 Aug 2007 14:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2007 14:40:41 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Aug 27 16:40:38 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 1IPfle-0005o7-00 for gegu-info-gnus-english@m.gmane.org; Mon, 27 Aug 2007 16:40:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPfld-00088Q-DV for gegu-info-gnus-english@m.gmane.org; Mon, 27 Aug 2007 10:40:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!news.belwue.de!news.n-ix.net!news2.arglkargh.de!news.mixmin.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 18 Original-NNTP-Posting-Host: 8O8Y7xiSuO+NrJqkQ15qMw.user.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79782 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:9589 Archived-At: "Steven E. Harris" writes: > dbast0s@yahoo.com.br (Daniel C. Bastos) writes: > > > But = expands the summary window; I'd like to expand the article > > window. I wish I would press something like ``='' and kill the tree > > window, or make the article window take the whole frame. > > Yes, I know; I was too terse. I meant that while C-x 0 works, it doesn't > work as conveniently as = which, unfortunately, does the wrong thing, > meaning that it would be nice to have a single non-shifted character key > binding that does what you're describing. We're in agreement here. I just quickly looked into emacs macros: info: Basic Keyboard Macro. I defined a macro with ``C-x ( h C-x 1 C-x )'' which switches to the article window with h and then makes the buffer take the whole frame. I can now run that with C-x e. If I could bind this macro to a non-shifted key, then we're done. Ideas?