Gnus development mailing list
 help / color / mirror / Atom feed
* window configuration confusions
@ 2011-03-06 10:08 Eric Abrahamsen
  2011-03-06 22:03 ` Dave Goldberg
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Abrahamsen @ 2011-03-06 10:08 UTC (permalink / raw)
  To: ding

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.

I just realized that one of these experiments also put an empty draft in
my drafts group, possibly the first (leaving it as "article")?

What should be there?

Thanks!

Eric




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: window configuration confusions
  2011-03-06 10:08 window configuration confusions Eric Abrahamsen
@ 2011-03-06 22:03 ` Dave Goldberg
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Goldberg @ 2011-03-06 22:03 UTC (permalink / raw)
  To: ding


> 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-06 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-06 10:08 window configuration confusions Eric Abrahamsen
2011-03-06 22:03 ` Dave Goldberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).