From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77563 Path: news.gmane.org!not-for-mail From: david.goldberg6@verizon.net (Dave Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: window configuration confusions Date: Sun, 06 Mar 2011 17:03:32 -0500 Message-ID: <84tyffdhzf.fsf@davestoy.home> References: <87pqq4h88k.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp X-Trace: dough.gmane.org 1299449043 15579 80.91.229.12 (6 Mar 2011 22:04:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2011 22:04:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25886@lists.math.uh.edu Sun Mar 06 23:03:59 2011 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 1PwM3S-0005F1-NT for ding-account@gmane.org; Sun, 06 Mar 2011 23:03:59 +0100 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 1PwM3M-0007C7-W2; Sun, 06 Mar 2011 16:03:53 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PwM3L-0007Bc-3v for ding@lists.math.uh.edu; Sun, 06 Mar 2011 16:03:51 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PwM3J-0007xY-PB for ding@lists.math.uh.edu; Sun, 06 Mar 2011 16:03:50 -0600 Original-Received: from vms173005pub.verizon.net ([206.46.173.5]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PwM3I-0004p9-MN for ding@gnus.org; Sun, 06 Mar 2011 23:03:48 +0100 Original-Received: from davestoy.home.verizon.net ([unknown] [173.48.216.252]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LHN0063IP9QLFK1@vms173005.mailsrvcs.net> for ding@gnus.org; Sun, 06 Mar 2011 16:03:27 -0600 (CST) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q In-reply-to: <87pqq4h88k.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 06 Mar 2011 18:08:11 +0800") User-Agent: Gnus/5.110014 (No Gnus v0.14) XEmacs/21.4.22 (linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77563 Archived-At: > I've succeeded in getting a window configuration with the summary buffer > across the top half of the window, and the group and article buffers > sharing the bottom half. What I'd like is if all replies and fowards > (and all their many permutations) occupied the same lower-right pane > that the original articles did. My article configuration looks like > this: > (gnus-add-configuration > '(article > (vertical 1.0 > (horizontal 0.3 (summary 1.0 point)) > (horizontal 1.0 > (group 0.35) > (article 1.0))))) > So if I want "reply", for instance, I replace "article" with "reply", > but then what do I put down there at the bottom where it currently says > (article 1.0)? If I leave it as "article", the window flickers when I > hit "r", and then… Nothing. If I change it to "reply", everything works > as expected, but I get a warning: "gnus-configure-frame: Invalid buffer > type: reply". If I change it to "message" (on a lark), I get a reply > buffer, but point remains in the summary buffer. "message" is the right buffer type. You just need to move the "point" from your summary element to that one to get the behavior I think you want. -- Dave Goldberg david.goldberg6@verizon.net