Gnus development mailing list
 help / color / mirror / Atom feed
From: Jack Vinson <jvinson@chevax.ecs.umass.edu>
Subject: configuring for frames
Date: 05 Feb 1999 08:24:21 -0600	[thread overview]
Message-ID: <wkvhhhkjxm.fsf@chevax.ecs.umass.edu> (raw)

After a discussion a few weeks back regarding gnus-add-configuration I came
up with an idea for creating a new frame any time I go into message mode.
Basically, I want to pop up a new frame and leave the current frame as it
is.  Unfortunately, none of the configuration parameters seem to be
'keep-current-frame-configuration or something like that.  Here is the
heart of what I want:

(gnus-add-configuration '(message 
			  (frame 1.0
				 'current-frame-configuration
				 (jmv-configure-message-frame)
				 )))
(defun jmv-configure-message-frame ()
  "Return a gnus-buffer-configuration split for the message frame"
  ;; Want to be sure that this message gets (delete-frame) 
  ;; jmv-message-prep-frame puts (delete-frame) in message-exit-actions and
  ;; removes jmv-message-prep-frame from the gnus-message-setup-hook
  (add-hook 'gnus-message-setup-hook 'jmv-message-prep-frame)
  '(vertical ((height . 25) (width . 80)
	      (user-position . t)
	      (left . -1) (top . 1))
	     (message 1.0 point))
  )

-- 
Jack Vinson <jvinson@chevax.ecs.umass.edu>    http://www.cis.upenn.edu/~vinson/
Zippy: Who wants some OYSTERS with SEN-SEN an' COOL WHIP?



                 reply	other threads:[~1999-02-05 14:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=wkvhhhkjxm.fsf@chevax.ecs.umass.edu \
    --to=jvinson@chevax.ecs.umass.edu \
    /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).