Gnus development mailing list
 help / color / mirror / Atom feed
From: Didier Verna <verna@inf.enst.fr>
Subject: [PB] window configs / new frames
Date: 24 Feb 1998 19:10:29 +0100	[thread overview]
Message-ID: <qyj90r0zxey.fsf@metheny.enst.fr> (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


             reply	other threads:[~1998-02-24 18:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-24 18:10 Didier Verna [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qyj90r0zxey.fsf@metheny.enst.fr \
    --to=verna@inf.enst.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).