From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73480 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general Subject: Re: read article with whole screen with one keystroke Date: Sat, 23 Oct 2010 12:29:39 +0800 Message-ID: <87mxq5edl8.fsf@jidanni.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287808629 29624 80.91.229.12 (23 Oct 2010 04:37:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Oct 2010 04:37:09 +0000 (UTC) Cc: ding@gnus.org To: bugs@gnus.org Original-X-From: ding-owner+M21849@lists.math.uh.edu Sat Oct 23 06:37:07 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P9Vqq-0006dG-ES for ding-account@gmane.org; Sat, 23 Oct 2010 06:37:04 +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 1P9VpP-0007Ub-UX; Fri, 22 Oct 2010 23:35:35 -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 1P9VpO-0007UL-Er for ding@lists.math.uh.edu; Fri, 22 Oct 2010 23:35:34 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P9VpK-0003xj-8v for ding@lists.math.uh.edu; Fri, 22 Oct 2010 23:35:34 -0500 Original-Received: from caiajhbdccah.dreamhost.com ([208.97.132.207] helo=homiemail-a3.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P9VpJ-00051Y-00; Sat, 23 Oct 2010 06:35:29 +0200 Original-Received: from homiemail-a3.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id DF081284071; Fri, 22 Oct 2010 21:35:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:cc:subject :references:date:message-id:mime-version:content-type; q=dns; s= jidanni.org; b=SW8jUSEBLnC2QyntaIOAmYRiYadSx5+Kbe2vne+hnmqLrLxUu 0w45w76TnsHkoVpnJTWBuRvjfEuaxJVKQp9Fs3M/2nGTW0gFmUYM2Hla0chQn6y7 oTGyaVmtDb94q1XeSuLmY+v1OAZcvOHieM27oFQY/3qsMf6QffVhjxa7YU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=/nePQK36IagjYaiNHl+6ZTO51bo=; b=VnAYnSAgIJ1Od JiCygjxPZ1xbIS4tYsqzt1aBhX7kKoc5XmvQmo4GuNVMRxtw8hl+raYGZ8urLuI7 1i8ZKo+UOoCQVDFbgC/7uLdPutmx2A261JmE+v5Ns8z+vBduERO8i4ZJesnmrTap zd2zHthFZx7pq5mfzgFLwIjc93GPSI= Original-Received: from jidanni.org (218-163-3-250.dynamic.hinet.net [218.163.3.250]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTPSA id 4E93728406A; Fri, 22 Oct 2010 21:35:25 -0700 (PDT) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73480 Archived-At: >>>>> "LMI" == Lars Magne Ingebrigtsen writes: LMI> Dan Jacobson writes: >> In the summary window we hit SPC or RET to read an article. >> All is well except on important articles. For important articles we >> wish to devote the whole screen to them. We wish the summary buffer >> would go away. So we must hit RET M-x 0, or SPC M-x 0. >> So there ought to be a additional single key, y or z I suppose, to do >> this. Otherwise each user must do it themselves. LMI> I've now changed `h' to do this. All I know is h runs the command gnus-summary-select-article-buffer, which is an interactive compiled Lisp function in `gnus-sum.el'. It is bound to h,