Gnus development mailing list
 help / color / mirror / Atom feed
From: Ian Fitchet <I.D.Fitchet@ftel.co.uk>
Subject: [sgnus 0.29] frame in gnus-add-configuration
Date: Thu, 18 Jan 1996 15:46:09 +0000	[thread overview]
Message-ID: <199601181546.PAA15482@ftel.ftel.co.uk> (raw)

Hi,

	I want the tree display to appear in another frame, I can do
it with gnus-configure-frame, but not with gnus-add-configuration
which complains ``Illegal buffer type: frame''.

	For example:

(gnus-configure-frame
 '(frame 1.0 
	 (vertical 1.0
		   (summary 0.25 point)
		   (article 1.0))
	 (vertical ((height . 15) (width . 40)
		    (user-position . t)
		    (left . 1) (top . 1))
		   (tree 1.0))))

	works, whereas

(gnus-add-configuration
 '(article
   (frame 1.0 
	  (vertical 1.0
		    (summary 0.25 point)
		    (article 1.0))
	  (vertical ((height . 15) (width . 40)
		     (user-position . t)
		     (left . 1) (top . 1))
		    (tree 1.0)))))


	doesn't.

	Is it me, am I being dim?

	[[ Grovelling through the code I got a bit lost, but I have
the impression that gnus-configure-frame dealt with 'frame directly,
whereas gnus-all-windows-visible-p (from gnus-configure-windows)
doesn't. ]]

Cheers,

	Ian
-------------------------------------------------------------------------------
 Ian Fitchet						I.D.Fitchet@ftel.co.uk
 Fujitsu Telecommunications Europe ltd., Birmingham Business Park, B37 7YU, UK


                 reply	other threads:[~1996-01-18 15:46 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=199601181546.PAA15482@ftel.ftel.co.uk \
    --to=i.d.fitchet@ftel.co.uk \
    /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).