From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84865 Path: news.gmane.org!not-for-mail From: Rainer M Krug Newsgroups: gmane.emacs.gnus.general Subject: Re: Close Article window? Date: Fri, 05 Sep 2014 12:50:05 +0200 Message-ID: References: <87k35il9ui.fsf@ericabrahamsen.net> <874mwm5qq3.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1409914249 28873 80.91.229.3 (5 Sep 2014 10:50:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Sep 2014 10:50:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33109@lists.math.uh.edu Fri Sep 05 12:50:41 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 1XPr6G-0002jO-L9 for ding-account@gmane.org; Fri, 05 Sep 2014 12:50:41 +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 1XPr60-0006ns-FL; Fri, 05 Sep 2014 05:50:24 -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 1XPr5y-0006nd-Nj for ding@lists.math.uh.edu; Fri, 05 Sep 2014 05:50:22 -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 1XPr5x-0004JU-HU for ding@lists.math.uh.edu; Fri, 05 Sep 2014 05:50:22 -0500 Original-Received: from mail-we0-f177.google.com ([74.125.82.177]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XPr5w-0005uq-2r for ding@gnus.org; Fri, 05 Sep 2014 12:50:20 +0200 Original-Received: by mail-we0-f177.google.com with SMTP id u56so11413447wes.8 for ; Fri, 05 Sep 2014 03:50:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=P1DgENCqapca1n3+fk5gwJGQwhYokw7y8WX3Z/6urpk=; b=YBUBo1JXQKaSyMqKPenlIF/nRExlSoN0z0+YEYwt666yOMm9qNjCDooZVrinWVLLGL kxHAJ05u6t+GH8OypcvKTsSLETDG+yzUDGumAx0q4k+kACCCwZj16ATH4gMiSZTvJ/yi OcqfdNW6HaTDOB9YHUs+GUdD5MCcsBI1qWGXRbQr5Ez+3TuFEKYMtYB3I+5/6LQSQJOG 1iy3CUx7fP2ohrjutltwAm9/+buf6hXZcSaFtrvcHflmkWUZkzCCfTFpJfBXTYOnd0cA GiJnW+J/qbHChOZZC20WvkyiF1lG2LNrXXK6tZpCWcbSK5+ee18/j0yHbvOd1uq1ZpY8 qclg== X-Received: by 10.180.36.236 with SMTP id t12mr2786997wij.38.1409914214189; Fri, 05 Sep 2014 03:50:14 -0700 (PDT) Original-Received: from Rainers-MacBook-Pro-3.local (arn78-1-88-186-171-7.fbx.proxad.net. [88.186.171.7]) by mx.google.com with ESMTPSA id au4sm1049688wjc.15.2014.09.05.03.50.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Sep 2014 03:50:13 -0700 (PDT) In-Reply-To: <874mwm5qq3.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Fri, 5 Sep 2014 11:03:32 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84865 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Eric S Fraga writes: > On Friday, 5 Sep 2014 at 10:59, Rainer M Krug wrote: >> Eric Abrahamsen writes: >> >>> 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 wa= y" >>>> of closing the article buffer? >>>> >>>> Rainer >>> >>> From the *Summary* buffer? Try hitting "=3D": gnus-summary-expand-windo= w. >>> I don't know if it actually closes the article buffer, though... >> >> Works, but not closing the article buffer. > > If by closing you mean deleting the buffer, not just hiding it from > view, then use standard Emacs commands (kill-buffer). There's no need > for a gnus specific command, I would suggest. Yup - that is what I am doing at the moment, but the "=3D" is growing on me. I donm't mind to much the open buffers, was just wondering. Thanks, Rainer =2D-=20 Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJUCZVhAAoJENvXNx4PUvmCD7kIAOjD1sd/N2b5ra1aBsMZFqAV Z1iWyJMHftcmXlE03B1MZXx8793fhVvZuhO0gOKgyI5zunPdMOQw4lJ3gSvSeeoj TqBNNaNayHc1p0Kpab5jy7u0n0rZwGf557SJpQyVKmS8Z4RoP7PAfOfra2N5RnD4 QYEYejFlNMqFi6cED5duuGjbrYyb1KL8xIqPg1bOY0mif8KKu1jtHwYUpqe2UPjD n3GG/t+16n1i8gAxB042uSp3QBX3TsmsP0WzmUtdcToFb2jc1Fi/tp9wrCw5ofht aoa5uzb3weMjIH/aHVDodL5TNKUfbAgdyqUKpB3LTTlDY4r96kgPLyrbxY9Jbwk= =6kT9 -----END PGP SIGNATURE----- --=-=-=--