Gnus development mailing list
 help / color / mirror / Atom feed
* [PB] window configs / new frames
@ 1998-02-24 18:10 Didier Verna
  1998-02-24 18:35 ` David S. Goldberg
  1998-02-25 15:39 ` Wes Hardaker
  0 siblings, 2 replies; 5+ messages in thread
From: Didier Verna @ 1998-02-24 18:10 UTC (permalink / raw)



	Hi!

I'm still trying to compose messages in a different frame in all situations.[1]
Following Hrvoje's hints, I've looked at the window config stuff. Now let's
take a first example. I want to compose new mails in another frame (let fall
the replys, followups and the like for now). When the message is sent, I want
to remove this frame.

I then tried the following:

(add-hook 'message-sent-hook
	  '(lambda () (delete-frame)))

(gnus-add-configuration
 '(message (frame 1.0
		  (vertical 1.0 
			    (message 1.0 point)))
	   ))

That doesn't open a new frame, so my Group buffer is hidden. Okay. Let's try
this now: 

(gnus-add-configuration
 '(message (frame 1.0
		  (vertical 1.0 
			    (group 1.0)
			    (if gnus-carpal '(group-carpal 4)))
		  (vertical 1.0 
			    (message 1.0 point)))
	   ))

Then, I get 2 new frames instead of 1: one with the mail, one with the group
buffer, and the initial frame displays the nntp buffer.

So my question is: what should I do to just open a new frame, *and keep the
former one like it was* ?

Thanks.

Footnotes: 
[1]  Geeze, 'thougth that should be easy at first ... hi ho hu !


-- 
    /     /   _   _       Didier Verna        http://www.inf.enst.fr/~verna/
 - / / - / / /_/ /      E.N.S.T. INF C214        mailto:verna@inf.enst.fr
/_/ / /_/ / /__ /        46 rue Barrault        Tel.   (33) 01 45 81 80 72
                      75634 Paris  cedex 13     Fax.   (33) 01 45 81 31 19


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

end of thread, other threads:[~1998-02-25 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-24 18:10 [PB] window configs / new frames Didier Verna
1998-02-24 18:35 ` David S. Goldberg
1998-02-25 15:39 ` Wes Hardaker
1998-02-25 16:11   ` Didier Verna
1998-02-25 20:24   ` Dave Love

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).