From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84860 Path: news.gmane.org!not-for-mail From: =?utf-8?B?S2FuLVJ1IENoZW4gKOmZs+S+g+Wmgik=?= Newsgroups: gmane.emacs.gnus.general Subject: Re: Close Article window? Date: Fri, 05 Sep 2014 16:55:46 +0800 Message-ID: <8761h2xx7x.fsf@kanru-mozilla.corp.tpe1.mozilla.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409907376 8116 80.91.229.3 (5 Sep 2014 08:56:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2014 08:56:16 +0000 (UTC) Cc: ding@gnus.org To: Rainer M Krug Original-X-From: ding-owner+M33104@lists.math.uh.edu Fri Sep 05 10:56:09 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XPpJO-0005ZG-8M for ding-account@gmane.org; Fri, 05 Sep 2014 10:56:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XPpIy-0005nU-Fs; Fri, 05 Sep 2014 03:55:40 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XPpIw-0005nI-Tf for ding@lists.math.uh.edu; Fri, 05 Sep 2014 03:55:38 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XPpIm-0003vr-It for ding@lists.math.uh.edu; Fri, 05 Sep 2014 03:55:38 -0500 Original-Received: from zmmta2.corp.phx1.mozilla.com ([63.245.216.73] helo=mail.mozilla.com) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XPpIk-0002jd-E1 for ding@gnus.org; Fri, 05 Sep 2014 10:55:26 +0200 Original-Received: from mail.mozilla.com (localhost6.localdomain [127.0.0.1]) by zmmta2.mail.corp.phx1.mozilla.com (Postfix) with ESMTPS id 4A770102068; Fri, 5 Sep 2014 01:55:20 -0700 (PDT) Original-Received: from kanru-mozilla.corp.tpe1.mozilla.com (zlb1.mail.corp.phx1.mozilla.com [10.20.77.200]) (Authenticated sender: kchen@mozilla.com) by zmmta2.mail.corp.phx1.mozilla.com (Postfix) with ESMTPSA id 1B7B4102019; Fri, 5 Sep 2014 01:55:20 -0700 (PDT) Original-Received: from localhost ([127.0.0.1] helo=kanru-mozilla.corp.tpe1.mozilla.com) by kanru-mozilla.corp.tpe1.mozilla.com with esmtp (Exim 4.80) (envelope-from ) id 1XPpJ4-00017a-Jg; Fri, 05 Sep 2014 16:55:46 +0800 In-Reply-To: (Rainer M. Krug's message of "Fri, 05 Sep 2014 10:31:54 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84860 Archived-At: Rainer M Krug writes: > Hi > > I know I can hide and close the article window by using standard emacs > buffer management and layout commands - but is there a proper "gnus way" > of closing the article buffer? I always use the `gnus-summary-expand-window' command, default binds to the = key. Kanru