Gnus development mailing list
 help / color / mirror / Atom feed
* configuring for frames
@ 1999-02-05 14:24 Jack Vinson
  0 siblings, 0 replies; only message in thread
From: Jack Vinson @ 1999-02-05 14:24 UTC (permalink / 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?



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-05 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-05 14:24 configuring for frames Jack Vinson

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