From xemacs-m  Fri Sep 19 03:27:05 1997
Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id DAA28860
	for <xemacs-beta@xemacs.org>; Fri, 19 Sep 1997 03:27:04 -0500 (CDT)
Received: from midget (vroonhof@midget [129.132.145.4]) by frege.math.ethz.ch (8.6.12/Main-STAT-mailer) with ESMTP id KAA29855 for <xemacs-beta@xemacs.org>; Fri, 19 Sep 1997 10:27:05 +0200
Received: (vroonhof@localhost) by midget (SMI-8.6/D-MATH-client) id KAA29938; Fri, 19 Sep 1997 10:27:05 +0200
To: xemacs-beta@xemacs.org
Subject: Re: [PATCH] Frame properties in gnuclient.el
References: <12672.874603489@kocrsw12>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Date: 19 Sep 1997 10:27:04 +0200
In-Reply-To: Mike Scheidler's message of Thu, 18 Sep 1997 12:24:49 -0500
Message-ID: <bypvq5ogiv.fsf@midget.math.ethz.ch>
Lines: 16
X-Mailer: Gnus v5.4.55/XEmacs 19.15

Mike Scheidler <c23mts@eng.delcoelect.com> writes:

> Here's a small patch to allow gnuclient frames to be created with their own
> properties.

I don't think the patch is really needed. Whon't you just put a
gnus-frame-with-properties function on gnus-frame?. It is more
convenient with your patch of course.

> +(defvar gnuserv-frame-plist nil
> +  "Properties of the frame in which gnuclient buffers are displayed.")
> +

This should really be defcustomed if it goes in.

Jan

